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()
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
373 mInputManager->getDispatcher()->dump(dump); in dump()455 return mInputManager->getDispatcher()->registerInputChannel( in registerInputChannel()462 return mInputManager->getDispatcher()->unregisterInputChannel(inputChannel); in unregisterInputChannel()759 mInputManager->getDispatcher()->setInputWindows(windowHandles); in setInputWindows()791 mInputManager->getDispatcher()->setFocusedApplication(applicationHandle); in setFocusedApplication()795 mInputManager->getDispatcher()->setInputDispatchMode(enabled, frozen); in setInputDispatchMode()1406 im->getInputManager()->getDispatcher()->setInputFilterEnabled(enabled); in nativeSetInputFilterEnabled()1422 return (jint) im->getInputManager()->getDispatcher()->injectInputEvent( in nativeInjectInputEvent()1432 return (jint) im->getInputManager()->getDispatcher()->injectInputEvent( in nativeInjectInputEvent()1496 if (im->getInputManager()->getDispatcher()-> in nativeTransferTouchFocus()[all …]