Searched refs:Batch (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DeferredDisplayList.h | 39 class Batch; variable 107 Vector<Batch*> mBatches; 110 Batch* mBatchLookup[kOpBatch_Count];
|
D | DeferredDisplayList.cpp | 50 class Batch { class 53 virtual ~Batch() {} in ~Batch() 56 class DrawBatch : public Batch { 216 class StateOpBatch : public Batch { 237 class RestoreToCountBatch : public Batch { 262 class BarrierDebugBatch : public Batch { 524 static status_t replayBatchList(const Vector<Batch*>& batchList, in replayBatchList()
|
/frameworks/base/include/androidfw/ |
D | InputTransport.h | 348 struct Batch { struct 351 Vector<Batch> mBatches; argument 419 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent); 434 static bool canAddSample(const Batch& batch, const InputMessage* msg); 435 static ssize_t findSampleNoLaterThan(const Batch& batch, nsecs_t time);
|
/frameworks/base/libs/androidfw/ |
D | InputTransport.cpp | 445 Batch& batch = mBatches.editItemAt(batchIndex); in consume() 476 Batch& batch = mBatches.editTop(); in consume() 512 Batch& batch = mBatches.editItemAt(i); in consumeBatch() 544 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent) { in consumeSamples() 859 const Batch& batch = mBatches.itemAt(i); in findBatch() 931 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) { in canAddSample() 947 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { in findSampleNoLaterThan()
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 19 <li><a href="#BatchTransfers">Batch transfers and connections</a></li> 90 …d be bundled, as described in the next section, <a href="#BatchTransfers">Batch Transfers and Conn… 112 <h2 id="BatchTransfers">Batch Transfers and Connections</h2>
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-basics.jd | 60 <a href="#Batch">Batch access</a> 922 <a href="#Batch">Batch access</a>: You can create a batch of access calls with methods in 939 Batch access and modification via intents are described in the following sections. 941 <h3 id="Batch">Batch access</h3> 943 Batch access to a provider is useful for inserting a large number of rows, or for inserting
|
D | contacts-provider.jd | 804 Batch modification. 935 <h3 id="Transactions">Batch modification</h3> 1213 Batch operations also allow you to implement <strong>optimistic concurrency control</strong>,
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.5-highlights.jd | 126 <li>Batch actions such as archive, delete, and label on Gmail messages</li>
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_admin.jd | 92 <p class="note"><strong>Note:</strong> Batch upload of product lists containing subscriptions is no… 199 <p class="note"><strong>Note:</strong> Batch upload of product lists containing subscriptions is no…
|