Searched refs:PowerPolicyClient (Results 1 – 4 of 4) sorted by relevance
42 PowerPolicyClient::PowerPolicyClient(std::shared_ptr<AudioControl> audioControl) in PowerPolicyClient() function in aidl::android::hardware::automotive::audiocontrol::PowerPolicyClient45 void PowerPolicyClient::onInitFailed() { in onInitFailed()49 std::vector<PowerComponent> PowerPolicyClient::getComponentsOfInterest() { in getComponentsOfInterest()54 ScopedAStatus PowerPolicyClient::onPolicyChanged(const CarPowerPolicy& powerPolicy) { in onPolicyChanged()
25 using aidl::android::hardware::automotive::audiocontrol::PowerPolicyClient;36 std::shared_ptr<PowerPolicyClient> powerPolicyClient = in main()37 ::ndk::SharedRefBase::make<PowerPolicyClient>(audioControl); in main()
28 class PowerPolicyClient31 explicit PowerPolicyClient(std::shared_ptr<AudioControl> audioControl);
45 "PowerPolicyClient.cpp",