Searched refs:checkIfDeviceIsUsable (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp996 status_t err = checkIfDeviceIsUsable(cameraId);
1011 status_t CameraService::checkIfDeviceIsUsable(const String8& cameraId) const { function in class:android::CameraService
1240 if ((ret = checkIfDeviceIsUsable(cameraId)) != NO_ERROR) {
H A DCameraService.h523 status_t checkIfDeviceIsUsable(const String8& cameraId) const;

Completed in 133 milliseconds