Home
last modified time | relevance | path

Searched refs:getLatestMonitoredTagEvents (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
DTagMonitor.h80 void getLatestMonitoredTagEvents(std::vector<std::string> &out);
DTagMonitor.cpp263 void TagMonitor::getLatestMonitoredTagEvents(std::vector<std::string> &out) { in getLatestMonitoredTagEvents() function in android::TagMonitor
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp673 mTagMonitor.getLatestMonitoredTagEvents(out); in dumpWatchedEventsToVector()