Home
last modified time | relevance | path

Searched defs:createHintSessionWithConfig (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
DIHintManager.aidl35 IHintSession createHintSessionWithConfig(in IBinder token, in int[] threadIds, in createHintSessionWithConfig() method
/frameworks/native/services/powermanager/
DPowerHalWrapper.cpp53 HalResult<std::shared_ptr<PowerHintSessionWrapper>> EmptyHalWrapper::createHintSessionWithConfig( in createHintSessionWithConfig() function in android::power::EmptyHalWrapper
257 HalResult<std::shared_ptr<PowerHintSessionWrapper>> AidlHalWrapper::createHintSessionWithConfig( in createHintSessionWithConfig() function in android::power::AidlHalWrapper
DPowerHalController.cpp137 HalResult<std::shared_ptr<PowerHintSessionWrapper>> PowerHalController::createHintSessionWithConfig( in createHintSessionWithConfig() function in android::power::PowerHalController
/frameworks/base/services/core/jni/
Dcom_android_server_hint_HintManagerService.cpp93 static jlong createHintSessionWithConfig(JNIEnv* env, int32_t tgid, int32_t uid, in createHintSessionWithConfig() function
/frameworks/base/services/core/java/com/android/server/power/hint/
DHintManagerService.java805 public IHintSession createHintSessionWithConfig(@NonNull IBinder token, in createHintSessionWithConfig() method in HintManagerService.BinderService