Home
last modified time | relevance | path

Searched refs:camera_device_status_t (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/include/hardware/
Dcamera_common.h511 } camera_device_status_t; typedef
/hardware/interfaces/camera/provider/2.4/default/
DLegacyCameraProviderImpl_2_4.h85 std::map<std::string, camera_device_status_t> mCameraStatusMap; // camera id -> status
DLegacyCameraProviderImpl_2_4.cpp152 cp->mCameraStatusMap[cameraIdStr] = (camera_device_status_t) new_status; in sCameraDeviceStatusChange()