Home
last modified time | relevance | path

Searched defs:element (Results 1 – 10 of 10) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_array_type.cpp188 std::string element = StringHelper::Format("&%s[i]", name.c_str()); in EmitCProxyReadVar() local
191 std::string element = StringHelper::Format("%s[i]", name.c_str()); in EmitCProxyReadVar() local
194 std::string element = StringHelper::Format("&%s[i]", name.c_str()); in EmitCProxyReadVar() local
241 std::string element = StringHelper::Format("&%s[i]", name.c_str()); in EmitCStubReadVar() local
244 std::string element = StringHelper::Format("%s[i]", name.c_str()); in EmitCStubReadVar() local
247 std::string element = StringHelper::Format("&%s[i]", name.c_str()); in EmitCStubReadVar() local
442 std::string element = StringHelper::Format("&%s[i]", name.c_str()); in EmitCUnMarshalling() local
445 std::string element = StringHelper::Format("%s[i]", name.c_str()); in EmitCUnMarshalling() local
456 std::string element = StringHelper::Format("%sElement", name.c_str()); in EmitCStringElementUnMarshalling() local
Dast_namespace.cpp37 …nerNamespaces_.begin(), innerNamespaces_.end(), [nspaceStr](const AutoPtr<ASTNamespace> &element) { in FindNamespace()
/drivers/hdf_core/framework/tools/hdi-gen/util/
Dstring_helper.cpp32 std::string element = sources.substr(begin, pos - begin); in Split() local
41 std::string element = sources.substr(begin); in Split() local
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
Dsample_hdi_service.cpp137 struct HdfDeviceObject *device, SharedMemQueueMeta<SampleSmqElement> *smqMeta, uint32_t element) in SampleServiceTansSmq()
Dsample_hdi_service_stub.cpp198 uint32_t element = parcel->ReadUint32(); in SampleServiceSmqTrans() local
/drivers/hdf_core/framework/tools/leagecy/hc-gen/src/
Dhcs_decompiler.c239 ParserObject *element = RebuildObject(elementOpCode); in RebuildArray() local
Dhcs_text_gen.c357 ParserObject *element = (ParserObject *)array->objectBase.child; in GetArrayType() local
369 ParserObjectBase *element = array->objectBase.child; in GetArraySize() local
599 ParserObject *element = (ParserObject *)object->objectBase.child; in HcsPrintArrayContent() local
/drivers/hdf_core/framework/tools/hc-gen/src/
Ddecompile.cpp244 auto element = RebuildObject(opCode); in RebuildArray() local
Dtext_gen.cpp570 auto element = object->Child(); in HcsPrintArrayContent() local
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
Dalsa_lib_common.c565 snd_mixer_elem_t *element = NULL; in AudioUsbFindElement() local
589 static snd_mixer_elem_t *AudioFindElement(const char *mixerCtlName, snd_mixer_elem_t *element) in AudioFindElement()