HomeSort by relevance Sort by last modified time
    Searched refs:mPluginInterface (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
PolicySubsystem.cpp 47 mPluginInterface(NULL)
55 mPluginInterface = engineInstance->queryInterface<android::AudioPolicyPluginInterface>();
56 ALOG_ASSERT(mPluginInterface != NULL, "NULL Plugin Interface");
97 ALOG_ASSERT(mPluginInterface != NULL, "NULL Plugin Interface");
98 return mPluginInterface;
PolicySubsystem.h 45 android::AudioPolicyPluginInterface *mPluginInterface; /**< Audio Policy Plugin Interface. */
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.cpp 86 mPluginInterface(this),
264 return &mPluginInterface;
Engine.h 165 } mPluginInterface;

Completed in 51 milliseconds