Home
last modified time | relevance | path

Searched refs:PowerPolicyClient (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/audiocontrol/aidl/default/
DPowerPolicyClient.cpp42 PowerPolicyClient::PowerPolicyClient(std::shared_ptr<AudioControl> audioControl) in PowerPolicyClient() function in aidl::android::hardware::automotive::audiocontrol::PowerPolicyClient
45 void PowerPolicyClient::onInitFailed() { in onInitFailed()
49 std::vector<PowerComponent> PowerPolicyClient::getComponentsOfInterest() { in getComponentsOfInterest()
54 ScopedAStatus PowerPolicyClient::onPolicyChanged(const CarPowerPolicy& powerPolicy) { in onPolicyChanged()
Dmain.cpp25 using aidl::android::hardware::automotive::audiocontrol::PowerPolicyClient;
36 std::shared_ptr<PowerPolicyClient> powerPolicyClient = in main()
37 ::ndk::SharedRefBase::make<PowerPolicyClient>(audioControl); in main()
DPowerPolicyClient.h28 class PowerPolicyClient
31 explicit PowerPolicyClient(std::shared_ptr<AudioControl> audioControl);
DAndroid.bp45 "PowerPolicyClient.cpp",