Home
last modified time | relevance | path

Searched defs:GetComponentCapabilityList (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_manager.h81 int32_t (*GetComponentCapabilityList)(CodecCompCapability *capList, int32_t count); member
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_capability_config.c52 int32_t GetComponentCapabilityList(CodecCompCapability *capList, int32_t count) in GetComponentCapabilityList() function
H A Dcodec_component_manager_proxy.c88 static int32_t GetComponentCapabilityList(CodecCompCapability *capList, int32_t count) in GetComponentCapabilityList() function
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_manager_service.cpp58 int32_t CodecComponentManagerService::GetComponentCapabilityList(std::vector<CodecCompCapability> &… in GetComponentCapabilityList() function in OHOS::HDI::Codec::V3_0::CodecComponentManagerService
H A Dcodec_component_config.cpp134 int32_t CodecComponentConfig::GetComponentCapabilityList(std::vector<CodecCompCapability> &capList,… in GetComponentCapabilityList() function in OHOS::Codec::Omx::CodecComponentConfig
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_manager_test.cpp61 BENCHMARK_F(CodecBenchmarkManagerTest, GetComponentCapabilityList)(benchmark::State &state) in BENCHMARK_F() argument