Searched refs:PAStreamFlushSuccessCb (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/ |
H A D | pa_capturer_stream_impl.h | 58 static void PAStreamFlushSuccessCb(pa_stream *stream, int32_t success, void *userdata);
|
H A D | pa_renderer_stream_impl.h | 80 static void PAStreamFlushSuccessCb(pa_stream *stream, int32_t success, void *userdata);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | pa_capturer_stream_impl.cpp | 262 operation = pa_stream_flush(paStream_, PAStreamFlushSuccessCb, reinterpret_cast<void *>(this)); in Flush() 469 void PaCapturerStreamImpl::PAStreamFlushSuccessCb(pa_stream *stream, int32_t success, void *userdat… in PAStreamFlushSuccessCb() function in OHOS::AudioStandard::PaCapturerStreamImpl
|
H A D | pa_renderer_stream_impl.cpp | 260 operation = pa_stream_flush(paStream_, PAStreamFlushSuccessCb, reinterpret_cast<void *>(this)); in Flush() 838 void PaRendererStreamImpl::PAStreamFlushSuccessCb(pa_stream *stream, int32_t success, void *userdat… in PAStreamFlushSuccessCb() function in OHOS::AudioStandard::PaRendererStreamImpl
|