Home
last modified time | relevance | path

Searched refs:logServiceError (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp208 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()
2064 logServiceError(msg,errorCode); in setTorchMode()
2240 logServiceError(String8::format("Camera subsystem is not available"),ERROR_DISCONNECTED); in getConcurrentCameraIds()
2303 logServiceError(String8::format("Unable to query session configuration support"), in isConcurrentSessionConfigurationSupported()
2360 logServiceError(msg,ERROR_ILLEGAL_ARGUMENT); in addListenerHelper()
2824 void CameraService::logServiceError(const char* msg, int errorCode) { in logServiceError() function in android::CameraService
DCameraService.h938 void logServiceError(const char* msg, int errorCode);