Searched defs:CameraDevice (Results 1 - 8 of 8) sorted by last modified time

/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp37 HandleImporter CameraDevice::sHandleImporter;
39 Status CameraDevice::getHidlStatus(const int& status) {
53 status_t CameraDevice::getStatusT(const Status& s) {
76 Status CameraDevice::initStatus() const {
87 CameraDevice::CameraDevice( function in class:android::hardware::camera::device::V1_0::implementation::CameraDevice
115 CameraDevice::~CameraDevice() {
125 void CameraDevice::setConnectionStatus(bool connected) {
138 void CameraDevice
[all...]
H A DCameraDevice_1_0.h61 struct CameraDevice : public ICameraDevice { struct in namespace:android::hardware::camera::device::V1_0::implementation
64 // CameraDevice object per cameraId, or there could be multiple CameraDevice
66 // Also, provider will have to keep track of all CameraDevice objects in
67 // order to notify CameraDevice when the underlying camera is detached
68 CameraDevice(sp<CameraModule> module,
71 ~CameraDevice();
73 // Caller must use this method to check if CameraDevice ctor failed
112 CameraDevice* mDevice;
/hardware/interfaces/camera/device/3.2/default/
H A DCameraDevice.cpp34 CameraDevice::CameraDevice( function in class:android::hardware::camera::device::V3_2::implementation::CameraDevice
58 CameraDevice::~CameraDevice() {}
60 Status CameraDevice::initStatus() const {
71 void CameraDevice::setConnectionStatus(bool connected) {
89 Status CameraDevice::getHidlStatus(int status) {
104 Return<void> CameraDevice::getResourceCost(getResourceCost_cb _hidl_cb) {
144 Return<void> CameraDevice::getCameraCharacteristics(getCameraCharacteristics_cb _hidl_cb) {
162 Return<Status> CameraDevice
[all...]
H A DCameraDevice_3_2.h54 struct CameraDevice : public ICameraDevice { struct in namespace:android::hardware::camera::device::V3_2::implementation
56 // CameraDevice object per cameraId, or there could be multiple CameraDevice
58 // Also, provider will have to keep track of all CameraDevice objects in
59 // order to notify CameraDevice when the underlying camera is detached
60 CameraDevice(sp<CameraModule> module,
63 ~CameraDevice();
64 // Caller must use this method to check if CameraDevice ctor failed
/hardware/interfaces/camera/device/3.3/default/
H A DCameraDevice.cpp35 CameraDevice::CameraDevice( function in class:android::hardware::camera::device::V3_3::implementation::CameraDevice
38 V3_2::implementation::CameraDevice(module, cameraId, cameraDeviceNames) {
41 CameraDevice::~CameraDevice() {
44 sp<V3_2::implementation::CameraDeviceSession> CameraDevice::createSession(camera3_device_t* device,
H A DCameraDevice_3_3.h48 struct CameraDevice : public V3_2::implementation::CameraDevice { struct in namespace:android::hardware::camera::device::V3_3::implementation
51 // Provider HAL must ensure the uniqueness of CameraDevice object per cameraId, or there could
52 // be multiple CameraDevice trying to access the same physical camera. Also, provider will have
53 // to keep track of all CameraDevice objects in order to notify CameraDevice when the underlying
56 CameraDevice(sp<CameraModule> module,
59 ~CameraDevice();
/hardware/interfaces/camera/device/3.4/default/
H A DCameraDevice.cpp35 CameraDevice::CameraDevice( function in class:android::hardware::camera::device::V3_4::implementation::CameraDevice
38 V3_2::implementation::CameraDevice(module, cameraId, cameraDeviceNames) {
41 CameraDevice::~CameraDevice() {
44 sp<V3_2::implementation::CameraDeviceSession> CameraDevice::createSession(camera3_device_t* device,
/hardware/interfaces/camera/device/3.4/default/include/device_v3_4_impl/
H A DCameraDevice_3_4.h48 struct CameraDevice : public V3_2::implementation::CameraDevice { struct in namespace:android::hardware::camera::device::V3_4::implementation
51 // Provider HAL must ensure the uniqueness of CameraDevice object per cameraId, or there could
52 // be multiple CameraDevice trying to access the same physical camera. Also, provider will have
53 // to keep track of all CameraDevice objects in order to notify CameraDevice when the underlying
56 CameraDevice(sp<CameraModule> module,
59 ~CameraDevice();

Completed in 295 milliseconds