Home
last modified time | relevance | path

Searched defs:GetExtraParams (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_adapter.h164 int32_t (*GetExtraParams)(struct AudioAdapter *adapter, enum AudioExtParamKey key, member
H A Daudio_attribute.h116 int32_t (*GetExtraParams)(AudioHandle handle, char *keyValueList, int32_t listLenth); member
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_attribute.h117 int32_t (*GetExtraParams)(AudioHandle handle, char *keyValueList, int32_t listLenth); member
H A Daudio_adapter.h249 int32_t (*GetExtraParams)(struct AudioAdapter *adapter, enum AudioExtParamKey key, member
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_attribute.h116 int32_t (*GetExtraParams)(AudioHandle handle, char *keyValueList, int32_t listLenth); member
H A Daudio_adapter.h248 int32_t (*GetExtraParams)(struct AudioAdapter *adapter, enum AudioExtParamKey key, member
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H A Ddistribute_req_param.h110 inline std::string GetExtraParams() const in GetExtraParams() function
H A Djs_feature_ability.cpp364 void JsFeatureAbility::GetExtraParams(const DistributeReqParam &requestParam, const Want &want) in GetExtraParams() function in OHOS::AbilityRuntime::JsFeatureAbility
/ohos5.0/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_adapter_vdi.h55 …int32_t (*GetExtraParams)(struct IAudioAdapterVdi *self, enum AudioExtParamKeyVdi key, const char … member
H A Diaudio_capture_vdi.h50 …int32_t (*GetExtraParams)(struct IAudioCaptureVdi *self, char *keyValueList, uint32_t keyValueList… member
H A Diaudio_render_vdi.h58 …int32_t (*GetExtraParams)(struct IAudioRenderVdi *self, char *keyValueList, uint32_t keyValueListL… member
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_ext_impl.cpp287 int32_t AudioCaptureExtImpl::GetExtraParams(std::string &keyValueList) in GetExtraParams() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureExtImpl
H A Daudio_capture_interface_impl.cpp327 int32_t AudioCaptureInterfaceImpl::GetExtraParams(std::string &keyValueList) in GetExtraParams() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureInterfaceImpl
H A Daudio_render_ext_impl.cpp405 int32_t AudioRenderExtImpl::GetExtraParams(std::string &keyValueList) in GetExtraParams() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
H A Daudio_render_interface_impl.cpp416 int32_t AudioRenderInterfaceImpl::GetExtraParams(std::string &keyValueList) in GetExtraParams() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderInterfaceImpl
H A Daudio_adapter_interface_impl.cpp451 int32_t AudioAdapterInterfaceImpl::GetExtraParams(AudioExtParamKey key, const std::string &conditio… in GetExtraParams() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioAdapterInterfaceImpl
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
H A Daudio_test_utils.h216 int32_t GetExtraParams(std::string &keyValueList) override in GetExtraParams() function
377 int32_t GetExtraParams(std::string &keyValueList) override in GetExtraParams() function
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/adapter/
H A Daudio_adapter_benchmarktest.cpp338 BENCHMARK_F(AudioAdapterBenchmarkTest, GetExtraParams)(benchmark::State &state) in BENCHMARK_F() argument
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp503 BENCHMARK_F(AudioCaptureBenchmarkTest, GetExtraParams)(benchmark::State &state) in BENCHMARK_F() argument
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp441 BENCHMARK_F(AudioRenderBenchmarkTest, GetExtraParams)(benchmark::State &state) in BENCHMARK_F() argument