blob: 6484502a4e1b3cf91ef0ebe7cece80dc2570c22c [file] [log] [blame]
#ifndef HIDL_GENERATED_ANDROID_HARDWARE_CAMERA_DEVICE_V3_2_BNHWCAMERADEVICESESSION_H
#define HIDL_GENERATED_ANDROID_HARDWARE_CAMERA_DEVICE_V3_2_BNHWCAMERADEVICESESSION_H
#include <android/hardware/camera/device/3.2/IHwCameraDeviceSession.h>
namespace android {
namespace hardware {
namespace camera {
namespace device {
namespace V3_2 {
struct BnHwCameraDeviceSession : public ::android::hidl::base::V1_0::BnHwBase {
explicit BnHwCameraDeviceSession(const ::android::sp<ICameraDeviceSession> &_hidl_impl);
explicit BnHwCameraDeviceSession(const ::android::sp<ICameraDeviceSession> &_hidl_impl, const std::string& HidlInstrumentor_package, const std::string& HidlInstrumentor_interface);
virtual ~BnHwCameraDeviceSession();
::android::status_t onTransact(
uint32_t _hidl_code,
const ::android::hardware::Parcel &_hidl_data,
::android::hardware::Parcel *_hidl_reply,
uint32_t _hidl_flags = 0,
TransactCallback _hidl_cb = nullptr) override;
/**
* The pure class is what this class wraps.
*/
typedef ICameraDeviceSession Pure;
/**
* Type tag for use in template logic that indicates this is a 'native' class.
*/
typedef ::android::hardware::details::bnhw_tag _hidl_tag;
::android::sp<ICameraDeviceSession> getImpl() { return _hidl_mImpl; }
// Methods from ::android::hardware::camera::device::V3_2::ICameraDeviceSession follow.
static ::android::status_t _hidl_constructDefaultRequestSettings(
::android::hidl::base::V1_0::BnHwBase* _hidl_this,
const ::android::hardware::Parcel &_hidl_data,
::android::hardware::Parcel *_hidl_reply,
TransactCallback _hidl_cb);
static ::android::status_t _hidl_configureStreams(
::android::hidl::base::V1_0::BnHwBase* _hidl_this,
const ::android::hardware::Parcel &_hidl_data,
::android::hardware::Parcel *_hidl_reply,
TransactCallback _hidl_cb);
static ::android::status_t _hidl_processCaptureRequest(
::android::hidl::base::V1_0::BnHwBase* _hidl_this,
const ::android::hardware::Parcel &_hidl_data,
::android::hardware::Parcel *_hidl_reply,
TransactCallback _hidl_cb);
static ::android::status_t _hidl_getCaptureRequestMetadataQueue(
::android::hidl::base::V1_0::BnHwBase* _hidl_this,
const ::android::hardware::Parcel &_hidl_data,
::android::hardware::Parcel *_hidl_reply,
TransactCallback _hidl_cb);
static ::android::status_t _hidl_getCaptureResultMetadataQueue(
::android::hidl::base::V1_0::BnHwBase* _hidl_this,
const ::android::hardware::Parcel &_hidl_data,
::android::hardware::Parcel *_hidl_reply,
TransactCallback _hidl_cb);
static ::android::status_t _hidl_flush(
::android::hidl::base::V1_0::BnHwBase* _hidl_this,
const ::android::hardware::Parcel &_hidl_data,
::android::hardware::Parcel *_hidl_reply,
TransactCallback _hidl_cb);
static ::android::status_t _hidl_close(
::android::hidl::base::V1_0::BnHwBase* _hidl_this,
const ::android::hardware::Parcel &_hidl_data,
::android::hardware::Parcel *_hidl_reply,
TransactCallback _hidl_cb);
private:
// Methods from ::android::hardware::camera::device::V3_2::ICameraDeviceSession follow.
// Methods from ::android::hidl::base::V1_0::IBase follow.
::android::hardware::Return<void> ping();
using getDebugInfo_cb = ::android::hidl::base::V1_0::IBase::getDebugInfo_cb;
::android::hardware::Return<void> getDebugInfo(getDebugInfo_cb _hidl_cb);
::android::sp<ICameraDeviceSession> _hidl_mImpl;
};
} // namespace V3_2
} // namespace device
} // namespace camera
} // namespace hardware
} // namespace android
#endif // HIDL_GENERATED_ANDROID_HARDWARE_CAMERA_DEVICE_V3_2_BNHWCAMERADEVICESESSION_H