Home
last modified time | relevance | path

Searched defs:mBatches (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/include/input/
DInputConsumerNoResampling.h183 std::map<DeviceId, std::queue<InputMessage>> mBatches; variable
DInputConsumer.h130 std::vector<Batch> mBatches; variable
/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.h76 List<Batch*> mBatches; variable
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DNetworkLoggingHandler.java106 private final LongSparseArray<ArrayList<NetworkEvent>> mBatches = field in NetworkLoggingHandler
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescer.java80 private final Map<String, EventBatch> mBatches = new ArrayMap<>(); field in GroupCoalescer