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

/frameworks/base/core/java/android/speech/tts/
H A DAudioMessageParams.java23 AudioMessageParams(UtteranceProgressDispatcher dispatcher, argument
25 super(dispatcher, callingApp);
H A DMessageParams.java28 MessageParams(UtteranceProgressDispatcher dispatcher, String callingApp) { argument
29 mDispatcher = dispatcher;
H A DSilenceMessageParams.java25 SilenceMessageParams(UtteranceProgressDispatcher dispatcher, argument
27 super(dispatcher, callingApp);
H A DSynthesisMessageParams.java60 float volume, float pan, UtteranceProgressDispatcher dispatcher,
62 super(dispatcher, callingApp);
58 SynthesisMessageParams(int streamType, int sampleRate, int audioFormat, int channelCount, float volume, float pan, UtteranceProgressDispatcher dispatcher, String callingApp, 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, String callingApp, EventLogger logger) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java76 final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState();
110 if (getKeyguardManager().inKeyguardRestrictedInputMode() || dispatcher == null) {
114 dispatcher.startTracking(event, this);
115 } else if (event.isLongPress() && dispatcher.isTracking(event)) {
116 dispatcher.performedLongPress(event);
132 if (getKeyguardManager().inKeyguardRestrictedInputMode() || dispatcher == null) {
136 dispatcher.startTracking(event, this);
137 } else if (event.isLongPress() && dispatcher.isTracking(event)) {
138 dispatcher.performedLongPress(event);
150 if (getKeyguardManager().inKeyguardRestrictedInputMode() || dispatcher
[all...]
H A DPhoneWindow.java1406 final KeyEvent.DispatcherState dispatcher =
1432 if (dispatcher != null) {
1433 dispatcher.startTracking(event, this);
1465 final KeyEvent.DispatcherState dispatcher =
1467 if (dispatcher != null) {
1468 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.h70 /* Waits for previous events to be dispatched so that the input dispatcher can determine
164 * Input dispatcher configuration.
166 * Specifies various options that modify the behavior of the input dispatcher.
188 * Input dispatcher policy interface.
213 /* Gets the input dispatcher configuration. */
273 * The dispatcher is expected to be mostly asynchronous. */
280 /* Dumps the state of the input dispatcher.
285 /* Called by the heatbeat to ensures that the dispatcher has not deadlocked. */
291 * This method should only be called on the input dispatcher thread.
351 /* Dispatches events to input targets. Some functions of the input dispatcher, suc
[all...]
H A DInputDispatcher.cpp21 // Log detailed debug messages about each inbound event notification to the dispatcher.
24 // Log detailed debug messages about each outbound event processed by the dispatcher.
85 // For example, when there are 10 fingers down, the input dispatcher may receive 10
1043 "is no longer registered with the input dispatcher.",
1265 // In the new native input dispatcher we're a bit more careful about event
3410 resetAndDropEverythingLocked("dispatcher is being disabled");
4095 // Acquire and release the lock to ensure that the dispatcher has not deadlocked.
4772 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : argument
4773 Thread(/*canCallJava*/ true), mDispatcher(dispatcher) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DRuimSmsInterfaceManager.java84 public RuimSmsInterfaceManager(CDMAPhone phone, SMSDispatcher dispatcher) { argument
86 mDispatcher = dispatcher;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSimSmsInterfaceManager.java105 public SimSmsInterfaceManager(GSMPhone phone, SMSDispatcher dispatcher) { argument
107 mDispatcher = dispatcher;
/frameworks/base/media/libstagefright/omx/
H A DOMX.cpp43 CallbackDispatcherThread(CallbackDispatcher *dispatcher) argument
44 : mDispatcher(dispatcher) {

Completed in 173 milliseconds