Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/audiocontrol/aidl/default/
DPowerPolicyClient.cpp38 constexpr PowerComponent kAudioComponent = PowerComponent::AUDIO; variable
50 std::vector<PowerComponent> components{kAudioComponent}; in getComponentsOfInterest()
55 if (hasComponent(powerPolicy.enabledComponents, kAudioComponent)) { in onPolicyChanged()
58 } else if (hasComponent(powerPolicy.disabledComponents, kAudioComponent)) { in onPolicyChanged()