OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:speechitem
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java
265
private
SpeechItem
mCurrentSpeechItem = null;
271
private synchronized
SpeechItem
getCurrentSpeechItem() {
275
private synchronized
SpeechItem
setCurrentSpeechItem(
SpeechItem
speechItem
) {
276
SpeechItem
old = mCurrentSpeechItem;
277
mCurrentSpeechItem =
speechItem
;
281
private synchronized
SpeechItem
maybeRemoveCurrentSpeechItem(Object callerIdentity) {
284
SpeechItem
current = mCurrentSpeechItem;
300
SpeechItem
current = setCurrentSpeechItem(null)
[
all
...]
Completed in 48 milliseconds