Searched refs:dispatcher (Results 1 - 15 of 15) 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 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 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 DFileSynthesisCallback.java57 FileSynthesisCallback(FileChannel fileChannel, UtteranceProgressDispatcher dispatcher, argument
61 mDispatcher = dispatcher;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java80 final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState();
113 if (getKeyguardManager().inKeyguardRestrictedInputMode() || dispatcher == null) {
117 dispatcher.startTracking(event, this);
118 } else if (event.isLongPress() && dispatcher.isTracking(event)) {
119 dispatcher.performedLongPress(event);
135 if (getKeyguardManager().inKeyguardRestrictedInputMode() || dispatcher == null) {
139 dispatcher.startTracking(event, this);
140 } else if (event.isLongPress() && dispatcher.isTracking(event)) {
141 dispatcher.performedLongPress(event);
154 if (getKeyguardManager().inKeyguardRestrictedInputMode() || dispatcher
[all...]
H A DPhoneWindow.java1727 final KeyEvent.DispatcherState dispatcher =
1782 if (dispatcher != null) {
1783 dispatcher.startTracking(event, this);
1815 final KeyEvent.DispatcherState dispatcher =
1817 if (dispatcher != null) {
1818 dispatcher.handleUpEvent(event);
/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 DInputManager.h72 /* Gets the input dispatcher. */
89 const sp<InputDispatcherInterface>& dispatcher);
H A DInputDispatcher.h71 /* Waits for previous events to be dispatched so that the input dispatcher can determine
165 * Input dispatcher configuration.
167 * Specifies various options that modify the behavior of the input dispatcher.
169 * and are passed into the dispatcher during initialization.
185 * Input dispatcher policy interface.
211 /* Gets the input dispatcher configuration. */
268 * The dispatcher is expected to be mostly asynchronous. */
275 /* Dumps the state of the input dispatcher.
280 /* Called by the heatbeat to ensures that the dispatcher has not deadlocked. */
286 * This method should only be called on the input dispatcher threa
[all...]
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.
933 "is no longer registered with the input dispatcher.",
1657 "registered with the input dispatcher. The window may be in the process "
2962 resetAndDropEverythingLocked("dispatcher is being disabled");
3809 // Acquire and release the lock to ensure that the dispatcher has not deadlocked.
4535 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : argument
4536 Thread(/*canCallJava*/ true), mDispatcher(dispatcher) {
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
H A DIdlingResourceRegistry.java71 private final Dispatcher dispatcher; field in class:IdlingResourceRegistry
77 this.dispatcher = new Dispatcher();
78 this.handler = new Handler(looper, dispatcher);
159 dispatcher.deregister();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DImsSMSDispatcher.java221 * @param smsDispatcher the dispatcher for resending the message by PSTN.
384 SMSDispatcher dispatcher = (isCdmaFormat(newFormat)) ?
387 tracker.mFormat = dispatcher.getFormat();
388 dispatcher.sendSms(tracker);
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp45 CallbackDispatcherThread(CallbackDispatcher *dispatcher) argument
46 : mDispatcher(dispatcher) {

Completed in 324 milliseconds