/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/ |
H A D | audio_idlhdiadapter_performace_test.cpp | 141 ….adapter = adapter, .mode = PORT_PASSTHROUGH_LPCM, .delayTime = 0, .totalTime = 0, .averageDelayTi… 157 EXPECT_EQ(PORT_PASSTHROUGH_LPCM, mode); 172 ….adapter = adapter, .mode = PORT_PASSTHROUGH_LPCM, .delayTime = 0, .totalTime = 0, .averageDelayTi… 186 EXPECT_EQ(PORT_PASSTHROUGH_LPCM, mode);
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/adapter/src/ |
H A D | audio_idlhdi_adapter_test.cpp | 266 ret = adapter->SetPassthroughMode(adapter, &audioPort, PORT_PASSTHROUGH_LPCM); 271 EXPECT_EQ(PORT_PASSTHROUGH_LPCM, modeLpcm); 295 ret = adapter->SetPassthroughMode(adapter, &audioPort, PORT_PASSTHROUGH_LPCM); 320 ret = adapter->SetPassthroughMode(adapterNull, &audioPort, PORT_PASSTHROUGH_LPCM); 337 AudioPortPassthroughMode mode = PORT_PASSTHROUGH_LPCM; 400 ret = adapter->SetPassthroughMode(adapter, &audioPort, PORT_PASSTHROUGH_LPCM); 405 EXPECT_EQ(PORT_PASSTHROUGH_LPCM, mode); 421 AudioPortPassthroughMode mode = PORT_PASSTHROUGH_LPCM; 449 AudioPortPassthroughMode mode = PORT_PASSTHROUGH_LPCM;
|
/ohos5.0/drivers/peripheral/audio/test/unittest/common/adapter/ |
H A D | audio_adapter_common_test.cpp | 323 enum AudioPortPassthroughMode mode = PORT_PASSTHROUGH_LPCM; 330 enum AudioPortPassthroughMode mode = PORT_PASSTHROUGH_LPCM; 336 enum AudioPortPassthroughMode mode = PORT_PASSTHROUGH_LPCM; 346 enum AudioPortPassthroughMode mode = PORT_PASSTHROUGH_LPCM;
|
/ohos5.0/drivers/peripheral/distributed_audio/interface/audio/v1_0/ |
H A D | types.h | 42 PORT_PASSTHROUGH_LPCM = 0x1, enumerator
|
/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/ |
H A D | audio_types.h | 208 PORT_PASSTHROUGH_LPCM = 0x1, /**< Stereo PCM */ enumerator
|
/ohos5.0/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audioadapter_fuzzer/ |
H A D | audioadapter_fuzzer.cpp | 105 AudioPortPassthroughMode mode = PORT_PASSTHROUGH_LPCM; in AdapterFucSwitch()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/ |
H A D | audio_types.h | 242 PORT_PASSTHROUGH_LPCM = 0x1, /**< Stereo PCM */ enumerator
|
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/ |
H A D | audio_types.h | 243 PORT_PASSTHROUGH_LPCM = 0x1, /**< Stereo PCM */ enumerator
|
/ohos5.0/drivers/peripheral/audio/interfaces/include/ |
H A D | audio_types.h | 242 PORT_PASSTHROUGH_LPCM = 0x1, /**< Stereo PCM */ enumerator
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/ |
H A D | _hdi_audio_v11.md | 68 | [AudioPortPassthroughMode](#audioportpassthroughmode) { PORT_PASSTHROUGH_LPCM = 1 << 0 , PO… 362 | PORT_PASSTHROUGH_LPCM | 立体声PCM。 |
|
H A D | _hdi_audio_v20.md | 68 | [AudioPortPassthroughMode](#audioportpassthroughmode) { PORT_PASSTHROUGH_LPCM = 1 << 0 , PO… 366 | PORT_PASSTHROUGH_LPCM | 立体声PCM。 |
|
H A D | _audio_types_8idl_v10.md | 55 | [AudioPortPassthroughMode](_hdi_audio_v11.md#audioportpassthroughmode) { PORT_PASSTHROUGH_LPCM = …
|
H A D | _audio_types_8idl_v20.md | 55 | [AudioPortPassthroughMode](_hdi_audio_v20.md#audioportpassthroughmode) { PORT_PASSTHROUGH_LPCM = …
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/ |
H A D | audio_proxy_adapter.cpp | 193 capabilityIndex->subPorts->mask = PORT_PASSTHROUGH_LPCM; in InitForGetPortCapability() 263 hwAdapter->portCapabilitys->mode = PORT_PASSTHROUGH_LPCM; in AudioProxyAdapterInitAllPorts()
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_adapter.cpp | 268 capabilityIndex->subPorts->mask = PORT_PASSTHROUGH_LPCM; in InitForGetPortCapability() 340 hwAdapter->portCapabilitys->mode = PORT_PASSTHROUGH_LPCM; in AudioAdapterInitAllPorts()
|
H A D | audio_adapter_info_common.cpp | 702 capabilityIndex->subPorts->mask = PORT_PASSTHROUGH_LPCM; in HdmiPortInit()
|
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/adapter/ |
H A D | audio_adapter_benchmarktest.cpp | 246 enum AudioPortPassthroughMode mode = PORT_PASSTHROUGH_LPCM; in BENCHMARK_F()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/c_target/audio/v1_0/ |
H A D | audio_types.h.txt | 127 PORT_PASSTHROUGH_LPCM = 1 << 0,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v2_0/c_target/audio/v2_0/ |
H A D | audio_types.h.txt | 129 PORT_PASSTHROUGH_LPCM = 1 << 0,
|
/ohos5.0/drivers/peripheral/audio/hal/hdi_passthrough/src/ |
H A D | audio_adapter_info_common.c | 243 capabilityIndex->subPorts->mask = PORT_PASSTHROUGH_LPCM; in InitPortForCapabilitySub()
|
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_adapter_info_common.c | 231 capabilityIndex->subPorts->mask = PORT_PASSTHROUGH_LPCM; in InitPortForCapabilitySub()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_audio_audio_v1_0/cpp_target/distributed_audio/audio/v1_0/ |
H A D | audio_types.h.txt | 132 PORT_PASSTHROUGH_LPCM = 1 << 0,
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/ |
H A D | audio_adapter_interface_impl_test.cpp | 211 AudioPortPassthroughMode mode = AudioPortPassthroughMode::PORT_PASSTHROUGH_LPCM; 227 AudioPortPassthroughMode mode = AudioPortPassthroughMode::PORT_PASSTHROUGH_LPCM;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/dump_ast_target/ |
H A D | dump.txt | 434 PORT_PASSTHROUGH_LPCM = 1 << 0,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v2_0/dump_ast_target/ |
H A D | dump.txt | 436 PORT_PASSTHROUGH_LPCM = 1 << 0,
|