Home
last modified time | relevance | path

Searched refs:NotifyStop (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_process_in_server.cpp71 PermissionUtil::NotifyStop(tokenId, sessionId_); in ~AudioProcessInServer()
170 PermissionUtil::NotifyStop(tokenId, sessionId_); in Pause()
217 PermissionUtil::NotifyStop(tokenId, sessionId_); in Stop()
238 PermissionUtil::NotifyStop(tokenId, sessionId_); in Release()
H A Dcapturer_in_server.cpp335 PermissionUtil::NotifyStop(tokenId, streamIndex_); in Pause()
395 PermissionUtil::NotifyStop(tokenId, streamIndex_); in Stop()
431 PermissionUtil::NotifyStop(tokenId, streamIndex_); in Release()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/
H A Dibuffer_pool.h55 virtual void NotifyStop() = 0;
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddbuffer_manager.h47 void NotifyStop(bool state);
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H A Dbuffer_pool.h45 void NotifyStop() override;
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/
H A Dstream_tunnel.h45 virtual void NotifyStop();
H A Dstream_tunnel.cpp173 void StreamTunnel::NotifyStop() in NotifyStop() function in OHOS::Camera::StreamTunnel
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/
H A Dstream_tunnel.h45 virtual void NotifyStop();
H A Dstream_tunnel.cpp204 void StreamTunnel::NotifyStop() in NotifyStop() function in OHOS::Camera::StreamTunnel
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_still_capture.cpp108 tunnel_->NotifyStop(); in StopStream()
H A Dstream_base.cpp187 tunnel_->NotifyStop(); in StopStream()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddbuffer_manager.cpp61 void DBufferManager::NotifyStop(bool state) in NotifyStop() function in OHOS::DistributedHardware::DBufferManager
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_pool.cpp248 void BufferPool::NotifyStop() in NotifyStop() function in OHOS::Camera::BufferPool
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/source_node/
H A Dsource_node.cpp230 pool->NotifyStop(); in CollectorJoin()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h150 static bool NotifyStop(uint32_t targetTokenId, uint32_t sessionId);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp464 bool PermissionUtil::NotifyStop(uint32_t targetTokenId, uint32_t sessionId) in NotifyStop() function in OHOS::AudioStandard::PermissionUtil