Home
last modified time | relevance | path

Searched defs:disableBackgroundScheduling (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java187 public static final native void disableBackgroundScheduling(boolean disable); in disableBackgroundScheduling() method in BinderInternal
/frameworks/native/libs/binder/
DIPCThreadState.cpp397 void IPCThreadState::disableBackgroundScheduling(bool disable) in disableBackgroundScheduling() function in android::IPCThreadState
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp1440 …{ "disableBackgroundScheduling", "(Z)V", (void*)android_os_BinderInternal_disableBackgroundSchedul… in disableBackgroundScheduling() method