HomeSort by relevance Sort by last modified time
    Searched refs:receiveFinishedSignal (Results 1 - 5 of 5) sorted by null

  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 120 status = mPublisher->receiveFinishedSignal(&finishedSeq, &handled);
122 << "publisher receiveFinishedSignal should return OK";
124 << "publisher receiveFinishedSignal should have returned the original sequence number";
126 << "publisher receiveFinishedSignal should have set handled to consumer's reply";
235 status = mPublisher->receiveFinishedSignal(&finishedSeq, &handled);
237 << "publisher receiveFinishedSignal should return OK";
239 << "publisher receiveFinishedSignal should have returned the original sequence number";
241 << "publisher receiveFinishedSignal should have set handled to consumer's reply";
  /frameworks/native/include/input/
InputTransport.h 260 status_t receiveFinishedSignal(uint32_t* outSeq, bool* outHandled);
  /frameworks/base/core/jni/
android_view_InputEventSender.cpp 188 status_t status = mInputPublisher.receiveFinishedSignal(&publishedSeq, &handled);
  /frameworks/native/libs/input/
InputTransport.cpp 345 status_t InputPublisher::receiveFinishedSignal(uint32_t* outSeq, bool* outHandled) {
347 ALOGD("channel '%s' publisher ~ receiveFinishedSignal",
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]

Completed in 68 milliseconds