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

  /frameworks/base/libs/hwui/
LayerBuilder.cpp 32 : mBatchId(batchId)
49 batchid_t getBatchId() const { return mBatchId; }
56 this, mBatchId, mMerging, (int) mOps.size(), RECT_ARGS(mBounds));
59 batchid_t mBatchId;
DeferredDisplayList.cpp 66 mBatchId(deferInfo.batchId), mMergeId(deferInfo.mergeId) {
135 inline int getBatchId() const { return mBatchId; }
144 int mBatchId;
  /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...]

Completed in 296 milliseconds