OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HIGH_PRIORITY
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/speech/tts/
AudioPlaybackHandler.java
44
private static final int
HIGH_PRIORITY
= 0;
96
mQueue.add(new ListEntry(SYNTHESIS_DONE, token,
HIGH_PRIORITY
));
143
mQueue.add(new ListEntry(SHUTDOWN, null,
HIGH_PRIORITY
));
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java
60
private final static int
HIGH_PRIORITY
= 3000;
224
HIGH_PRIORITY
, DEFAULT_LOOP, 1.0f);
Completed in 81 milliseconds