Home
last modified time | relevance | path

Searched refs:PIN_OUT_SPEAKER (Results 1 – 25 of 104) sorted by relevance

12345

/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_scene_test.cpp54 …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 Daudio_idlhdi_adapter_test.cpp569 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 Daudio_pathselect.c101 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 Didl_render.c183 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 Daudiooffloadrender_fuzzer.cpp67 …int32_t ret = AudioOffloadCreateRender(manager, PIN_OUT_SPEAKER, ADAPTER_NAME, &adapter, &render, … in DoSomethingInterestingWithMyAPI()
/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_types.h84 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 Dtypes.h.txt62 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 Dtypes.h.txt62 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 Dtypes.h.txt62 PIN_OUT_SPEAKER = 1 << 0,
/ohos5.0/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiorender_fuzzer/
H A Daudiorender_fuzzer.cpp141 …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 Dtypes.h.txt66 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 Dtypes.h.txt65 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 Dtypes.h.txt65 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 Dtypes.h.txt62 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 Dtypes.h.txt62 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 Dtypes.h.txt62 PIN_OUT_SPEAKER = 1 << 0,
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/
H A Dmultichannel_audio_renderer_sink.cpp475 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 Daudio_render_multchannel_test.cpp71 devDesc.pins = PIN_OUT_SPEAKER; in InitRenderDevDesc()
H A Daudio_render_offload_test.cpp79 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 Dtypes.h.txt70 PIN_OUT_SPEAKER = 1 << 0,
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Daudio_types.h84 PIN_OUT_SPEAKER = 0x1u, /**< Speaker output pin */ enumerator
H A Ddaudio_constants.h48 constexpr int32_t PIN_OUT_SPEAKER = 1; variable
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_types.h85 PIN_OUT_SPEAKER = 0x1u, /**< Speaker output pin */ enumerator
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_types.h84 PIN_OUT_SPEAKER = 0x1u, /**< Speaker output pin */ enumerator
/ohos5.0/drivers/peripheral/audio/test/unittest/common/adapter/
H A Daudio_adapter_multchannel_test.cpp156 devicedesc.pins = PIN_OUT_SPEAKER;

12345