Searched defs:sendPartials (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProcessorBase.h49 // sendPartials controls whether partial results will be sent.
52 bool sendPartials = true);
70 bool sendPartials; member in struct:android::camera2::FrameProcessorBase::RangeListener
H A DFrameProcessorBase.cpp49 int32_t maxId, const wp<FilteredListener>& listener, bool sendPartials) {
65 RangeListener rListener = { minId, maxId, listener, sendPartials };
195 (!isPartialResult || item->sendPartials)) {
48 registerListener(int32_t minId, int32_t maxId, const wp<FilteredListener>& listener, bool sendPartials) argument
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp1919 const wp<camera2::FrameProcessor::FilteredListener>& listener, bool sendPartials) {
1920 return mFrameProcessor->registerListener(minId, maxId, listener, sendPartials);
1918 registerFrameListener(int32_t minId, int32_t maxId, const wp<camera2::FrameProcessor::FilteredListener>& listener, bool sendPartials) argument

Completed in 617 milliseconds