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
84 static void disableBackgroundScheduling(bool disable);
91 BinderInternal.disableBackgroundScheduling(true); in run()
347 void IPCThreadState::disableBackgroundScheduling(bool disable) in disableBackgroundScheduling() function in android::IPCThreadState
883 IPCThreadState::disableBackgroundScheduling(disable ? true : false); in android_os_BinderInternal_disableBackgroundScheduling()