Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DPolicySubsystem.h38 android::AudioPolicyPluginInterface *getPolicyPluginInterface() const;
H A DStream.cpp30 mPolicyPluginInterface(mPolicySubsystem->getPolicyPluginInterface()) in Stream()
H A DInputSource.cpp35 mPolicyPluginInterface(mPolicySubsystem->getPolicyPluginInterface()) in InputSource()
H A DProductStrategy.cpp42 mPolicyPluginInterface = mPolicySubsystem->getPolicyPluginInterface(); in ProductStrategy()
H A DPolicySubsystem.cpp80 android::AudioPolicyPluginInterface *PolicySubsystem::getPolicyPluginInterface() const in getPolicyPluginInterface() function in PolicySubsystem