HomeSort by relevance Sort by last modified time
    Searched refs:camera_device_status_t (Results 1 - 7 of 7) sorted by null

  /device/generic/goldfish/camera/
EmulatedBaseCamera.h 80 virtual camera_device_status_t getHotplugStatus();
EmulatedBaseCamera.cpp 82 camera_device_status_t EmulatedBaseCamera::getHotplugStatus() {
EmulatedFakeCamera2.h 65 virtual camera_device_status_t getHotplugStatus();
EmulatedFakeCamera2.cpp 212 camera_device_status_t EmulatedFakeCamera2::getHotplugStatus() {
    [all...]
  /hardware/libhardware/include/hardware/
camera_common.h 424 * camera_device_status_t:
492 } camera_device_status_t; typedef in typeref:enum:camera_device_status
612 * new_status: The new status code, one of the camera_device_status_t enums,
    [all...]
  /hardware/interfaces/camera/provider/2.4/default/
CameraProvider.h 79 std::map<std::string, camera_device_status_t> mCameraStatusMap; // camera id -> status
CameraProvider.cpp 83 cp->mCameraStatusMap[cameraIdStr] = (camera_device_status_t) new_status;

Completed in 863 milliseconds