Searched refs:mPluginInterface (Results 1 – 2 of 2) sorted by relevance
43 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()
45 android::AudioPolicyPluginInterface *mPluginInterface; /**< Audio Policy Plugin Interface. */ variable