Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h322 virtual bool willNotify3A() = 0;
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DFrameProcessor.cpp42 mSynthesize3ANotify = !(d->willNotify3A()); in FrameProcessor()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h176 bool willNotify3A() override;
H A DCamera3Device.cpp1969 bool Camera3Device::willNotify3A() { in willNotify3A() function in android::Camera3Device