Searched refs:disableBackgroundScheduling (Results 1 – 5 of 5) sorted by relevance
83 public static final native void disableBackgroundScheduling(boolean disable); in disableBackgroundScheduling() method in BinderInternal
85 static void disableBackgroundScheduling(bool disable);
348 void IPCThreadState::disableBackgroundScheduling(bool disable) in disableBackgroundScheduling() function in android::IPCThreadState
869 IPCThreadState::disableBackgroundScheduling(disable ? true : false); in android_os_BinderInternal_disableBackgroundScheduling()
101 BinderInternal.disableBackgroundScheduling(true); in initAndLoop()