Searched refs:CameraDevice (Results 1 - 5 of 5) sorted by relevance

/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
56 CameraDevice::~CameraDevice() {}
58 Status CameraDevice::initStatus() const {
69 void CameraDevice::setConnectionStatus(bool connected) {
87 Status CameraDevice::getHidlStatus(int status) {
102 Return<void> CameraDevice::getResourceCost(getResourceCost_cb _hidl_cb) {
142 Return<void> CameraDevice::getCameraCharacteristics(getCameraCharacteristics_cb _hidl_cb) {
160 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/provider/2.4/default/
H A DCameraProvider.cpp411 sp<android::hardware::camera::device::V1_0::implementation::CameraDevice> device =
412 new android::hardware::camera::device::V1_0::implementation::CameraDevice(
464 sp<android::hardware::camera::device::V3_2::implementation::CameraDevice> device =
465 new android::hardware::camera::device::V3_2::implementation::CameraDevice(

Completed in 105 milliseconds