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

/frameworks/native/libs/input/
H A DInputTransport.cpp344 status_t InputPublisher::receiveFinishedSignal(uint32_t* outSeq, bool* outHandled) { argument
353 *outSeq = 0;
362 *outSeq = msg.body.finished.seq;
393 bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) {
399 *outSeq = 0;
415 result = consumeBatch(factory, frameTime, outSeq, outEvent);
419 mChannel->getName().string(), *outSeq);
434 *outSeq = mMsg.body.key.seq;
438 mChannel->getName().string(), *outSeq);
459 batch, batch.samples.size(), outSeq, outEven
392 consume(InputEventFactoryInterface* factory, bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) argument
509 consumeBatch(InputEventFactoryInterface* factory, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) argument
547 consumeSamples(InputEventFactoryInterface* factory, Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent) argument
[all...]
/frameworks/native/include/input/
H A DInputTransport.h252 status_t receiveFinishedSignal(uint32_t* outSeq, bool* outHandled);
296 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent);
417 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent);
419 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent);

Completed in 711 milliseconds