Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/docs/
Dbroadcasts.md37 ### A note on sticky broadcasts
54 ### Subscribe
87 ### Unsubscribe
112 ### A note on goAsync()
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DDeviceVolumeBehaviorTest.java94 TestDeviceVolumeBehaviorDispatcherStub dispatcher = in setToNewBehavior_triggersDeviceVolumeBehaviorDispatcher() local
121 TestDeviceVolumeBehaviorDispatcherStub dispatcher = in setToSameBehavior_doesNotTriggerDeviceVolumeBehaviorDispatcher() local
137 TestDeviceVolumeBehaviorDispatcherStub dispatcher = in unregisterDeviceVolumeBehaviorDispatcher_noLongerTriggered() local
/frameworks/base/core/java/com/android/internal/policy/
DPhoneFallbackEventHandler.java86 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
/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/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp159 explicit FakeInputReceiver(InputDispatcher& dispatcher, const std::string name) { in FakeInputReceiver()
179 InputDispatcher& dispatcher, const std::string name) in FakeWindowHandle()
264 InputDispatcher dispatcher(fakePolicy); in benchmarkNotifyMotion() local
298 InputDispatcher dispatcher(fakePolicy); in benchmarkInjectMotion() local
331 InputDispatcher dispatcher(fakePolicy); in benchmarkOnWindowInfosChanged() local
/frameworks/native/libs/vr/libpdx/fuzz/
Dservice_dispatcher_fuzzer.cpp41 std::unique_ptr<ServiceDispatcher> dispatcher = ServiceDispatcher::Create(); in LLVMFuzzerTestOneInput() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/flags/
DConditionalRestarterTest.kt42 val dispatcher = StandardTestDispatcher() constant in com.android.systemui.flags.ConditionalRestarterTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifLiveDataImplTest.kt116 val dispatcher = liveDataImpl.setValueAndProvideDispatcher(13) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/data/
DIconLoaderLibAppIconLoaderTest.kt48 private val dispatcher = Dispatchers.Unconfined constant in com.android.systemui.mediaprojection.appselector.data.IconLoaderLibAppIconLoaderTest
DShellRecentTaskListProviderTest.kt25 private val dispatcher = Dispatchers.Unconfined constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotPolicyImplTest.kt129 val dispatcher = Dispatchers.Unconfined in fakeTasksPolicyImpl() constant
/frameworks/base/media/java/android/media/
DIAudioService.aidl333 void registerStrategyPreferredDevicesDispatcher(IStrategyPreferredDevicesDispatcher dispatcher); in registerStrategyPreferredDevicesDispatcher()
336 IStrategyPreferredDevicesDispatcher dispatcher); in unregisterStrategyPreferredDevicesDispatcher()
357 void registerCapturePresetDevicesRoleDispatcher(ICapturePresetDevicesRoleDispatcher dispatcher); in registerCapturePresetDevicesRoleDispatcher()
360 ICapturePresetDevicesRoleDispatcher dispatcher); in unregisterCapturePresetDevicesRoleDispatcher()
384 void registerCommunicationDeviceDispatcher(ICommunicationDeviceDispatcher dispatcher); in registerCommunicationDeviceDispatcher()
387 ICommunicationDeviceDispatcher dispatcher); in unregisterCommunicationDeviceDispatcher()
412 void registerModeDispatcher(IAudioModeDispatcher dispatcher); in registerModeDispatcher()
414 oneway void unregisterModeDispatcher(IAudioModeDispatcher dispatcher); in unregisterModeDispatcher()
499 in IDeviceVolumeBehaviorDispatcher dispatcher); in registerDeviceVolumeBehaviorDispatcher()
/frameworks/native/libs/vr/libpdx/
Dservice_dispatcher.cpp17 std::unique_ptr<ServiceDispatcher> dispatcher{new ServiceDispatcher()}; in Create() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackNavigationControllerTests.java176 WindowOnBackInvokedDispatcher dispatcher = in testUnregisterCallbacksWithSystemCallback() local
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java657 /*package*/ void registerStrategyPreferredDevicesDispatcher( in registerStrategyPreferredDevicesDispatcher()
662 /*package*/ void unregisterStrategyPreferredDevicesDispatcher( in unregisterStrategyPreferredDevicesDispatcher()
692 /*package*/ void registerCapturePresetDevicesRoleDispatcher( in registerCapturePresetDevicesRoleDispatcher()
697 /*package*/ void unregisterCapturePresetDevicesRoleDispatcher( in unregisterCapturePresetDevicesRoleDispatcher()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h351 explicit DispatcherWindowListener(InputDispatcher& dispatcher) : mDispatcher(dispatcher){}; in DispatcherWindowListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifLiveDataStoreImpl.kt66 ).forEach { dispatcher -> dispatcher.invoke() } in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
DKeyguardQuickAffordanceLocalUserSelectionManagerTest.kt73 val dispatcher = UnconfinedTestDispatcher() in setUp() constant

12