Home
last modified time | relevance | path

Searched refs:StopInternal (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/audio_lite/services/impl/
H A Daudio_capturer_impl.h51 bool StopInternal();
H A Daudio_capturer_impl.cpp247 bool AudioCapturerImpl::StopInternal() in StopInternal() function in OHOS::Audio::AudioCapturerImpl
277 return StopInternal(); in Stop()
292 if (!StopInternal()) { in Release()
293 MEDIA_ERR_LOG("StopInternal err"); in Release()
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_impl.h121 int32_t StopInternal(bool block);
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp1473 int32_t RecorderImpl::StopInternal(bool block) in StopInternal() function in OHOS::Media::RecorderImpl
1475 MEDIA_DEBUG_LOG("StopInternal"); in StopInternal()
1534 return StopInternal(block); in Stop()
1547 if ((ret = StopInternal(false)) != SUCCESS) { in Reset()
1548 MEDIA_ERR_LOG("Reset StopInternal err"); in Reset()
1582 if ((ret = StopInternal(false)) != SUCCESS) { in Release()
1583 MEDIA_ERR_LOG("Release StopInternal err"); in Release()

Completed in 4 milliseconds