HomeSort by relevance Sort by last modified time
    Searched refs:disableBackgroundScheduling (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 83 public static final native void disableBackgroundScheduling(boolean disable);
  /frameworks/native/include/binder/
IPCThreadState.h 85 static void disableBackgroundScheduling(bool disable);
  /system/core/healthd/
healthd.cpp 180 IPCThreadState::self()->disableBackgroundScheduling(true);
  /frameworks/base/core/jni/
android_util_Binder.cpp 869 IPCThreadState::disableBackgroundScheduling(disable ? true : false);
884 { "disableBackgroundScheduling", "(Z)V", (void*)android_os_BinderInternal_disableBackgroundScheduling },
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 101 BinderInternal.disableBackgroundScheduling(true);
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 348 void IPCThreadState::disableBackgroundScheduling(bool disable)
    [all...]

Completed in 365 milliseconds