Searched refs:disableBackgroundScheduling (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBinderInternal.java93 public static final native void disableBackgroundScheduling(boolean disable); method in class:BinderInternal
/frameworks/native/include/binder/
H A DIPCThreadState.h85 static void disableBackgroundScheduling(bool disable);
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp900 IPCThreadState::disableBackgroundScheduling(disable ? true : false);
915 { "disableBackgroundScheduling", "(Z)V", (void*)android_os_BinderInternal_disableBackgroundScheduling },
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java229 BinderInternal.disableBackgroundScheduling(true);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp347 void IPCThreadState::disableBackgroundScheduling(bool disable) function in class:android::IPCThreadState

Completed in 48 milliseconds