Lines Matching defs:DAudioHandler
29 #define DH_LOG_TAG "DAudioHandler"
33 IMPLEMENT_SINGLE_INSTANCE(DAudioHandler);
35 DAudioHandler::DAudioHandler()
40 DAudioHandler::~DAudioHandler()
45 int32_t DAudioHandler::Initialize()
51 bool DAudioHandler::AddItemsToObject(DHItem &dhItem, cJSON* infoJson, const int32_t &dhId)
103 std::vector<DHItem> DAudioHandler::QueryMeta()
109 std::vector<DHItem> DAudioHandler::Query()
115 std::vector<DHItem> DAudioHandler::RealQuery(const std::string &dataType)
167 std::vector<DHItem> DAudioHandler::ablityForDump()
178 int32_t DAudioHandler::QueryAudioInfo()
190 std::map<std::string, std::string> DAudioHandler::QueryExtraInfo()
197 bool DAudioHandler::IsSupportPlugin()
203 void DAudioHandler::RegisterPluginListener(std::shared_ptr<PluginListener> listener)
210 void DAudioHandler::UnRegisterPluginListener()
218 return &DAudioHandler::GetInstance();