Searched refs:AUD_CAP_FUNC_CONNECT (Results 1 – 3 of 3) sorted by relevance
67 case AUD_CAP_FUNC_CONNECT: in ProxyCallbackFunc()150 CallBackPara para = {.funcId = AUD_CAP_FUNC_CONNECT, .ret = MEDIA_IPC_FAILED, .data = this}; in AudioCapturerClient()151 int32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_CONNECT, nullptr, ¶, ProxyCallbackFunc); in AudioCapturerClient()
31 AUD_CAP_FUNC_CONNECT, enumerator
309 if (funcId == AUD_CAP_FUNC_CONNECT) { in Dispatch()