Searched refs:mPluginInterface (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DPolicySubsystem.cpp45 mPluginInterface(NULL)
53 mPluginInterface = engineInstance->queryInterface<android::AudioPolicyPluginInterface>();
54 ALOG_ASSERT(mPluginInterface != NULL, "NULL Plugin Interface");
90 ALOG_ASSERT(mPluginInterface != NULL, "NULL Plugin Interface");
91 return mPluginInterface;
H A DPolicySubsystem.h45 android::AudioPolicyPluginInterface *mPluginInterface; /**< Audio Policy Plugin Interface. */ member in class:PolicySubsystem
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.cpp86 mPluginInterface(this),
244 return &mPluginInterface;
H A DEngine.h146 } mPluginInterface; member in class:android::audio_policy::Engine

Completed in 2820 milliseconds