/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/ |
H A D | audio_idl_hdirender_scene_test.cpp | 54 …int32_t ret = AudioCreateRender(manager, PIN_OUT_SPEAKER, ADAPTER_NAME, &adapter, &render, &render… in SetUp() 75 scenes.desc.pins = PIN_OUT_SPEAKER; 95 scenes.desc.pins = PIN_OUT_SPEAKER; 115 scenes.desc.pins = PIN_OUT_SPEAKER; 149 scenes.desc.pins = PIN_OUT_SPEAKER; 168 scenes.desc.pins = PIN_OUT_SPEAKER; 191 scenes.desc.pins = PIN_OUT_SPEAKER;
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/adapter/src/ |
H A D | audio_idlhdi_adapter_test.cpp | 569 InitDevDesc(renderDevDesc, audioPort.portId, PIN_OUT_SPEAKER); 705 ret = InitDevDesc(devDesc, audioPort.portId, PIN_OUT_SPEAKER); 755 InitDevDesc(renderDevDesc, audioPort.portId, PIN_OUT_SPEAKER); 809 InitDevDesc(devDesc, audioPort.portId, PIN_OUT_SPEAKER); 841 InitDevDesc(devDesc, audioPort.portId, PIN_OUT_SPEAKER); 892 InitDevDesc(devDesc, audioPort.portId, PIN_OUT_SPEAKER); 920 InitDevDesc(devDesc, audioPort.portId, PIN_OUT_SPEAKER); 948 InitDevDesc(devDesc, audioPort.portId, PIN_OUT_SPEAKER); 977 InitDevDesc(devDesc, portId, PIN_OUT_SPEAKER); 1050 InitDevDesc(devDesc, 0, PIN_OUT_SPEAKER); [all …]
|
/ohos5.0/drivers/peripheral/audio/hal/pathselect/src/ |
H A D | audio_pathselect.c | 101 if (pin < PIN_OUT_SPEAKER || pin > PIN_IN_BLUETOOTH_SCO_HEADSET) { in AudioPathSelGetDeviceType() 105 case PIN_OUT_SPEAKER: in AudioPathSelGetDeviceType() 304 for (uint32_t i = PIN_OUT_SPEAKER; i <= PIN_OUT_EARPIECE; i = i << 1) { in SetMatchRenderDefaultDevicePath() 330 for (uint32_t j = PIN_OUT_SPEAKER; j <= PIN_OUT_EARPIECE; j = j << 1) { in SetMatchRenderOtherDevicePath() 367 case PIN_OUT_SPEAKER: in AudioRenderParseDevice() 381 … ret |= SetMatchRenderDevicePath(PIN_OUT_SPEAKER, renderParam, cJsonObj, SPEAKER, AUDIO_DEV_OFF); in AudioRenderParseDevice()
|
/ohos5.0/drivers/peripheral/audio/test/sample/ |
H A D | idl_render.c | 183 devDesc->pins = PIN_OUT_SPEAKER; in InitDevDesc() 1021 scene->desc.pins = PIN_OUT_SPEAKER; in PrintRenderSelectPinFirst() 1048 scene->desc.pins = PIN_OUT_SPEAKER; in PrintRenderSelectPinSecond() 1050 scene->desc.pins = PIN_OUT_SPEAKER | PIN_OUT_HEADSET; in PrintRenderSelectPinSecond() 1076 scene->desc.pins = PIN_OUT_SPEAKER; in PrintRenderSelectPinThird() 1121 scene.desc.pins = PIN_OUT_SPEAKER | PIN_OUT_HEADSET; in SelectRenderScene()
|
/ohos5.0/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiooffloadrender_fuzzer/ |
H A D | audiooffloadrender_fuzzer.cpp | 67 …int32_t ret = AudioOffloadCreateRender(manager, PIN_OUT_SPEAKER, ADAPTER_NAME, &adapter, &render, … in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/ |
H A D | audio_types.h | 84 PIN_OUT_SPEAKER = 0x1u, /**< Speaker output pin */ enumerator
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_002/c_target/foo/v1_0/ |
H A D | types.h.txt | 62 PIN_OUT_SPEAKER = 1 << 0,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_004/c_target/foo/v1_0/ |
H A D | types.h.txt | 62 PIN_OUT_SPEAKER = 1 << 0,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_005/c_target/foo/v1_0/ |
H A D | types.h.txt | 62 PIN_OUT_SPEAKER = 1 << 0,
|
/ohos5.0/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiorender_fuzzer/ |
H A D | audiorender_fuzzer.cpp | 141 …int32_t ret = AudioCreateRender(manager, PIN_OUT_SPEAKER, ADAPTER_NAME, &adapter, &render, &render… in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_001/cpp_target/foo/v1_0/ |
H A D | types.h.txt | 66 PIN_OUT_SPEAKER = 1 << 0,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_004/cpp_target/foo/v1_0/ |
H A D | types.h.txt | 65 PIN_OUT_SPEAKER = 1 << 0,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_005/cpp_target/foo/v1_0/ |
H A D | types.h.txt | 65 PIN_OUT_SPEAKER = 1 << 0,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_type_test_002/c_target/foo/v1_0/ |
H A D | types.h.txt | 62 PIN_OUT_SPEAKER = 1 << 0,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_type_test_005/c_target/foo/v1_0/ |
H A D | types.h.txt | 62 PIN_OUT_SPEAKER = 1 << 0,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_type_test_006/c_target/foo/v1_0/ |
H A D | types.h.txt | 62 PIN_OUT_SPEAKER = 1 << 0,
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/ |
H A D | multichannel_audio_renderer_sink.cpp | 475 deviceDesc.pins = PIN_OUT_SPEAKER; in CreateRender() 746 sink.ext.device.type = PIN_OUT_SPEAKER; in SetOutputPortPin() 782 AudioPortPin outputPortPin = PIN_OUT_SPEAKER; in SetOutputRoutes() 865 AudioPortPin audioSceneOutPort = PIN_OUT_SPEAKER; in SetAudioScene()
|
/ohos5.0/drivers/peripheral/audio/test/unittest/common/render/ |
H A D | audio_render_multchannel_test.cpp | 71 devDesc.pins = PIN_OUT_SPEAKER; in InitRenderDevDesc()
|
H A D | audio_render_offload_test.cpp | 79 devDesc.pins = PIN_OUT_SPEAKER; in InitRenderDevDesc()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_type_test_001/cpp_target/foo/v1_0/ |
H A D | types.h.txt | 70 PIN_OUT_SPEAKER = 1 << 0,
|
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/ |
H A D | audio_types.h | 84 PIN_OUT_SPEAKER = 0x1u, /**< Speaker output pin */ enumerator
|
H A D | daudio_constants.h | 48 constexpr int32_t PIN_OUT_SPEAKER = 1; variable
|
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/ |
H A D | audio_types.h | 85 PIN_OUT_SPEAKER = 0x1u, /**< Speaker output pin */ enumerator
|
/ohos5.0/drivers/peripheral/audio/interfaces/include/ |
H A D | audio_types.h | 84 PIN_OUT_SPEAKER = 0x1u, /**< Speaker output pin */ enumerator
|
/ohos5.0/drivers/peripheral/audio/test/unittest/common/adapter/ |
H A D | audio_adapter_multchannel_test.cpp | 156 devicedesc.pins = PIN_OUT_SPEAKER;
|