Searched refs:logServiceError (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/av/services/camera/libcameraservice/ |
H A D | CameraService.cpp | 208 logServiceError(String8::format("Unable to initialize camera provider manager"), in enumerateProviders() 662 logServiceError(String8::format("Camera subsystem is not available"),ERROR_DISCONNECTED); in getCameraInfo() 685 logServiceError(String8::format("Error retrieving camera info from device %d",cameraId), in getCameraInfo() 724 logServiceError(String8::format("Camera subsystem is not available"),ERROR_DISCONNECTED); in getCameraCharacteristics() 749 logServiceError(String8::format("Unable to retrieve camera characteristics for " in getCameraCharacteristics() 2071 logServiceError(msg,errorCode); in setTorchMode() 2244 logServiceError(String8::format("Camera subsystem is not available"),ERROR_DISCONNECTED); in getConcurrentCameraIds() 2307 logServiceError(String8::format("Unable to query session configuration support"), in isConcurrentSessionConfigurationSupported() 2364 logServiceError(msg,ERROR_ILLEGAL_ARGUMENT); in addListenerHelper() 2828 void CameraService::logServiceError(const char* msg, int errorCode) { in logServiceError() function in android::CameraService
|
H A D | CameraService.h | 938 void logServiceError(const char* msg, int errorCode);
|