Home
last modified time | relevance | path

Searched refs:PAStreamPauseSuccessCb (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.h57 static void PAStreamPauseSuccessCb(pa_stream *stream, int32_t success, void *userdata);
H A Dpa_renderer_stream_impl.h79 static void PAStreamPauseSuccessCb(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.cpp154 …pa_operation *operation = pa_stream_cork(paStream_, 1, PAStreamPauseSuccessCb, reinterpret_cast<vo… in Pause()
453 void PaCapturerStreamImpl::PAStreamPauseSuccessCb(pa_stream *stream, int32_t success, void *userdat… in PAStreamPauseSuccessCb() function in OHOS::AudioStandard::PaCapturerStreamImpl
H A Dpa_renderer_stream_impl.cpp208 … operation = pa_stream_cork(paStream_, 1, PAStreamPauseSuccessCb, reinterpret_cast<void *>(this)); in Pause()
814 void PaRendererStreamImpl::PAStreamPauseSuccessCb(pa_stream *stream, int32_t success, void *userdat… in PAStreamPauseSuccessCb() function in OHOS::AudioStandard::PaRendererStreamImpl