Home
last modified time | relevance | path

Searched refs:s_type (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_physical_device_features_gen.py128 s_type: str
376 s_type = elem.attrib.get('values')
389 s_type = p.attrib.get('values')
394 … feature_struct = FeatureStruct(c_type=_type.attrib.get('name'), s_type=s_type, features=flags)
Dvk_physical_device_properties_gen.py91 s_type: str
232 s_type = elem.attrib.get("values")
247 s_type = p.attrib.get("values")
251 …property_struct = PropertyStruct(c_type=full_name, s_type=s_type, name=name, properties=properties)
/hardware/ril/reference-ril/
Datchannel.c76 static ATCommandType s_type; variable
252 } else switch (s_type) { in processLine()
286 RLOGE("Unsupported AT command type %d\n", s_type); in processLine()
690 s_type = type; in at_send_command_full_nolock()