Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp892 return checkIfDeviceIsUsable(cameraId); in validateConnectLocked()
895 status_t CameraService::checkIfDeviceIsUsable(const String8& cameraId) const { in checkIfDeviceIsUsable() function in android::CameraService
972 if ((ret = checkIfDeviceIsUsable(cameraId)) != NO_ERROR) { in handleEvictionsLocked()
1118 if ((ret = checkIfDeviceIsUsable(cameraId)) != NO_ERROR) { in handleEvictionsLocked()
DCameraService.h495 status_t checkIfDeviceIsUsable(const String8& cameraId) const;