Home
last modified time | relevance | path

Searched defs:SendCommand (Results 1 – 11 of 11) sorted by relevance

/drivers/peripheral/audio/interfaces/effect/v1_0/
Dieffect_control_vdi.h32 int32_t (*SendCommand)(struct IEffectControlVdi *self, enum EffectCommandTableIndexVdi cmdId, member
/drivers/peripheral/codec/interfaces/include/
Dcodec_component_if.h97 … int32_t (*SendCommand)(struct CodecComponentType *self, enum OMX_COMMANDTYPE cmd, uint32_t param, member
/drivers/peripheral/audio/test/benchmarktest/effect/
Daudio_effectcontrol_benchmarktest.cpp127 BENCHMARK_F(AudioEffectControlBenchmarkTest, SendCommand)(benchmark::State &state) in BENCHMARK_F() argument
/drivers/peripheral/face_auth/hdi_service/src/
Dexecutor_impl.cpp150 int32_t ExecutorImpl::SendCommand( in SendCommand() function in OHOS::HDI::FaceAuth::ExecutorImpl
/drivers/peripheral/fingerprint_auth/hdi_service/src/
Dexecutor_impl.cpp157 int32_t ExecutorImpl::SendCommand( in SendCommand() function in OHOS::HDI::FingerprintAuth::ExecutorImpl
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_service.cpp70 int32_t CodecComponentService::SendCommand(CodecCommandType cmd, uint32_t param, const std::vector<… in SendCommand() function in OHOS::HDI::Codec::V2_0::CodecComponentService
Dcomponent_node.cpp161 int32_t ComponentNode::SendCommand(CodecCommandType cmd, uint32_t param, int8_t *cmdData) in SendCommand() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/pin_auth/hdi_service/service/src/
Dexecutor_impl.cpp401 int32_t ExecutorImpl::SendCommand(int32_t commandId, const std::vector<uint8_t> &extraInfo, in SendCommand() function in OHOS::HDI::PinAuth::ExecutorImpl
/drivers/peripheral/codec/hal/passthrough/adapter/src/
Dcomponent_node.cpp89 int32_t ComponentNode::SendCommand(OMX_COMMANDTYPE cmd, uint32_t param, int8_t *cmdData, uint32_t c… in SendCommand() function in OHOS::Codec::CodecAdapter::ComponentNode
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcomponent_node.cpp108 int32_t ComponentNode::SendCommand(OMX_COMMANDTYPE cmd, uint32_t param, int8_t *cmdData, uint32_t c… in SendCommand() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/codec/test/benchmarktest/
Dcodec_benchmark_omx_test.cpp408 BENCHMARK_F(CodecBenchmarkOmxTest, SendCommand)(benchmark::State &state) in BENCHMARK_F() argument