Home
last modified time | relevance | path

Searched defs:GetState (Results 1 – 5 of 5) 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.cpp135 int32_t CodecComponentService::GetState(CodecStateType &state) in GetState() function in OHOS::HDI::Codec::V3_0::CodecComponentService
Dcomponent_node.cpp275 int32_t ComponentNode::GetState(CodecStateType &state) in GetState() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcomponent_node.cpp168 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