Home
last modified time | relevance | path

Searched refs:PAStreamFlushSuccessCb (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpa_capturer_stream_impl.h58 static void PAStreamFlushSuccessCb(pa_stream *stream, int32_t success, void *userdata);
H A Dpa_renderer_stream_impl.h80 static void PAStreamFlushSuccessCb(pa_stream *stream, int32_t success, void *userdata);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_capturer_stream_impl.cpp262 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 Dpa_renderer_stream_impl.cpp260 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