Searched defs:outSeq (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
H A DInputTransport.cpp338 status_t InputPublisher::receiveFinishedSignal(uint32_t* outSeq, bool* outHandled) { argument
347 *outSeq = 0;
356 *outSeq = msg.body.finished.seq;
387 bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) {
393 *outSeq = 0;
409 result = consumeBatch(factory, frameTime, outSeq, outEvent);
413 mChannel->getName().string(), *outSeq);
428 *outSeq = mMsg.body.key.seq;
432 mChannel->getName().string(), *outSeq);
453 batch, batch.samples.size(), outSeq, outEven
386 consume(InputEventFactoryInterface* factory, bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) argument
503 consumeBatch(InputEventFactoryInterface* factory, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) argument
538 consumeSamples(InputEventFactoryInterface* factory, Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp319 KeyEvent* AInputQueue::consumePreDispatchingEvent(int* outSeq) { argument
326 *outSeq = inflight.seq;

Completed in 204 milliseconds