Searched refs:InitHwCapture (Results 1 – 7 of 7) sorted by relevance
135 int32_t InitHwCapture(struct AudioHwCapture *&hwCapture) in InitHwCapture() function172 if (InitHwCapture(hwCapture)) { in BindServiceAndHwCapture()
64 uint32_t InitHwCapture(struct AudioHwCapture *&hwCapture, const std::string adapterNameCase);
89 int32_t InitHwCapture(struct AudioHwCapture *&hwCapture);
131 uint32_t InitHwCapture(struct AudioHwCapture *&hwCapture, const std::string adapterNameCase) in InitHwCapture() function
122 ret = InitHwCapture(hwCapture, adapterNameCase); in BindServiceAndHwCapture()
115 ret = InitHwCapture(hwCapture, adapterNameCase); in BindServiceAndHwCapture()
100 if (InitHwCapture(hwCapture, adapterNameCase)) { in CreatHwCapture()