Home
last modified time | relevance | path

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

/system/connectivity/wificond/tests/integration/
Dbinder_dispatcher.cpp80 android::IPCThreadState::self()->disableBackgroundScheduling(true); in Init()
/system/connectivity/wificond/
Dmain.cpp84 android::IPCThreadState::self()->disableBackgroundScheduling(true); in SetupBinderOrCrash()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h94 static void disableBackgroundScheduling(bool disable);
/system/netd/server/
DNetdHwService.cpp58 IPCThreadState::self()->disableBackgroundScheduling(true); in start()
DNetdNativeService.cpp160 IPCThreadState::self()->disableBackgroundScheduling(true); in start()
/system/netd/tests/
DTestUnsolService.cpp40 IPCThreadState::self()->disableBackgroundScheduling(true); in start()
/system/iorap/src/binder/
Diiorap_impl.cc189 ::android::IPCThreadState::self()->disableBackgroundScheduling(/*disable*/true); in Start()
/system/extras/perfprofd/binder_interface/
Dperfprofd_binder.cc98 IPCThreadState::self()->disableBackgroundScheduling(true); in start()
/system/tools/aidl/tests/
Daidl_test_service.cpp494 IPCThreadState::self()->disableBackgroundScheduling(true); in Run()
/system/vold/
DVoldNativeService.cpp193 IPCThreadState::self()->disableBackgroundScheduling(true); in start()
/system/libhwbinder/
DIPCThreadState.cpp339 void IPCThreadState::disableBackgroundScheduling(bool /* disable */) {} in disableBackgroundScheduling() function in android::hardware::IPCThreadState