Home
last modified time | relevance | path

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

/drivers/peripheral/codec/interfaces/include/
Dcodec_component_if.h206 int32_t (*GetState)(struct CodecComponentType *self, enum OMX_STATETYPE *state); member
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_service.cpp104 int32_t CodecComponentService::GetState(CodecStateType &state) in GetState() function in OHOS::HDI::Codec::V1_0::CodecComponentService
Dcomponent_node.cpp219 int32_t ComponentNode::GetState(CodecStateType &state) in GetState() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/codec/hal/passthrough/adapter/src/
Dcomponent_node.cpp244 int32_t ComponentNode::GetState(OMX_STATETYPE *state) in GetState() function in OHOS::Codec::CodecAdapter::ComponentNode
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcomponent_node.cpp169 int32_t ComponentNode::GetState(OMX_STATETYPE *state) in GetState() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/codec/test/benchmarktest/
Dcodec_benchmark_omx_test.cpp374 BENCHMARK_F(CodecBenchmarkOmxTest, GetState)(benchmark::State &state) in BENCHMARK_F() argument