Home
last modified time | relevance | path

Searched refs:externalCamId (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl281 @utf8InCpp String externalCamId, in ICameraInjectionCallback CameraInjectionCallback); in injectCamera() argument
/frameworks/av/services/camera/libcameraservice/
DCameraService.h237 const std::string& externalCamId,
1596 status_t checkIfInjectionCameraIsPresent(const std::string& externalCamId,
DCameraService.cpp3626 const std::string& externalCamId, in injectCamera() argument
3648 mVirtualDeviceCameraIdMapper.getDeviceIdAndMappedCameraIdPair(externalCamId); in injectCamera()
3658 internalCamId.c_str(), externalCamId.c_str()); in injectCamera()
3663 mInjectionExternalCamId = externalCamId; in injectCamera()
6611 status_t CameraService::checkIfInjectionCameraIsPresent(const std::string& externalCamId, in checkIfInjectionCameraIsPresent() argument
6616 if ((res = checkIfDeviceIsUsable(externalCamId)) != NO_ERROR) { in checkIfInjectionCameraIsPresent()
6617 ALOGW("Device %s is not usable!", externalCamId.c_str()); in checkIfInjectionCameraIsPresent()
6619 externalCamId, UNKNOWN_TRANSACTION); in checkIfInjectionCameraIsPresent()
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java1964 @NonNull String externalCamId, @NonNull @CallbackExecutor Executor executor, in injectCamera() argument
1983 internalCamId, externalCamId, cameraInjectionCallback); in injectCamera()