Searched refs:checkIfDeviceIsUsable (Results 1 – 2 of 2) sorted by relevance
666 status_t checkIfDeviceIsUsable(const String8& cameraId) const;
947 status_t err = checkIfDeviceIsUsable(cameraId); in validateConnectLocked()1045 status_t CameraService::checkIfDeviceIsUsable(const String8& cameraId) const { in checkIfDeviceIsUsable() function in android::CameraService1286 if ((ret = checkIfDeviceIsUsable(cameraId)) != NO_ERROR) { in handleEvictionsLocked()