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()
21 protected UtteranceProgressDispatcher getDispatcher() { in getDispatcher() method in PlaybackQueueItem
91 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in run()227 getDispatcher().dispatchOnRangeStart(marker.start, marker.end, marker.frames); in onMarkerReached()
53 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in run()
73 virtual sp<InputDispatcherInterface> getDispatcher() = 0;95 virtual sp<InputDispatcherInterface> getDispatcher();
89 sp<InputDispatcherInterface> InputManager::getDispatcher() { in getDispatcher() function in android::InputManager
79 public BackupHelperDispatcher getDispatcher() { in getDispatcher() method in BackupAgentHelper
357 mInputManager->getDispatcher()->dump(dump); in dump()438 return mInputManager->getDispatcher()->registerInputChannel( in registerInputChannel()444 return mInputManager->getDispatcher()->unregisterInputChannel(inputChannel); in unregisterInputChannel()729 mInputManager->getDispatcher()->setInputWindows(windowHandles); in setInputWindows()761 mInputManager->getDispatcher()->setFocusedApplication(applicationHandle); in setFocusedApplication()765 mInputManager->getDispatcher()->setInputDispatchMode(enabled, frozen); in setInputDispatchMode()1347 im->getInputManager()->getDispatcher()->setInputFilterEnabled(enabled); in nativeSetInputFilterEnabled()1363 return (jint) im->getInputManager()->getDispatcher()->injectInputEvent( in nativeInjectInputEvent()1373 return (jint) im->getInputManager()->getDispatcher()->injectInputEvent( in nativeInjectInputEvent()1435 if (im->getInputManager()->getDispatcher()-> in nativeTransferTouchFocus()[all …]