Home
last modified time | relevance | path

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

12

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/power/aidl/android.hardware.power-V6-java-source/gen/android/hardware/power/
DIPower.java128 …@Override public android.hardware.power.IPowerHintSession createHintSessionWithConfig(int tgid, in… in createHintSessionWithConfig() method in IPower.Default
743 …@Override public android.hardware.power.IPowerHintSession createHintSessionWithConfig(int tgid, in… in createHintSessionWithConfig() method in IPower.Stub.Proxy
1117 …public android.hardware.power.IPowerHintSession createHintSessionWithConfig(int tgid, int uid, int… in createHintSessionWithConfig() method
/aosp_15_r20/frameworks/native/services/powermanager/
H A DPowerHalWrapper.cpp54 HalResult<std::shared_ptr<PowerHintSessionWrapper>> EmptyHalWrapper::createHintSessionWithConfig( in createHintSessionWithConfig() function in android::power::EmptyHalWrapper
263 HalResult<std::shared_ptr<PowerHintSessionWrapper>> AidlHalWrapper::createHintSessionWithConfig( in createHintSessionWithConfig() function in android::power::AidlHalWrapper
H A DPowerHalController.cpp137 HalResult<std::shared_ptr<PowerHintSessionWrapper>> PowerHalController::createHintSessionWithConfig( in createHintSessionWithConfig() function in android::power::PowerHalController
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/android.os.hintmanager_aidl-ndk-source/gen/android/os/
DIHintManager.cpp235 ::ndk::ScopedAStatus BpHintManager::createHintSessionWithConfig(const ::ndk::SpAIBinder& in_token, … in createHintSessionWithConfig() function in aidl::android::os::BpHintManager
754 ::ndk::ScopedAStatus IHintManagerDefault::createHintSessionWithConfig(const ::ndk::SpAIBinder& /*in… in createHintSessionWithConfig() function in aidl::android::os::IHintManagerDefault
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/power/aidl/android.hardware.power-V6-ndk-source/gen/android/hardware/power/
DIPower.cpp561 ::ndk::ScopedAStatus BpPower::createHintSessionWithConfig(int32_t in_tgid, int32_t in_uid, const st… in createHintSessionWithConfig() function in aidl::android::hardware::power::BpPower
1082 ::ndk::ScopedAStatus IPowerDefault::createHintSessionWithConfig(int32_t /*in_tgid*/, int32_t /*in_u… in createHintSessionWithConfig() function in aidl::android::hardware::power::IPowerDefault
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DIHintManager.aidl40 IHintSession createHintSessionWithConfig(in IBinder token, in SessionTag tag, in createHintSessionWithConfig() method
/aosp_15_r20/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/5/android/hardware/power/
H A DIPower.aidl43 …android.hardware.power.IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in i… in createHintSessionWithConfig() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/android.os.hintmanager_aidl-ndk-source/gen/include/aidl/android/os/
DBnHintManager.h38 …::ndk::ScopedAStatus createHintSessionWithConfig(const ::ndk::SpAIBinder& in_token, ::aidl::androi… in createHintSessionWithConfig() function
/aosp_15_r20/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
H A DIPower.aidl43 …android.hardware.power.IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in i… in createHintSessionWithConfig() method
/aosp_15_r20/hardware/interfaces/power/aidl/android/hardware/power/
H A DIPower.aidl131 IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in int[] threadIds, in createHintSessionWithConfig() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/power/aidl/android.hardware.power_interface/dump/android/hardware/power/
DIPower.aidl43 …android.hardware.power.IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in i… in createHintSessionWithConfig() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/power/aidl/android.hardware.power-V6-ndk-source/gen/include/aidl/android/hardware/power/
DBnPower.h66 …::ndk::ScopedAStatus createHintSessionWithConfig(int32_t in_tgid, int32_t in_uid, const std::vecto… in createHintSessionWithConfig() function
/aosp_15_r20/hardware/interfaces/power/aidl/default/
H A DPower.cpp95 ndk::ScopedAStatus Power::createHintSessionWithConfig( in createHintSessionWithConfig() function in aidl::android::hardware::power::impl::example::Power
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/
DPower.cpp288 ndk::ScopedAStatus Power::createHintSessionWithConfig( in createHintSessionWithConfig() function in aidl::google::hardware::power::impl::pixel::Power
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/power/aidl/android.hardware.power-V6-java/android_common/turbine/
Dandroid.hardware.power-V6-java.jarandroid/hardware/power/Boost.class <Unknown> package android.hardware.power public ...
/aosp_15_r20/hardware/interfaces/power/aidl/vts/
H A DVtsHalPowerTargetTest.cpp291 TEST_P(PowerAidl, createHintSessionWithConfig) { in TEST_P() argument
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_hint_HintManagerService.cpp93 static jlong createHintSessionWithConfig(JNIEnv* env, int32_t tgid, int32_t uid, in createHintSessionWithConfig() function
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/power/aidl/android.hardware.power-V6-java/android_common/javac/
Dandroid.hardware.power-V6-java.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/hardware/ android/ ...
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/power/hint/
H A DHintManagerService.java1227 public IHintSession createHintSessionWithConfig(@NonNull IBinder token, in createHintSessionWithConfig() method in HintManagerService.BinderService
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/
Dservices.core.unboosted.jar29META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-29/
Dservices.core.unboosted.jarcom/android/server/power/stats/UserPowerCalculator.class UserPowerCalculator.java package com. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar56META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-56/
Dframework.jarcom/android/apex/XmlWriter.class XmlWriter.java package com.android.apex public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/turbine-combined/
Dframework.jarandroid/Manifest$permission.class <Unknown> package android public final android.Manifest$permission ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework/android_common/turbine-combined/
Dframework.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/Manifest$permission. ...

12