Searched refs:mPluginInterface (Results 1 – 4 of 4) sorted by relevance
45 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()
45 android::AudioPolicyPluginInterface *mPluginInterface; /**< Audio Policy Plugin Interface. */ variable
86 mPluginInterface(this), in Engine()244 return &mPluginInterface; in queryInterface()
146 } mPluginInterface;