Searched refs:outSeq (Results 1 - 4 of 4) 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/include/androidfw/
H A DInputTransport.h249 status_t receiveFinishedSignal(uint32_t* outSeq, bool* outHandled);
293 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent);
414 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent);
416 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent);
/frameworks/base/include/android_runtime/
H A Dandroid_app_NativeActivity.h97 android::KeyEvent* consumePreDispatchingEvent(int* outSeq);
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp319 KeyEvent* AInputQueue::consumePreDispatchingEvent(int* outSeq) { argument
326 *outSeq = inflight.seq;

Completed in 64 milliseconds