Searched refs:disableBackgroundScheduling (Results 1 – 5 of 5) sorted by relevance
93 public static final native void disableBackgroundScheduling(boolean disable); in disableBackgroundScheduling() method in BinderInternal
85 static void disableBackgroundScheduling(bool disable);
347 void IPCThreadState::disableBackgroundScheduling(bool disable) in disableBackgroundScheduling() function in android::IPCThreadState
229 BinderInternal.disableBackgroundScheduling(true); in run()
900 IPCThreadState::disableBackgroundScheduling(disable ? true : false); in android_os_BinderInternal_disableBackgroundScheduling()