Home
last modified time | relevance | path

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

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