Searched defs:logServiceError (Results 1 - 1 of 1) sorted by relevance

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

Completed in 319 milliseconds