Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraOfflineSessionBase.h45 virtual void notifyPhysicalCameraChange(const std::string &/*physicalId*/) {} in notifyPhysicalCameraChange() function
DCamera2ClientBase.h78 virtual void notifyPhysicalCameraChange(const std::string &physicalId) override;
DCamera2ClientBase.cpp346 void Camera2ClientBase<TClientBase>::notifyPhysicalCameraChange(const std::string &physicalId) { in notifyPhysicalCameraChange() function in android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp531 states.listener->notifyPhysicalCameraChange(physicalId); in processCaptureResult()