OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitAndRelease
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/speech/tts/
SynthesisPlaybackQueueItem.java
113
mAudioTrack.
waitAndRelease
();
BlockingAudioTrack.java
12
* {@link #
waitAndRelease
()} that will block until all audiotrack
71
// set to null only after
waitAndRelease
().
132
public void
waitAndRelease
() {
138
if (DBG) Log.d(TAG, "Audio track null [duplicate call to
waitAndRelease
?]");
Completed in 31 milliseconds