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.java38 AudioPlaybackQueueItem(UtteranceProgressDispatcher dispatcher, argument
41 super(dispatcher, callerIdentity);
53 final UtteranceProgressDispatcher dispatcher = getDispatcher();
55 dispatcher.dispatchOnStart();
62 dispatcher.dispatchOnError(TextToSpeech.ERROR_OUTPUT);
93 dispatcher.dispatchOnSuccess();
95 dispatcher.dispatchOnStop();
H A DFileSynthesisCallback.java58 @NonNull UtteranceProgressDispatcher dispatcher, boolean clientIsUsingV2) {
61 mDispatcher = dispatcher;
57 FileSynthesisCallback(@onNull FileChannel fileChannel, @NonNull UtteranceProgressDispatcher dispatcher, boolean clientIsUsingV2) argument
H A DPlaybackSynthesisCallback.java57 @NonNull UtteranceProgressDispatcher dispatcher, @NonNull Object callerIdentity,
62 mDispatcher = dispatcher;
55 PlaybackSynthesisCallback(@onNull AudioOutputParams audioParams, @NonNull AudioPlaybackHandler audioTrackHandler, @NonNull UtteranceProgressDispatcher dispatcher, @NonNull Object callerIdentity, @NonNull 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
/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.
943 "is no longer registered with the input dispatcher.",
1674 "registered with the input dispatcher. The window may be in the process "
2993 resetAndDropEverythingLocked("dispatcher is being disabled");
3840 // Acquire and release the lock to ensure that the dispatcher has not deadlocked.
4554 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : argument
4555 Thread(/*canCallJava*/ true), mDispatcher(dispatcher) {
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp51 CallbackDispatcherThread(CallbackDispatcher *dispatcher) argument
52 : mDispatcher(dispatcher) {
654 sp<OMX::CallbackDispatcher> dispatcher = findDispatcher(node); local
672 dispatcher->post(msg, false /* realTime */);
685 dispatcher->post(msg, true /* realTime */);

Completed in 206 milliseconds