Home
last modified time | relevance | path

Searched refs:setAsynchronous (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/
DChoreographer.java338 msg.setAsynchronous(true); in postCallbackDelayedInternal()
493 msg.setAsynchronous(true); in scheduleFrameLocked()
503 msg.setAsynchronous(true); in scheduleFrameLocked()
746 msg.setAsynchronous(true); in onVsync()
DViewRootImpl.java4430 m.setAsynchronous(true);
4493 m.setAsynchronous(true);
4517 m.setAsynchronous(true);
5656 msg.setAsynchronous(true); in scheduleProcessInputEvents()
5952 msg.setAsynchronous(true); in dispatchInputEvent()
5958 msg.setAsynchronous(true); in synthesizeInputEvent()
5964 msg.setAsynchronous(true); in dispatchKeyFromIme()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java347 msg.setAsynchronous(true); in onUserActivity()
363 msg.setAsynchronous(true); in onWirelessChargingStarted()
375 msg.setAsynchronous(true); in updatePendingBroadcastLocked()
DWirelessChargerDetector.java234 msg.setAsynchronous(true); in startDetectionLocked()
DPowerManagerService.java1489 msg.setAsynchronous(true); in updateUserActivitySummaryLocked()
1639 msg.setAsynchronous(true); in scheduleSandmanLocked()
2146 msg.setAsynchronous(true); in shutdownOrRebootInternal()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayPowerController.java416 msg.setAsynchronous(true); in sendUpdatePowerStateLocked()
945 msg.setAsynchronous(true); in debounceProximitySensor()
1169 msg.setAsynchronous(true); in onScreenOn()
/frameworks/base/media/java/android/media/tv/
DTvInputManager.java1545 msg.setAsynchronous(true);
1591 msg.setAsynchronous(true);
1635 msg.setAsynchronous(true);
1647 msg.setAsynchronous(true);
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java1771 msg.setAsynchronous(true); in dispatchInputEvent()
1809 msg.setAsynchronous(true); in sendInputEventOnMainLooperLocked()
1854 msg.setAsynchronous(true); in invokeFinishedInputEventCallback()
1866 msg.setAsynchronous(true); in flushPendingEventsLocked()
/frameworks/base/core/java/android/os/
DHandler.java629 msg.setAsynchronous(true); in enqueueMessage()
DMessage.java453 public void setAsynchronous(boolean async) { in setAsynchronous() method in Message
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java4480 msg.setAsynchronous(true); in interceptKeyBeforeQueueing()
4512 msg.setAsynchronous(true); in interceptKeyBeforeQueueing()
4604 msg.setAsynchronous(true); in dispatchMediaKeyWithWakeLock()
/frameworks/base/core/java/android/app/
DActivityThread.java2161 msg.setAsynchronous(true); in sendMessage()