Home
last modified time | relevance | path

Searched refs:audioStreamCtl (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Dfast_audio_render.cpp290 if (mExtraParams.audioStreamCtl == 1) { in FastRenderSetExtraParams()
293 } else if (mExtraParams.audioStreamCtl == 0) { in FastRenderSetExtraParams()
H A Daudio_render.cpp427 if (mExtraParams.audioStreamCtl == 1) { in SetValue()
430 } else if (mExtraParams.audioStreamCtl == 0) { in SetValue()
H A Daudio_adapter_info_common.cpp971 mExtraParams->audioStreamCtl = result; in SetExtParam()
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h321 uint32_t audioStreamCtl; member