Searched refs:dispatcher (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DPlaybackQueueItem.java11 PlaybackQueueItem(TextToSpeechService.UtteranceProgressDispatcher dispatcher, argument
13 mDispatcher = dispatcher;
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 DSilencePlaybackQueueItem.java26 SilencePlaybackQueueItem(UtteranceProgressDispatcher dispatcher, argument
28 super(dispatcher, callerIdentity);
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
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
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java79 final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState();
112 if (getKeyguardManager().inKeyguardRestrictedInputMode() || dispatcher == null) {
116 dispatcher.startTracking(event, this);
117 } else if (event.isLongPress() && dispatcher.isTracking(event)) {
118 dispatcher.performedLongPress(event);
134 if (getKeyguardManager().inKeyguardRestrictedInputMode() || dispatcher == null) {
138 dispatcher.startTracking(event, this);
139 } else if (event.isLongPress() && dispatcher.isTracking(event)) {
140 dispatcher.performedLongPress(event);
153 if (getKeyguardManager().inKeyguardRestrictedInputMode() || dispatcher
[all...]
H A DPhoneWindow.java1550 final KeyEvent.DispatcherState dispatcher =
1576 if (dispatcher != null) {
1577 dispatcher.startTracking(event, this);
1609 final KeyEvent.DispatcherState dispatcher =
1611 if (dispatcher != null) {
1612 dispatcher.handleUpEvent(event);
/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 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. */
271 * The dispatcher is expected to be mostly asynchronous. */
278 /* Dumps the state of the input dispatcher.
283 /* Called by the heatbeat to ensures that the dispatcher has not deadlocked. */
289 * 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.
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/opt/telephony/src/java/com/android/internal/telephony/
H A DImsSMSDispatcher.java287 SMSDispatcher dispatcher = (isCdmaFormat(newFormat)) ?
290 tracker.mFormat = dispatcher.getFormat();
291 dispatcher.sendSms(tracker);
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp43 CallbackDispatcherThread(CallbackDispatcher *dispatcher) argument
44 : mDispatcher(dispatcher) {

Completed in 400 milliseconds