Searched defs:dispatcher (Results 1 - 8 of 8) sorted by relevance
/frameworks/base/core/java/android/speech/tts/ |
H A D | PlaybackQueueItem.java | 11 PlaybackQueueItem(TextToSpeechService.UtteranceProgressDispatcher dispatcher, argument 13 mDispatcher = dispatcher;
|
H A D | SilencePlaybackQueueItem.java | 26 SilencePlaybackQueueItem(UtteranceProgressDispatcher dispatcher, argument 28 super(dispatcher, callerIdentity);
|
H A D | AudioPlaybackQueueItem.java | 36 AudioPlaybackQueueItem(UtteranceProgressDispatcher dispatcher, argument 39 super(dispatcher, callerIdentity); 51 final UtteranceProgressDispatcher dispatcher = getDispatcher(); 53 dispatcher.dispatchOnStart(); 56 dispatcher.dispatchOnError(); 86 dispatcher.dispatchOnDone(); 88 dispatcher.dispatchOnError();
|
H A D | PlaybackSynthesisCallback.java | 70 AudioPlaybackHandler audioTrackHandler, UtteranceProgressDispatcher dispatcher, 76 mDispatcher = dispatcher; 69 PlaybackSynthesisCallback(int streamType, float volume, float pan, AudioPlaybackHandler audioTrackHandler, UtteranceProgressDispatcher dispatcher, Object callerIdentity, EventLogger logger) argument
|
H A D | SynthesisPlaybackQueueItem.java | 68 float volume, float pan, UtteranceProgressDispatcher dispatcher, 70 super(dispatcher, callerIdentity); 86 final UtteranceProgressDispatcher dispatcher = getDispatcher(); 87 dispatcher.dispatchOnStart(); 91 dispatcher.dispatchOnError(); 116 dispatcher.dispatchOnError(); 118 dispatcher.dispatchOnDone(); 66 SynthesisPlaybackQueueItem(int streamType, int sampleRate, int audioFormat, int channelCount, float volume, float pan, UtteranceProgressDispatcher dispatcher, Object callerIdentity, EventLogger logger) argument
|
/frameworks/base/services/input/ |
H A D | InputManager.cpp | 38 const sp<InputDispatcherInterface>& dispatcher) : 40 mDispatcher(dispatcher) { 36 InputManager( const sp<InputReaderInterface>& reader, const sp<InputDispatcherInterface>& dispatcher) argument
|
H A D | InputDispatcher.cpp | 22 // 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. 930 "is no longer registered with the input dispatcher.", 1138 // In the new native input dispatcher we're a bit more careful about event 2934 resetAndDropEverythingLocked("dispatcher is being disabled"); 3758 // Acquire and release the lock to ensure that the dispatcher has not deadlocked. 4458 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : argument 4459 Thread(/*canCallJava*/ true), mDispatcher(dispatcher) {
|
/frameworks/av/media/libstagefright/omx/ |
H A D | OMX.cpp | 43 CallbackDispatcherThread(CallbackDispatcher *dispatcher) argument 44 : mDispatcher(dispatcher) {
|
Completed in 323 milliseconds