OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAsynchronous
(Results
1 - 5
of
5
) sorted by null
/cts/suite/audio_quality/lib/include/task/
TaskAsync.h
37
bool
isAsynchronous
() {
/cts/suite/audio_quality/lib/src/task/
TaskAsync.cpp
46
if (!
isAsynchronous
()) {
/cts/tests/tests/os/src/android/os/cts/
MessageTest.java
168
assertTrue(mMessage.
isAsynchronous
());
225
assertFalse(message.
isAsynchronous
());
228
assertTrue(message.
isAsynchronous
());
231
assertFalse(message.
isAsynchronous
());
/frameworks/base/core/java/android/os/
MessageQueue.java
150
} while (msg != null && !msg.
isAsynchronous
());
338
needWake = mBlocked && p.target == null && msg.
isAsynchronous
();
346
if (needWake && p.
isAsynchronous
()) {
Message.java
378
public boolean
isAsynchronous
() {
391
* @see #
isAsynchronous
()
Completed in 133 milliseconds