Searched refs:getDispatcher (Results 1 – 8 of 8) sorted by relevance
33 getDispatcher().dispatchOnStart(); in run()39 getDispatcher().dispatchOnStop(); in run()41 getDispatcher().dispatchOnSuccess(); in run()
102 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in run()138 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in dispatchEndStatus()251 getDispatcher().dispatchOnRangeStart(marker.start, marker.end, marker.frames); in onMarkerReached()
21 protected UtteranceProgressDispatcher getDispatcher() { in getDispatcher() method in PlaybackQueueItem
53 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in run()
78 virtual sp<InputDispatcherInterface> getDispatcher() = 0;95 virtual sp<InputDispatcherInterface> getDispatcher();
90 sp<InputDispatcherInterface> InputManager::getDispatcher() { in getDispatcher() function in android::InputManager
379 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 …]
79 public BackupHelperDispatcher getDispatcher() { in getDispatcher() method in BackupAgentHelper