Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java95 public static final native void disableBackgroundScheduling(boolean disable); in disableBackgroundScheduling() method in BinderInternal
/frameworks/native/libs/binder/
DIPCThreadState.cpp337 void IPCThreadState::disableBackgroundScheduling(bool disable) in disableBackgroundScheduling() function in android::IPCThreadState