HomeSort by relevance Sort by last modified time
    Searched refs:mBatchId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 108 private int mBatchId;
156 mBatchId = 1;
635 newBatch.mId = mBatchId;
636 mBatchId++;
669 newBatch.mId = mBatchId;
670 mBatchId++;
    [all...]
  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 65 mBatchId(deferInfo.batchId), mMergeId(deferInfo.mergeId) {
134 inline int getBatchId() const { return mBatchId; }
143 int mBatchId;

Completed in 256 milliseconds