Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h150 bool backgroundSchedulingDisabled();
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h150 bool backgroundSchedulingDisabled();
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp350 bool IPCThreadState::backgroundSchedulingDisabled() in backgroundSchedulingDisabled() function in android::IPCThreadState
H A DParcel.cpp220 if (!IPCThreadState::self()->backgroundSchedulingDisabled()) { in flattenBinder()