/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | PhoneFallbackEventHandler.java | 86 final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState(); in onKeyDown() local 201 private boolean isNotInstantAppAndKeyguardRestricted(KeyEvent.DispatcherState dispatcher) { in isNotInstantAppAndKeyguardRestricted() 211 final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState(); in onKeyUp() local
|
H A D | PhoneWindow.java | 1925 final KeyEvent.DispatcherState dispatcher = in onKeyDown() local 2017 final KeyEvent.DispatcherState dispatcher = in onKeyUp() local
|
/aosp12/frameworks/base/core/java/android/speech/tts/ |
H A D | AudioPlaybackQueueItem.java | 38 AudioPlaybackQueueItem(UtteranceProgressDispatcher dispatcher, in AudioPlaybackQueueItem() 53 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in run() local
|
H A D | SynthesisPlaybackQueueItem.java | 80 int audioFormat, int channelCount, UtteranceProgressDispatcher dispatcher, in SynthesisPlaybackQueueItem() 102 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in run() local 138 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in dispatchEndStatus() local
|
H A D | SilencePlaybackQueueItem.java | 25 SilencePlaybackQueueItem(UtteranceProgressDispatcher dispatcher, in SilencePlaybackQueueItem()
|
H A D | PlaybackQueueItem.java | 11 PlaybackQueueItem(TextToSpeechService.UtteranceProgressDispatcher dispatcher, in PlaybackQueueItem()
|
H A D | PlaybackSynthesisCallback.java | 57 @NonNull UtteranceProgressDispatcher dispatcher, @NonNull Object callerIdentity, in PlaybackSynthesisCallback()
|
H A D | FileSynthesisCallback.java | 58 @NonNull UtteranceProgressDispatcher dispatcher, boolean clientIsUsingV2) { in FileSynthesisCallback()
|
/aosp12/frameworks/native/services/vr/bufferhubd/ |
H A D | bufferhubd.cpp | 13 std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher; in main() local
|
/aosp12/frameworks/native/services/vr/performanced/ |
H A D | main.cpp | 31 std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher; in main() local
|
/aosp12/frameworks/native/libs/vr/libpdx/fuzz/ |
H A D | service_dispatcher_fuzzer.cpp | 41 std::unique_ptr<ServiceDispatcher> dispatcher = ServiceDispatcher::Create(); in LLVMFuzzerTestOneInput() local
|
/aosp12/frameworks/native/services/inputflinger/benchmarks/ |
H A D | InputDispatcher_benchmarks.cpp | 165 explicit FakeInputReceiver(const sp<InputDispatcher>& dispatcher, const std::string name) in FakeInputReceiver() 185 const sp<InputDispatcher>& dispatcher, const std::string name) in FakeWindowHandle() 275 sp<InputDispatcher> dispatcher = new InputDispatcher(fakePolicy); in benchmarkNotifyMotion() local 309 sp<InputDispatcher> dispatcher = new InputDispatcher(fakePolicy); in benchmarkInjectMotion() local
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | IAudioService.aidl | 318 void registerStrategyPreferredDevicesDispatcher(IStrategyPreferredDevicesDispatcher dispatcher); in registerStrategyPreferredDevicesDispatcher() 321 IStrategyPreferredDevicesDispatcher dispatcher); in unregisterStrategyPreferredDevicesDispatcher() 342 void registerCapturePresetDevicesRoleDispatcher(ICapturePresetDevicesRoleDispatcher dispatcher); in registerCapturePresetDevicesRoleDispatcher() 345 ICapturePresetDevicesRoleDispatcher dispatcher); in unregisterCapturePresetDevicesRoleDispatcher() 369 void registerCommunicationDeviceDispatcher(ICommunicationDeviceDispatcher dispatcher); in registerCommunicationDeviceDispatcher() 372 ICommunicationDeviceDispatcher dispatcher); in unregisterCommunicationDeviceDispatcher() 397 void registerModeDispatcher(IAudioModeDispatcher dispatcher); in registerModeDispatcher() 399 oneway void unregisterModeDispatcher(IAudioModeDispatcher dispatcher); in unregisterModeDispatcher()
|
/aosp12/frameworks/native/libs/vr/libpdx/ |
H A D | service_dispatcher.cpp | 17 std::unique_ptr<ServiceDispatcher> dispatcher{new ServiceDispatcher()}; in Create() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioDeviceInventory.java | 683 /*package*/ void registerStrategyPreferredDevicesDispatcher( in registerStrategyPreferredDevicesDispatcher() 688 /*package*/ void unregisterStrategyPreferredDevicesDispatcher( in unregisterStrategyPreferredDevicesDispatcher() 718 /*package*/ void registerCapturePresetDevicesRoleDispatcher( in registerCapturePresetDevicesRoleDispatcher() 723 /*package*/ void unregisterCapturePresetDevicesRoleDispatcher( in unregisterCapturePresetDevicesRoleDispatcher()
|
H A D | AudioDeviceBroker.java | 744 /*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()
|
/aosp12/hardware/google/camera/common/hal/utils/ |
H A D | zsl_result_dispatcher.cc | 35 auto dispatcher = std::unique_ptr<ZslResultDispatcher>( in Create() local
|
H A D | result_dispatcher.cc | 35 auto dispatcher = std::unique_ptr<ResultDispatcher>(new ResultDispatcher( in Create() local
|
/aosp12/frameworks/base/media/java/android/media/midi/ |
H A D | MidiDeviceServer.java | 154 MidiDispatcher dispatcher = mOutputPortDispatchers[portNumber]; in close() local
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 909 const sp<InputDispatcher>& dispatcher, const std::string name, in FakeWindowHandle() 947 const sp<InputDispatcher>& dispatcher, int32_t displayId) { in clone() 1144 const sp<InputDispatcher>& dispatcher, int32_t action, int32_t repeatCount, in injectKey() 1166 static InputEventInjectionResult injectKeyDown(const sp<InputDispatcher>& dispatcher, in injectKeyDown() 1181 static InputEventInjectionResult injectKeyUp(const sp<InputDispatcher>& dispatcher, in injectKeyUp() 1308 const sp<InputDispatcher>& dispatcher, const MotionEvent& event, in injectMotionEvent() 1338 static InputEventInjectionResult injectMotionDown(const sp<InputDispatcher>& dispatcher, in injectMotionDown() 1344 static InputEventInjectionResult injectMotionUp(const sp<InputDispatcher>& dispatcher, in injectMotionUp() 1866 [&](sp<InputDispatcher> dispatcher, sp<IBinder> from, 1867 sp<IBinder> to) { in __anon90001ff30202() [all …]
|
/aosp12/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/ |
H A D | TetheringManager.java | 493 final RequestDispatcher dispatcher = new RequestDispatcher(); in tether() local
|
/aosp12/packages/modules/DnsResolver/tests/ |
H A D | resolv_tls_unit_test.cpp | 690 DnsTlsDispatcher dispatcher(std::move(factory)); in TEST_F() local 713 DnsTlsDispatcher dispatcher(std::move(factory)); in TEST_F() local 745 DnsTlsDispatcher dispatcher(std::move(factory)); in TEST_F() local 759 threads.emplace_back([key, i] (DnsTlsDispatcher* dispatcher) { in TEST_F()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/ |
H A D | AppOpsControllerImpl.java | 118 BroadcastDispatcher dispatcher, in AppOpsControllerImpl()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarInflaterView.java | 180 final ButtonDispatcher dispatcher = mButtonDispatchers.valueAt(i); in updateButtonDispatchersCurrentView() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | SmsDispatchersController.java | 538 SMSDispatcher dispatcher = in sendRetrySms() local
|