Home
last modified time | relevance | path

Searched defs:dispatcher (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/packages/SystemUI/docs/
Dbroadcasts.md35 ### A note on sticky broadcasts
52 ### Subscribe
82 ### Unsubscribe
/frameworks/base/core/java/com/android/internal/policy/
DPhoneFallbackEventHandler.java86 final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState(); in onKeyDown() local
204 private boolean isNotInstantAppAndKeyguardRestricted(KeyEvent.DispatcherState dispatcher) { in isNotInstantAppAndKeyguardRestricted()
214 final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState(); in onKeyUp() local
DPhoneWindow.java1925 final KeyEvent.DispatcherState dispatcher = in onKeyDown() local
2017 final KeyEvent.DispatcherState dispatcher = in onKeyUp() local
/frameworks/base/core/java/android/speech/tts/
DAudioPlaybackQueueItem.java38 AudioPlaybackQueueItem(UtteranceProgressDispatcher dispatcher, in AudioPlaybackQueueItem()
53 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in run() local
DSynthesisPlaybackQueueItem.java80 int audioFormat, int channelCount, UtteranceProgressDispatcher dispatcher, in SynthesisPlaybackQueueItem()
102 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in run() local
138 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in dispatchEndStatus() local
DSilencePlaybackQueueItem.java25 SilencePlaybackQueueItem(UtteranceProgressDispatcher dispatcher, in SilencePlaybackQueueItem()
DPlaybackQueueItem.java11 PlaybackQueueItem(TextToSpeechService.UtteranceProgressDispatcher dispatcher, in PlaybackQueueItem()
DPlaybackSynthesisCallback.java57 @NonNull UtteranceProgressDispatcher dispatcher, @NonNull Object callerIdentity, in PlaybackSynthesisCallback()
DFileSynthesisCallback.java58 @NonNull UtteranceProgressDispatcher dispatcher, boolean clientIsUsingV2) { in FileSynthesisCallback()
/frameworks/native/services/vr/bufferhubd/
Dbufferhubd.cpp13 std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher; in main() local
/frameworks/native/services/vr/performanced/
Dmain.cpp31 std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher; in main() local
/frameworks/native/libs/vr/libpdx/fuzz/
Dservice_dispatcher_fuzzer.cpp41 std::unique_ptr<ServiceDispatcher> dispatcher = ServiceDispatcher::Create(); in LLVMFuzzerTestOneInput() local
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp162 explicit FakeInputReceiver(const sp<InputDispatcher>& dispatcher, const std::string name) in FakeInputReceiver()
182 const sp<InputDispatcher>& dispatcher, const std::string name) in FakeWindowHandle()
273 sp<InputDispatcher> dispatcher = new InputDispatcher(fakePolicy); in benchmarkNotifyMotion() local
307 sp<InputDispatcher> dispatcher = new InputDispatcher(fakePolicy); in benchmarkInjectMotion() local
/frameworks/base/media/java/android/media/
DIAudioService.aidl313 void registerStrategyPreferredDevicesDispatcher(IStrategyPreferredDevicesDispatcher dispatcher); in registerStrategyPreferredDevicesDispatcher()
316 IStrategyPreferredDevicesDispatcher dispatcher); in unregisterStrategyPreferredDevicesDispatcher()
337 void registerCapturePresetDevicesRoleDispatcher(ICapturePresetDevicesRoleDispatcher dispatcher); in registerCapturePresetDevicesRoleDispatcher()
340 ICapturePresetDevicesRoleDispatcher dispatcher); in unregisterCapturePresetDevicesRoleDispatcher()
364 void registerCommunicationDeviceDispatcher(ICommunicationDeviceDispatcher dispatcher); in registerCommunicationDeviceDispatcher()
367 ICommunicationDeviceDispatcher dispatcher); in unregisterCommunicationDeviceDispatcher()
392 void registerModeDispatcher(IAudioModeDispatcher dispatcher); in registerModeDispatcher()
394 oneway void unregisterModeDispatcher(IAudioModeDispatcher dispatcher); in unregisterModeDispatcher()
/frameworks/native/libs/vr/libpdx/
Dservice_dispatcher.cpp17 std::unique_ptr<ServiceDispatcher> dispatcher{new ServiceDispatcher()}; in Create() local
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java680 /*package*/ void registerStrategyPreferredDevicesDispatcher( in registerStrategyPreferredDevicesDispatcher()
685 /*package*/ void unregisterStrategyPreferredDevicesDispatcher( in unregisterStrategyPreferredDevicesDispatcher()
715 /*package*/ void registerCapturePresetDevicesRoleDispatcher( in registerCapturePresetDevicesRoleDispatcher()
720 /*package*/ void unregisterCapturePresetDevicesRoleDispatcher( in unregisterCapturePresetDevicesRoleDispatcher()
DAudioDeviceBroker.java744 /*package*/ void registerStrategyPreferredDevicesDispatcher( in registerStrategyPreferredDevicesDispatcher()
749 /*package*/ void unregisterStrategyPreferredDevicesDispatcher( in unregisterStrategyPreferredDevicesDispatcher()
763 /*package*/ void registerCapturePresetDevicesRoleDispatcher( in registerCapturePresetDevicesRoleDispatcher()
768 /*package*/ void unregisterCapturePresetDevicesRoleDispatcher( in unregisterCapturePresetDevicesRoleDispatcher()
773 /*package*/ void registerCommunicationDeviceDispatcher( in registerCommunicationDeviceDispatcher()
778 /*package*/ void unregisterCommunicationDeviceDispatcher( in unregisterCommunicationDeviceDispatcher()
DAudioService.java2427 public void registerStrategyPreferredDevicesDispatcher( in registerStrategyPreferredDevicesDispatcher()
2439 public void unregisterStrategyPreferredDevicesDispatcher( in unregisterStrategyPreferredDevicesDispatcher()
2514 public void registerCapturePresetDevicesRoleDispatcher( in registerCapturePresetDevicesRoleDispatcher()
2527 public void unregisterCapturePresetDevicesRoleDispatcher( in unregisterCapturePresetDevicesRoleDispatcher()
4888 public void registerModeDispatcher( in registerModeDispatcher()
4897 public void unregisterModeDispatcher( in unregisterModeDispatcher()
5204 public void registerCommunicationDeviceDispatcher( in registerCommunicationDeviceDispatcher()
5215 public void unregisterCommunicationDeviceDispatcher( in unregisterCommunicationDeviceDispatcher()
/frameworks/base/media/java/android/media/midi/
DMidiDeviceServer.java154 MidiDispatcher dispatcher = mOutputPortDispatchers[portNumber]; in close() local
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp901 const sp<InputDispatcher>& dispatcher, const std::string name, in FakeWindowHandle()
1131 const sp<InputDispatcher>& dispatcher, int32_t action, int32_t repeatCount, in injectKey()
1153 static InputEventInjectionResult injectKeyDown(const sp<InputDispatcher>& dispatcher, in injectKeyDown()
1161 static InputEventInjectionResult injectKeyDownNoRepeat(const sp<InputDispatcher>& dispatcher, in injectKeyDownNoRepeat()
1168 static InputEventInjectionResult injectKeyUp(const sp<InputDispatcher>& dispatcher, in injectKeyUp()
1293 const sp<InputDispatcher>& dispatcher, const MotionEvent& event, in injectMotionEvent()
1302 const sp<InputDispatcher>& dispatcher, int32_t action, int32_t source, int32_t displayId, in injectMotionEvent()
1323 static InputEventInjectionResult injectMotionDown(const sp<InputDispatcher>& dispatcher, in injectMotionDown()
1329 static InputEventInjectionResult injectMotionUp(const sp<InputDispatcher>& dispatcher, in injectMotionUp()
1850 [&](sp<InputDispatcher> dispatcher, sp<IBinder> from,
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsControllerImpl.java118 BroadcastDispatcher dispatcher, in AppOpsControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarInflaterView.java180 final ButtonDispatcher dispatcher = mButtonDispatchers.valueAt(i); in updateButtonDispatchersCurrentView() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsDispatchersController.java538 SMSDispatcher dispatcher = in sendRetrySms() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAbstractAccessibilityServiceConnection.java917 FingerprintGestureDispatcher dispatcher = in isFingerprintGestureDetectionAvailable() local
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java3182 final CheckOpsDelegateDispatcher dispatcher = mCheckOpsDelegateDispatcher; in getAppOpsServiceDelegate() local