Home
last modified time | relevance | path

Searched defs:disableBackgroundScheduling (Results 1 – 2 of 2) sorted by relevance

/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/libs/binder/
H A DIPCThreadState.cpp345 void IPCThreadState::disableBackgroundScheduling(bool disable) in disableBackgroundScheduling() function in android::IPCThreadState