Home
last modified time | relevance | path

Searched refs:backgroundSchedulingDisabled (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/binder/
DIPCThreadState.h105 bool backgroundSchedulingDisabled();
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h105 bool backgroundSchedulingDisabled();
/frameworks/native/libs/binder/
DIPCThreadState.cpp349 bool IPCThreadState::backgroundSchedulingDisabled() in backgroundSchedulingDisabled() function in android::IPCThreadState
DParcel.cpp195 if (IPCThreadState::self()->backgroundSchedulingDisabled()) { in flattenBinder()