Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.h741 status_t checkIfDeviceIsUsable(const String8& cameraId) const;
DCameraService.cpp1095 status_t err = checkIfDeviceIsUsable(cameraId); in validateConnectLocked()
1210 status_t CameraService::checkIfDeviceIsUsable(const String8& cameraId) const { in checkIfDeviceIsUsable() function in android::CameraService
1456 if ((ret = checkIfDeviceIsUsable(cameraId)) != NO_ERROR) { in handleEvictionsLocked()