Home
last modified time | relevance | path

Searched refs:getDispatcher (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DSilencePlaybackQueueItem.java33 getDispatcher().dispatchOnStart(); in run()
39 getDispatcher().dispatchOnStop(); in run()
41 getDispatcher().dispatchOnSuccess(); in run()
DSynthesisPlaybackQueueItem.java102 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in run()
138 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in dispatchEndStatus()
251 getDispatcher().dispatchOnRangeStart(marker.start, marker.end, marker.frames); in onMarkerReached()
DPlaybackQueueItem.java21 protected UtteranceProgressDispatcher getDispatcher() { in getDispatcher() method in PlaybackQueueItem
DAudioPlaybackQueueItem.java53 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in run()
/frameworks/native/services/inputflinger/
DInputManager.h78 virtual sp<InputDispatcherInterface> getDispatcher() = 0;
95 virtual sp<InputDispatcherInterface> getDispatcher();
DInputManager.cpp90 sp<InputDispatcherInterface> InputManager::getDispatcher() { in getDispatcher() function in android::InputManager
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp379 mInputManager->getDispatcher()->dump(dump); in dump()
430 return mInputManager->getDispatcher()->registerInputChannel(inputChannel); in registerInputChannel()
436 return mInputManager->getDispatcher()->registerInputMonitor( in registerInputMonitor()
443 return mInputManager->getDispatcher()->unregisterInputChannel(inputChannel); in unregisterInputChannel()
448 return mInputManager->getDispatcher()->pilferPointers(token); in pilferPointers()
778 mInputManager->getDispatcher()->setInputWindows({{displayId, windowHandles}}); in displayRemoved()
785 mInputManager->getDispatcher()->setFocusedApplication(displayId, applicationHandle); in setFocusedApplication()
789 mInputManager->getDispatcher()->setFocusedDisplay(displayId); in setFocusedDisplay()
793 mInputManager->getDispatcher()->setInputDispatchMode(enabled, frozen); in setInputDispatchMode()
1434 im->getInputManager()->getDispatcher()->setInputFilterEnabled(enabled); in nativeSetInputFilterEnabled()
[all …]
/frameworks/base/core/java/android/app/backup/
DBackupAgentHelper.java79 public BackupHelperDispatcher getDispatcher() { in getDispatcher() method in BackupAgentHelper