OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAsynchronous
(Results
1 - 11
of
11
) 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
()) {
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
TestLauncher.py
189
def __call_process(self, cmd,
isAsynchronous
=False, isScriptThread=False):
201
if not
isAsynchronous
:
/cts/tests/tests/os/src/android/os/cts/
MessageTest.java
169
assertTrue(mMessage.
isAsynchronous
());
226
assertFalse(message.
isAsynchronous
());
229
assertTrue(message.
isAsynchronous
());
232
assertFalse(message.
isAsynchronous
());
/frameworks/base/tests/utils/testutils/java/android/os/test/
TestLooper.java
124
} while (msg != null && !msg.
isAsynchronous
());
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
MockLooper.java
124
} while (msg != null && !msg.
isAsynchronous
());
/frameworks/base/core/java/android/os/
MessageQueue.java
335
} while (msg != null && !msg.
isAsynchronous
());
446
* Asynchronous messages (see {@link Message#
isAsynchronous
} are exempt from the barrier
563
needWake = mBlocked && p.target == null && msg.
isAsynchronous
();
571
if (needWake && p.
isAsynchronous
()) {
Message.java
427
public boolean
isAsynchronous
() {
455
* @see #
isAsynchronous
()
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 485 milliseconds