Home
last modified time | relevance | path

Searched refs:kMaxMonitorEvents (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.h117 static const int kMaxMonitorEvents = 100; variable
H A DTagMonitor.cpp32 mMonitoringEvents(kMaxMonitorEvents), in TagMonitor()