Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java83 public static final native void disableBackgroundScheduling(boolean disable); in disableBackgroundScheduling() method in BinderInternal
/frameworks/native/include/binder/
DIPCThreadState.h85 static void disableBackgroundScheduling(bool disable);
/frameworks/native/libs/binder/
DIPCThreadState.cpp348 void IPCThreadState::disableBackgroundScheduling(bool disable) in disableBackgroundScheduling() function in android::IPCThreadState
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp869 IPCThreadState::disableBackgroundScheduling(disable ? true : false); in android_os_BinderInternal_disableBackgroundScheduling()
/frameworks/base/services/java/com/android/server/
DSystemServer.java101 BinderInternal.disableBackgroundScheduling(true); in initAndLoop()