Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd_mode_android.cpp54 IPCThreadState::self()->disableBackgroundScheduling(true); in healthd_mode_android_init()
/system/connectivity/wificond/tests/integration/
Dbinder_dispatcher.cpp80 android::IPCThreadState::self()->disableBackgroundScheduling(true); in Init()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h86 static void disableBackgroundScheduling(bool disable);
/system/connectivity/wificond/
Dmain.cpp85 android::IPCThreadState::self()->disableBackgroundScheduling(true); in SetupBinderOrCrash()
/system/netd/server/
DNetdNativeService.cpp100 IPCThreadState::self()->disableBackgroundScheduling(true); in start()
/system/tools/aidl/tests/
Daidl_test_service.cpp443 IPCThreadState::self()->disableBackgroundScheduling(true); in Run()
/system/libhwbinder/
DIPCThreadState.cpp335 void IPCThreadState::disableBackgroundScheduling(bool disable) in disableBackgroundScheduling() function in android::hardware::IPCThreadState