OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
252
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
344
status_t InputPublisher::
receiveFinishedSignal
(uint32_t* outSeq, bool* outHandled) {
346
ALOGD("channel '%s' publisher ~
receiveFinishedSignal
",
[
all
...]
/frameworks/base/services/input/
InputDispatcher.cpp
[
all
...]
Completed in 1186 milliseconds