Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
DPolicySubsystem.cpp43 mPluginInterface(NULL) in PolicySubsystem()
51 mPluginInterface = engineInstance->queryInterface<android::AudioPolicyPluginInterface>(); in PolicySubsystem()
52 ALOG_ASSERT(mPluginInterface != NULL, "NULL Plugin Interface"); in PolicySubsystem()
82 ALOG_ASSERT(mPluginInterface != NULL, "NULL Plugin Interface"); in getPolicyPluginInterface()
83 return mPluginInterface; in getPolicyPluginInterface()
DPolicySubsystem.h45 android::AudioPolicyPluginInterface *mPluginInterface; /**< Audio Policy Plugin Interface. */ variable