OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBatchId
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
DeferredDisplayList.cpp
95
index, this, mOps.size(),
getBatchId
(), getMergeId());
113
if (
getBatchId
() & 0x1) batchColor |= 0x0000ff;
114
if (
getBatchId
() & 0x2) batchColor |= 0x00ff00;
115
if (
getBatchId
() & 0x4) batchColor |= 0xff0000;
136
inline int
getBatchId
() const { return mBatchId; }
188
bool isTextBatch =
getBatchId
() == DeferredDisplayList::kOpBatch_Text ||
189
getBatchId
() == DeferredDisplayList::kOpBatch_ColorText;
266
index, this, mOps.size(), mClipSideFlags,
getBatchId
(), getMergeId());
576
if (deferInfo.batchId == overBatch->
getBatchId
()) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java
730
if (mServerTransfer != null && batch.mId == mServerTransfer.
getBatchId
()) {
[
all
...]
BluetoothOppTransfer.java
123
public int
getBatchId
() {
Completed in 35 milliseconds