Home
last modified time | relevance | path

Searched defs:adapterNameCase (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/drivers/peripheral/audio/test/systemtest/common/lib_common/src/
H A Daudio_lib_common.cpp112 uint32_t InitHwRender(struct AudioHwRender *&hwRender, const std::string adapterNameCase) in InitHwRender()
131 uint32_t InitHwCapture(struct AudioHwCapture *&hwCapture, const std::string adapterNameCase) in InitHwCapture()
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_libcapture_test.cpp100 const std::string BindName, const std::string adapterNameCase, struct DevHandle *&handle) const in BindServiceAndHwCapture() argument
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp110 const std::string BindName, const std::string adapterNameCase, struct DevHandle *&handle) const in BindServiceAndHwCapture() argument
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/render/src/
H A Daudio_librender_hardwaredependence_test.cpp126 const std::string BindName, const std::string adapterNameCase, struct DevHandle *&handle) const in BindServiceAndHwRender() argument
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server.cpp80 int SwitchAdapter(struct AudioAdapterDescriptor *descs, const char *adapterNameCase, AudioPortDirec… in SwitchAdapter()
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/
H A Daudio_librender_test.cpp208 const std::string BindName, const std::string adapterNameCase, struct DevHandle *&handle) const in BindServiceAndHwRender() argument
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp330 static int32_t SwitchAdapter(struct AudioAdapterDescriptor *descs, string adapterNameCase, in SwitchAdapter()
465 …string adapterNameCase = isBluetoothLowLatency_ ? "bt_a2dp_fast" : "bt_a2dp"; // Set sound card i… in Init() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/fast/
H A Dfast_audio_capturer_source.cpp202const std::string &adapterNameCase, enum AudioPortDirection portFlag, struct AudioPort &capturePor… in SwitchAdapterCapture()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/fast/
H A Dfast_audio_renderer_sink.cpp247 static int32_t SwitchAdapterRender(struct AudioAdapterDescriptor *descs, string adapterNameCase, in SwitchAdapterRender()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/
H A Dmultichannel_audio_renderer_sink.cpp194 …ic int32_t SwitchAdapterRender(struct AudioAdapterDescriptor *descs, const string &adapterNameCase, in SwitchAdapterRender()
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp157 int32_t SwitchAdapter(struct AudioAdapterDescriptor *descs, const std::string &adapterNameCase, in SwitchAdapter()
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp164 int32_t SwitchAdapter(struct AudioAdapterDescriptor *descs, const std::string &adapterNameCase, in SwitchAdapter()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp495 …ic int32_t SwitchAdapterRender(struct AudioAdapterDescriptor *descs, const string &adapterNameCase, in SwitchAdapterRender()
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_common.c538 static int SwitchAdapter(struct AudioAdapterDescriptor *descs, const char *adapterNameCase, in SwitchAdapter()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp337 static int32_t SwitchAdapterRender(struct AudioAdapterDescriptor *descs, string adapterNameCase, in SwitchAdapterRender()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp507 …terCapture(struct AudioAdapterDescriptor *descs, uint32_t size, const std::string &adapterNameCase, in SwitchAdapterCapture()