Searched defs:clientIsUsingV2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DAbstractSynthesisCallback.java34 * @param clientIsUsingV2 If true, this callback will be used inside
37 AbstractSynthesisCallback(boolean clientIsUsingV2) { argument
38 mClientIsUsingV2 = clientIsUsingV2;
H A DPlaybackSynthesisCallback.java55 AbstractEventLogger logger, boolean clientIsUsingV2) {
56 super(clientIsUsingV2);
53 PlaybackSynthesisCallback(AudioOutputParams audioParams, AudioPlaybackHandler audioTrackHandler, UtteranceProgressDispatcher dispatcher, Object callerIdentity, AbstractEventLogger logger, boolean clientIsUsingV2) argument
H A DFileSynthesisCallback.java58 Object callerIdentity, boolean clientIsUsingV2) {
59 super(clientIsUsingV2);
57 FileSynthesisCallback(FileChannel fileChannel, UtteranceProgressDispatcher dispatcher, Object callerIdentity, boolean clientIsUsingV2) argument

Completed in 131 milliseconds