Home
last modified time | relevance | path

Searched refs:firstOpenFlag_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_interface_impl.cpp202 if (firstOpenFlag_) { in Start()
203 firstOpenFlag_ = false; in Start()
H A Daudio_render_ext_impl.cpp195 if (firstOpenFlag_) { in Start()
196 firstOpenFlag_ = false; in Start()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/
H A Daudio_render_interface_impl_test.cpp236 audioRenderInterfaceImpl_->firstOpenFlag_ = false;
250 audioRenderInterfaceImpl_->firstOpenFlag_ = false;
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_render_ext_impl.h118 bool firstOpenFlag_ = true; variable
H A Daudio_render_interface_impl.h114 bool firstOpenFlag_ = true; variable