Searched defs:dispatcher (Results 1 - 12 of 12) 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.java26 SilencePlaybackQueueItem(UtteranceProgressDispatcher dispatcher, argument
28 super(dispatcher, callerIdentity);
H A DAudioPlaybackQueueItem.java36 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 DPlaybackSynthesisCallback.java70 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 DSynthesisPlaybackQueueItem.java68 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 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.
916 "is no longer registered with the input dispatcher.",
1124 // In the new native input dispatcher we're a bit more careful about event
2933 resetAndDropEverythingLocked("dispatcher is being disabled");
3730 // Acquire and release the lock to ensure that the dispatcher has not deadlocked.
4414 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : argument
4415 Thread(/*canCallJava*/ true), mDispatcher(dispatcher) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimSmsInterfaceManager.java84 public RuimSmsInterfaceManager(CDMAPhone phone, SMSDispatcher dispatcher) { argument
86 mDispatcher = dispatcher;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSimSmsInterfaceManager.java105 public SimSmsInterfaceManager(GSMPhone phone, SMSDispatcher dispatcher) { argument
107 mDispatcher = dispatcher;
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp43 CallbackDispatcherThread(CallbackDispatcher *dispatcher) argument
44 : mDispatcher(dispatcher) {
/frameworks/base/core/java/android/webkit/
H A DWebViewInputDispatcher.java31 * This dispatcher is shared by the UI thread ({@link WebViewClassic}) and web kit
40 * to the dispatcher, then immediately returns true to the input system to indicate that
44 * events may be enqueued from the UI thread. In some cases, the dispatcher may decide to
49 * After processing each input event, it informs the dispatcher whether the web application
57 * right to handle it. The dispatcher synthesizes a cancellation event for web kit and
61 * One thing to keep in mind about the dispatcher is that what goes into the dispatcher
63 * dispatcher may tweak the input event stream to improve responsiveness. Both web view and
72 * Currently, the input dispatcher only handles pointer events (includes touch,
96 // Posted state, tracks events posted to the dispatcher
1097 dispatchWebKitEvent(WebViewInputDispatcher dispatcher, MotionEvent event, int eventType, int flags) argument
[all...]
H A DWebViewCore.java1772 public boolean dispatchWebKitEvent(WebViewInputDispatcher dispatcher, argument
1807 dispatcher.skipWebkitForRemainingTouchStream();

Completed in 109 milliseconds