Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.h1626 status_t checkIfInjectionCameraIsPresent(const std::string& externalCamId,
DCameraService.cpp2759 res = checkIfInjectionCameraIsPresent(mInjectionExternalCamId, clientSp); in connectHelper()
3695 res = checkIfInjectionCameraIsPresent(mInjectionExternalCamId, clientSp); in injectCamera()
6914 status_t CameraService::checkIfInjectionCameraIsPresent(const std::string& externalCamId, in checkIfInjectionCameraIsPresent() function in android::CameraService