Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp178 logServiceError("Could not load camera HAL module", err); in onFirstRef()
187 logServiceError("Could not initialize camera HAL module", err); in onFirstRef()
1732 logServiceError(msg.string(), NO_INIT); in checkCameraCapabilities()
1770 logServiceError("Invalid order of camera devices", NO_INIT); in checkCameraCapabilities()
1929 void CameraService::logServiceError(const char* msg, int errorCode) { in logServiceError() function in android::CameraService
DCameraService.h641 void logServiceError(const char* msg, int errorCode);