/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VmsUtils.h | 42 VmsLayer(int type, int subtype, int version) : type(type), subtype(subtype), version(version) {} in VmsLayer() 44 int subtype; member 47 return this->type == layer.type && this->subtype == layer.subtype &&
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VmsUtils.cpp | 59 layer.subtype, layer.version}; in createSubscribeMessage() 68 layer_publisher.layer.subtype, layer_publisher.layer.version, layer_publisher.publisher_id}; in createSubscribeToPublisherMessage() 75 layer.subtype, layer.version}; in createUnsubscribeMessage() 84 layer_publisher.layer.subtype, layer_publisher.layer.version, layer_publisher.publisher_id}; in createUnsubscribeToPublisherMessage() 98 std::vector<int32_t> layer_vector = {offer.layer.type, offer.layer.subtype, in createOfferingMessage() 102 std::vector<int32_t> dependency_layer = {dependency.type, dependency.subtype, in createOfferingMessage() 133 toInt(VmsMessageType::DATA), layer_publisher.layer.type, layer_publisher.layer.subtype, in createDataMessageWithLayerPublisherInfo()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bcmeth.h | 94 uint16 subtype; /* Vendor specific..32769 */
|
D | 802.11e.h | 51 uint8 subtype; /* WME_SUBTYPE_TSPEC */
|
D | eapol.h | 151 uint8 subtype;
|
D | p2p.h | 332 uint8 subtype; /* OUI Subtype - P2P_AF_* */ member 356 uint8 subtype; /* OUI subtype - P2P_TYPE_* */ member
|
D | 802.11.h | 167 uint8 subtype; member 177 uint8 subtype; member 654 uint8 subtype; member 672 uint8 subtype; member
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | Xfixes.h | 67 int subtype; member 80 int subtype; member 282 int subtype; member
|
D | xfixesproto.h | 129 CARD8 subtype; member 152 CARD8 subtype; member 541 CARD8 subtype; member
|
/hardware/st/secure_element/ese-spi-driver/ |
D | T1protocol.cc | 54 uint8_t T1protocol_getValidPcb(TpduType type, RBlockType subtype, in T1protocol_getValidPcb() argument 75 if (subtype == ErrorFree) { in T1protocol_getValidPcb() 78 } else if (subtype == ChecksumError) { in T1protocol_getValidPcb() 82 } else if (subtype == OtherErrors) { in T1protocol_getValidPcb()
|
D | T1protocol.h | 95 uint8_t T1protocol_getValidPcb(TpduType type, RBlockType subtype,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | reg.py | 905 for subtype in typeinfo.elem.findall('.//type'): 906 … self.gen.logMsg('diag', 'markRequired: type requires dependent <type>', subtype.text) 907 if typename != subtype.text: 908 self.markTypeRequired(subtype.text, required) 1308 for subtype in f.elem.findall('.//type'): 1310 subtype.text) 1311 self.generateFeature(subtype.text, 'type', self.typedict) 1315 for subtype in f.elem.findall('.//enum'): 1317 subtype.text) 1318 self.generateFeature(subtype.text, 'enum', self.enumdict)
|
/hardware/interfaces/tv/tuner/1.0/ |
D | types.hal | 2204 * Not additional parameters. it's used by PCR, TS, TEMI subtype 2227 * Not additional parameters. it's used by MMTP subtype filters. 2252 * PAYLOAD_THROUGH subtype filters. 2259 * true if the data from IP subtype go to next filter directly 2278 * Not additional parameters. it's used by PAYLOAD_THROUGH subtype 2286 * true if the data from TLV subtype go to next filter directly 2321 * Not additional parameters. it's used by PTP, PAYLOAD_THROUGH subtype
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaIface.hal | 41 * Access Network Query Protocol subtype elements
|
/hardware/google/gfxstream/host/testlibs/osx/ |
D | OSXWindow.mm | 694 subtype: 0
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 4650 * The layer type is defined in the VMS protocol, and the subtype and version are 4675 * - Layer subtype 4678 * - N x (Layer type, Layer subtype, Layer version) 4696 * - Layer subtype 4700 * - Layer subtype 4720 * - Layer subtype
|