Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.h76 List<Batch*> mBatches; variable
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DNetworkLoggingHandler.java106 private final LongSparseArray<ArrayList<NetworkEvent>> mBatches = field in NetworkLoggingHandler
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescer.java77 private final Map<String, EventBatch> mBatches = new ArrayMap<>(); field in GroupCoalescer
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java121 private ArrayList<BluetoothOppBatch> mBatches; field in BluetoothOppService
/aosp12/frameworks/native/include/input/
H A DInputTransport.h533 std::vector<Batch> mBatches; variable