Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/incidentd/src/
H A Dmain.cpp44 IPCThreadState::self()->disableBackgroundScheduling(true); in main()
/aosp12/frameworks/base/cmds/idmap2/idmap2d/
H A DMain.cpp38 IPCThreadState::disableBackgroundScheduling(true); in main()
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A Dmain.cpp66 IPCThreadState::self()->disableBackgroundScheduling(true); in main()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A Dmain.cpp89 IPCThreadState::self()->disableBackgroundScheduling(true); in main()
/aosp12/system/connectivity/wificond/
H A Dmain.cpp85 android::IPCThreadState::self()->disableBackgroundScheduling(true); in SetupBinderOrCrash()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBinderInternal.java187 public static final native void disableBackgroundScheduling(boolean disable); in disableBackgroundScheduling() method in BinderInternal
/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h149 static void disableBackgroundScheduling(bool disable);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h149 static void disableBackgroundScheduling(bool disable);
/aosp12/system/netd/server/
H A DNetdHwService.cpp58 IPCThreadState::self()->disableBackgroundScheduling(true); in start()
H A DNetdNativeService.cpp181 IPCThreadState::self()->disableBackgroundScheduling(true); in start()
/aosp12/system/netd/tests/
H A DTestUnsolService.cpp40 IPCThreadState::self()->disableBackgroundScheduling(true); in start()
/aosp12/frameworks/native/cmds/dumpstate/
H A DDumpstateService.cpp76 IPCThreadState::self()->disableBackgroundScheduling(true); in Start()
/aosp12/system/iorap/src/binder/
H A Diiorap_impl.cc355 ::android::IPCThreadState::self()->disableBackgroundScheduling(/*disable*/true); in Start()
/aosp12/frameworks/base/services/incremental/
H A DBinderIncrementalService.cpp69 IPCThreadState::self()->disableBackgroundScheduling(true); in start()
/aosp12/system/tools/aidl/tests/
H A Daidl_test_service.cpp682 IPCThreadState::self()->disableBackgroundScheduling(true); in Run()
/aosp12/system/vold/
H A DVoldNativeService.cpp124 IPCThreadState::self()->disableBackgroundScheduling(true); in start()
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp345 void IPCThreadState::disableBackgroundScheduling(bool disable) in disableBackgroundScheduling() function in android::IPCThreadState
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp1151 IPCThreadState::disableBackgroundScheduling(disable ? true : false); in android_os_BinderInternal_disableBackgroundScheduling()
/aosp12/frameworks/base/services/java/com/android/server/
H A DSystemServer.java792 BinderInternal.disableBackgroundScheduling(true); in run()
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp270 IPCThreadState::self()->disableBackgroundScheduling(true); in start()