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

  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 97 index, this, mOps.size(), getBatchId(), getMergeId());
112 if (getBatchId() & 0x1) batchColor |= 0x0000ff;
113 if (getBatchId() & 0x2) batchColor |= 0x00ff00;
114 if (getBatchId() & 0x4) batchColor |= 0xff0000;
134 inline int getBatchId() const { return mBatchId; }
182 bool isTextBatch = getBatchId() == DeferredDisplayList::kOpBatch_Text ||
183 getBatchId() == DeferredDisplayList::kOpBatch_ColorText;
254 index, this, mOps.size(), mClipSideFlags, getBatchId(), getMergeId());
558 if (deferInfo.batchId == overBatch->getBatchId()) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java     [all...]
BluetoothOppTransfer.java 125 public int getBatchId() {

Completed in 406 milliseconds