Searched refs:ioDirection (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/ |
H A D | _effect_info.md | 22 | int [ioDirection](#iodirection) | 确定效果的方向 | 39 ### ioDirection subsection 42 int EffectInfo::ioDirection
|
/ohos5.0/drivers/peripheral/audio/effect/test/unittest/ |
H A D | effect_model_test.cpp | 161 .ioDirection = 1, 181 .ioDirection = 1, 203 .ioDirection = 1,
|
H A D | effect_control_test.cpp | 56 .ioDirection = 1, in SetUp()
|
/ohos5.0/drivers/peripheral/audio/interfaces/effect/v1_0/ |
H A D | effect_types_vdi.h | 29 int32_t ioDirection; member
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_effect_v1_0/c_target/audio/effect/v1_0/ |
H A D | effect_types.c.txt | 115 if (!HdfSbufWriteInt32(data, dataBlock->ioDirection)) { 116 HDF_LOGE("%{public}s: write dataBlock->ioDirection failed!", __func__); 159 if (!HdfSbufReadInt32(data, &dataBlock->ioDirection)) { 160 HDF_LOGE("%{public}s: read dataBlock->ioDirection failed!", __func__);
|
H A D | effect_types.h.txt | 52 int32_t ioDirection;
|
/ohos5.0/drivers/peripheral/audio/effect/test/fuzztest/effectmodel_fuzzer/ |
H A D | effectmodel_fuzzer.cpp | 72 .ioDirection = 1, in EffectModelFucSwitch()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_effect_hdi_param.cpp | 56 .ioDirection = 1, in CreateHdiControl()
|
/ohos5.0/drivers/peripheral/audio/effect/test/fuzztest/effectcontrol_fuzzer/ |
H A D | effectcontrol_fuzzer.cpp | 99 .ioDirection = 1, in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/effect/ |
H A D | audio_effectcontrol_benchmarktest.cpp | 77 .ioDirection = 1, in SetUp()
|
H A D | audio_effectmodel_benchmarktest.cpp | 148 .ioDirection = 1, in BENCHMARK_F()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_effect_v1_0/dump_ast_target/ |
H A D | dump.txt | 58 int ioDirection;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_effect_v1_0/foo/audio/effect/v1_0/ |
H A D | EffectTypes.idl | 24 int ioDirection; /**< Identify the direction of the effect */
|
/ohos5.0/drivers/interface/audio/effect/v1_0/ |
H A D | EffectTypes.idl | 24 int ioDirection; /**< Identify the direction of the effect */
|