Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIHintManager.aidl42 SessionCreationReturn createHintSessionWithConfig(in IBinder token, in SessionTag tag, in createHintSessionWithConfig() method
/frameworks/native/services/powermanager/
DPowerHalWrapper.cpp54 HalResult<std::shared_ptr<PowerHintSessionWrapper>> EmptyHalWrapper::createHintSessionWithConfig( in createHintSessionWithConfig() function in android::power::EmptyHalWrapper
273 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.java1350 public IHintManager.SessionCreationReturn createHintSessionWithConfig( in createHintSessionWithConfig() method in HintManagerService.BinderService