Searched refs:checkIfDeviceIsUsable (Results 1 – 2 of 2) sorted by relevance
1019 status_t checkIfDeviceIsUsable(const std::string& cameraId) const;
1716 status_t err = checkIfDeviceIsUsable(cameraId); in validateConnectLocked()1853 status_t CameraService::checkIfDeviceIsUsable(const std::string& cameraId) const { in checkIfDeviceIsUsable() function in android::CameraService2120 if ((ret = checkIfDeviceIsUsable(cameraId)) != NO_ERROR) { in handleEvictionsLocked()6616 if ((res = checkIfDeviceIsUsable(externalCamId)) != NO_ERROR) { in checkIfInjectionCameraIsPresent()