Home
last modified time | relevance | path

Searched refs:GetState (Results 1 – 25 of 31) sorted by relevance

12

/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/
Dcodecsendcommand_fuzzer.cpp45 g_component->GetState(state); in WaitState()
/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
106 return node_->GetState(state); in GetState()
Dcodec_dfx_service.cpp62 dumpNode->GetState(state); in GetCodecComponentListInfo()
Dcomponent_node.cpp219 int32_t ComponentNode::GetState(CodecStateType &state) in GetState() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/codec/interfaces/include/
Dcodec_component_if.h206 int32_t (*GetState)(struct CodecComponentType *self, enum OMX_STATETYPE *state); member
/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
546 int32_t ret = GetState(status); in WaitStateChange()
554 ret = GetState(status); in WaitStateChange()
565 int32_t ret = GetState(&status); in ReleaseOMXResource()
/drivers/peripheral/codec/hal/idl_service/include/
Dcodec_component_service.h39 int32_t GetState(CodecStateType &state) override;
Dcomponent_node.h49 int32_t GetState(HDI::Codec::V1_0::CodecStateType &state);
/drivers/peripheral/codec/hal/passthrough/adapter/include/
Dcomponent_node.h38 int32_t GetState(OMX_STATETYPE *state);
/drivers/peripheral/codec/test/benchmarktest/
Dcodec_benchmark_omx_test.cpp374 BENCHMARK_F(CodecBenchmarkOmxTest, GetState)(benchmark::State &state) in BENCHMARK_F() argument
380 ret = component_->GetState(codecState); in BENCHMARK_F()
386 BENCHMARK_REGISTER_F(CodecBenchmarkOmxTest, GetState)->
602 ret = component_->GetState(state); in BENCHMARK_F()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
Dcomponent_node.h54 int32_t GetState(OMX_STATETYPE *state);
/drivers/peripheral/codec/test/unittest/hdi_adapter/
Dcodec_hdi_adapter_test.cpp530 int32_t ret = g_component->GetState(g_component, &state);
538 int32_t ret = g_component->GetState(g_component, nullptr);
801 ret = g_component->GetState(g_component, &state);
854 auto ret = g_component->GetState(g_component, &state);
986 auto ret = g_component->GetState(g_component, &state);
/drivers/peripheral/codec/test/demo/adapter/src/
Dcodec_hdi_adapter_decode.cpp321 ret = client_->GetState(client_, &status); in UseBuffers()
449 auto ret = client_->GetState(client_, &status); in FreeBuffers()
Dcodec_hdi_adapter_encode.cpp199 ret = client_->GetState(client_, &status); in UseBuffers()
359 auto ret = client_->GetState(client_, &status); in FreeBuffers()
/drivers/peripheral/codec/hal/src/
Dcodec_component_type_service.c211 instance->GetState = CodecComponentTypeGetState; in CodecComponentTypeServiceConstruct()
Dcodec_adapter.cpp164 return codecNode->node->GetState(state); in OmxAdapterGetState()
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_component_if.c226 instance->GetState = ComponentTypeGetState; in ComponentTypeConstruct()
Dcodec_adapter.cpp198 return codecNode->node->GetState(state); in CodecAdapterGetState()
/drivers/peripheral/codec/test/unittest/hdi_omx/
Dcodec_hdi_omx_test.cpp198 auto ret = component_->GetState(component_, &state); in waitState()
588 auto ret = component_->GetState(component_, &state);
596 auto ret = component_->GetState(component_, nullptr);
1172 ret = component_->GetState(component_, &state);
/drivers/peripheral/codec/test/unittest/idl_omx/
Dcodec_function_utils.cpp325 auto ret = component->GetState(state); in WaitState()
/drivers/peripheral/codec/test/demo/idl/src/
Dcodec_hdi_encode.cpp266 err = client_->GetState(status); in UseBuffers()
447 int32_t err = client_->GetState(status); in FreeBuffers()
Dcodec_hdi_decode.cpp374 err = client_->GetState(status); in UseBuffers()
562 int32_t err = client_->GetState(status); in FreeBuffers()
/drivers/peripheral/codec/test/demo/v2.0/src/
Dcodec_hdi_decode.cpp311 err = client_->GetState(client_, &status); in UseBuffers()
505 int32_t err = client_->GetState(client_, &status); in FreeBuffers()
Dcodec_hdi_encode.cpp241 err = client_->GetState(client_, &status); in UseBuffers()
416 int32_t err = client_->GetState(client_, &status); in FreeBuffers()
/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

12