Home
last modified time | relevance | path

Searched refs:spkPinInUse_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp118 AdapterTest_->spkPinInUse_ = 0;
665 AdapterTest_->spkPinInUse_ = 64;
668 AdapterTest_->spkPinInUse_ = 0;
730 AdapterTest_->spkPinInUse_ = 0;
732 AdapterTest_->spkPinInUse_ = 1;
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp573 if (devId == spkPinInUse_) { in RemoveAudioDevice()
629 spkPinInUse_ = static_cast<uint32_t>(dhId); in OpenRenderDevice()
639 if (spkPinInUse_ == 0) { in CloseRenderDevice()
659 spkPinInUse_ = 0; in CloseRenderDevice()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h183 uint32_t spkPinInUse_ = 0; variable