HomeSort by relevance Sort by last modified time
    Searched refs:mBatchId (Results 1 - 2 of 2) 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;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 126 private int mBatchId;
168 mBatchId = 1;
681 newBatch.mId = mBatchId;
682 mBatchId++;
715 newBatch.mId = mBatchId;
716 mBatchId++;
    [all...]

Completed in 459 milliseconds