Searched refs:mBatches (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
H A DInputTransport.cpp440 Batch& batch = mBatches.editItemAt(batchIndex);
454 mBatches.removeAt(batchIndex);
470 mBatches.push();
471 Batch& batch = mBatches.editTop();
506 for (size_t i = mBatches.size(); i-- > 0; ) {
507 Batch& batch = mBatches.editItemAt(i);
511 mBatches.removeAt(i);
524 mBatches.removeAt(i);
849 return !mBatches.isEmpty();
853 for (size_t i = 0; i < mBatches
[all...]
/frameworks/base/include/androidfw/
H A DInputTransport.h348 Vector<Batch> mBatches; member in class:android::InputConsumer

Completed in 69 milliseconds