OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBatchId
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
DeferredDisplayList.cpp
98
index, this, mOps.size(),
getBatchId
(), getMergeId());
113
if (
getBatchId
() & 0x1) batchColor |= 0x0000ff;
114
if (
getBatchId
() & 0x2) batchColor |= 0x00ff00;
115
if (
getBatchId
() & 0x4) batchColor |= 0xff0000;
135
inline int
getBatchId
() const { return mBatchId; }
183
bool isTextBatch =
getBatchId
() == DeferredDisplayList::kOpBatch_Text ||
184
getBatchId
() == DeferredDisplayList::kOpBatch_ColorText;
258
index, this, mOps.size(), mClipSideFlags,
getBatchId
(), getMergeId());
566
if (deferInfo.batchId == overBatch->
getBatchId
()) {
LayerBuilder.cpp
49
batchid_t
getBatchId
() const { return mBatchId; }
126
bool isTextBatch =
getBatchId
() == OpBatchType::Text
127
||
getBatchId
() == OpBatchType::ColorText;
220
if (batchId == overBatch->
getBatchId
()) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java
[
all
...]
BluetoothOppTransfer.java
125
public int
getBatchId
() {
Completed in 104 milliseconds