/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(); 113 dispatcher.dispatchOnError(); 115 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. 895 "is no longer registered with the input dispatcher.", 1103 // In the new native input dispatcher we're a bit more careful about event 2878 resetAndDropEverythingLocked("dispatcher is being disabled"); 3668 // Acquire and release the lock to ensure that the dispatcher has not deadlocked. 4344 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : argument 4345 Thread(/*canCallJava*/ true), mDispatcher(dispatcher) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
H A D | RuimSmsInterfaceManager.java | 84 public RuimSmsInterfaceManager(CDMAPhone phone, SMSDispatcher dispatcher) { argument 86 mDispatcher = dispatcher;
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
H A D | SimSmsInterfaceManager.java | 105 public SimSmsInterfaceManager(GSMPhone phone, SMSDispatcher dispatcher) { argument 107 mDispatcher = dispatcher;
|
/frameworks/av/media/libstagefright/omx/ |
H A D | OMX.cpp | 43 CallbackDispatcherThread(CallbackDispatcher *dispatcher) argument 44 : mDispatcher(dispatcher) {
|
/frameworks/base/core/java/android/webkit/ |
H A D | WebViewInputDispatcher.java | 31 * 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 D | WebViewCore.java | 1790 public boolean dispatchWebKitEvent(WebViewInputDispatcher dispatcher, argument 1825 dispatcher.skipWebkitForRemainingTouchStream();
|