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

  /frameworks/av/services/camera/libcameraservice/
CameraService.h 143 static status_t filterOpenErrorCode(status_t err);
CameraService.cpp 408 status_t CameraService::filterOpenErrorCode(status_t err) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 108 rc = CameraService::filterOpenErrorCode(module->methods->open(
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 71 res = CameraService::filterOpenErrorCode(module->common.methods->open(
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 109 res = CameraService::filterOpenErrorCode(module->common.methods->open(
    [all...]

Completed in 594 milliseconds