Searched defs:dispatcher (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DPlaybackQueueItem.java11 PlaybackQueueItem(TextToSpeechService.UtteranceProgressDispatcher dispatcher, argument
13 mDispatcher = dispatcher;
H A DSilencePlaybackQueueItem.java25 SilencePlaybackQueueItem(UtteranceProgressDispatcher dispatcher, argument
27 super(dispatcher, callerIdentity);
H A DAudioPlaybackQueueItem.java39 AudioPlaybackQueueItem(UtteranceProgressDispatcher dispatcher, argument
42 super(dispatcher, callerIdentity);
54 final UtteranceProgressDispatcher dispatcher = getDispatcher();
56 dispatcher.dispatchOnStart();
63 dispatcher.dispatchOnError(TextToSpeech.ERROR_OUTPUT);
94 dispatcher.dispatchOnSuccess();
96 dispatcher.dispatchOnStop();
H A DPlaybackSynthesisCallback.java54 UtteranceProgressDispatcher dispatcher, Object callerIdentity,
59 mDispatcher = dispatcher;
53 PlaybackSynthesisCallback(AudioOutputParams audioParams, AudioPlaybackHandler audioTrackHandler, UtteranceProgressDispatcher dispatcher, Object callerIdentity, AbstractEventLogger logger, boolean clientIsUsingV2) argument
H A DSynthesisPlaybackQueueItem.java67 int audioFormat, int channelCount, UtteranceProgressDispatcher dispatcher,
69 super(dispatcher, callerIdentity);
84 final UtteranceProgressDispatcher dispatcher = getDispatcher();
85 dispatcher.dispatchOnStart();
88 dispatcher.dispatchOnError(TextToSpeech.ERROR_OUTPUT);
113 dispatcher.dispatchOnSuccess();
115 dispatcher.dispatchOnStop();
117 dispatcher.dispatchOnError(mStatusCode);
66 SynthesisPlaybackQueueItem(AudioOutputParams audioParams, int sampleRate, int audioFormat, int channelCount, UtteranceProgressDispatcher dispatcher, Object callerIdentity, AbstractEventLogger logger) argument
H A DFileSynthesisCallback.java57 FileSynthesisCallback(FileChannel fileChannel, UtteranceProgressDispatcher dispatcher, argument
61 mDispatcher = dispatcher;
/frameworks/native/services/inputflinger/
H A DInputManager.cpp38 const sp<InputDispatcherInterface>& dispatcher) :
40 mDispatcher(dispatcher) {
36 InputManager( const sp<InputReaderInterface>& reader, const sp<InputDispatcherInterface>& dispatcher) argument
H A DInputDispatcher.cpp22 // Log detailed debug messages about each inbound event notification to the dispatcher.
25 // Log detailed debug messages about each outbound event processed by the dispatcher.
927 "is no longer registered with the input dispatcher.",
1632 "registered with the input dispatcher. The window may be in the process "
2937 resetAndDropEverythingLocked("dispatcher is being disabled");
3784 // Acquire and release the lock to ensure that the dispatcher has not deadlocked.
4510 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : argument
4511 Thread(/*canCallJava*/ true), mDispatcher(dispatcher) {
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp45 CallbackDispatcherThread(CallbackDispatcher *dispatcher) argument
46 : mDispatcher(dispatcher) {

Completed in 78 milliseconds