Home
last modified time | relevance | path

Searched refs:OpCode (Results 1 - 7 of 7) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dbytecode_gen.h17 struct OpCode { struct
18 OpCode() : opCode(0), size(0) {} in OpCode() function
20 OpCode(uint8_t code, uint32_t s, const std::string &str) : opCode(code), size(s), opStr(str) {} in OpCode() function
22 ~OpCode() = default;
59 static const OpCode &ToOpCode(uint32_t objectType);
H A Dbytecode_gen.cpp98 const OpCode &ByteCodeGen::ToOpCode(uint32_t objectType)
100 static std::map<uint32_t, OpCode> byteCodeMap = {
145 switch (object->OpCode()) {
196 auto opcode = current->OpCode();
198 switch (current->OpCode()) {
H A Dast.h121 uint8_t OpCode() const;
H A Dast.cpp396 uint8_t AstObject::OpCode() const in OpCode() function in AstObject
/drivers/peripheral/audio/supportlibs/adm_adapter/src/
H A Daudio_interface_lib_common.c41 static int32_t AudioMixerCtlElemList(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data);
42 static int32_t AudioMixerCtlGetElemProp(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data);
43 static int32_t AudioMixerCtlSetElemProp(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data);
44 static int32_t AudioGetAllCardList(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data);
679 static bool AudioChkMixerRenderCmdId(OpCode cmd) in AudioChkMixerRenderCmdId()
689 static bool AudioChkMixerCaptureCmdId(OpCode cmd) in AudioChkMixerCaptureCmdId()
694 static int32_t AudioMixerCtlElemList(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data) in AudioMixerCtlElemList()
813 static int32_t AudioGetAllCardList(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data) in AudioGetAllCardList()
827 static int32_t AudioMixerCtlElemRoute(AudioPcmType pcm, const struct HdfIoService *service, OpCode cmd, void *data) in AudioMixerCtlElemRoute()
1261 static int32_t AudioCtlElemRoute(const struct HdfIoService *service, OpCode cmdI
[all...]
/drivers/peripheral/audio/supportlibs/adm_adapter/include/
H A Daudio_interface_lib_mixer.h71 } OpCode; typedef
74 typedef int32_t (*AudioMixer)(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data);
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js331 OpCode() {

Completed in 7 milliseconds