Searched refs:PAStreamUnderFlowCb (Results 1 – 4 of 4) sorted by relevance
54 static void PAStreamUnderFlowCb(pa_stream *stream, void *userdata);
76 static void PAStreamUnderFlowCb(pa_stream *stream, void *userdata);
80 … pa_stream_set_underflow_callback(paStream_, PAStreamUnderFlowCb, reinterpret_cast<void *>(this)); in InitParams()402 void PaCapturerStreamImpl::PAStreamUnderFlowCb(pa_stream *stream, void *userdata) in PAStreamUnderFlowCb() function in OHOS::AudioStandard::PaCapturerStreamImpl
102 … pa_stream_set_underflow_callback(paStream_, PAStreamUnderFlowCb, reinterpret_cast<void *>(this)); in InitParams()745 void PaRendererStreamImpl::PAStreamUnderFlowCb(pa_stream *stream, void *userdata) in PAStreamUnderFlowCb() function in OHOS::AudioStandard::PaRendererStreamImpl