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

/frameworks/base/cmds/incidentd/src/
H A Dmain.cpp44 IPCThreadState::self()->disableBackgroundScheduling(true);
/frameworks/base/cmds/statsd/src/
H A Dmain.cpp108 IPCThreadState::self()->disableBackgroundScheduling(true);
/frameworks/base/core/java/com/android/internal/os/
H A DBinderInternal.java104 public static final native void disableBackgroundScheduling(boolean disable); method in class:BinderInternal
/frameworks/native/cmds/dumpstate/
H A DDumpstateService.cpp42 IPCThreadState::self()->disableBackgroundScheduling(true);
/frameworks/native/include/binder/
H A DIPCThreadState.h85 static void disableBackgroundScheduling(bool disable);
/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h85 static void disableBackgroundScheduling(bool disable);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp336 void IPCThreadState::disableBackgroundScheduling(bool disable) function in class:android::IPCThreadState
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp992 IPCThreadState::disableBackgroundScheduling(disable ? true : false);
1068 { "disableBackgroundScheduling", "(Z)V", (void*)android_os_BinderInternal_disableBackgroundScheduling },
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java392 BinderInternal.disableBackgroundScheduling(true);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp242 IPCThreadState::self()->disableBackgroundScheduling(true);

Completed in 4116 milliseconds