Searched refs:OpCode (Results 1 - 7 of 7) sorted by relevance
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | bytecode_gen.h | 17 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 D | bytecode_gen.cpp | 98 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 D | ast.h | 121 uint8_t OpCode() const;
|
H A D | ast.cpp | 396 uint8_t AstObject::OpCode() const in OpCode() function in AstObject
|
/drivers/peripheral/audio/supportlibs/adm_adapter/src/ |
H A D | audio_interface_lib_common.c | 41 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 D | audio_interface_lib_mixer.h | 71 } 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 D | ast.js | 331 OpCode() {
|
Completed in 7 milliseconds