Searched refs:subtype (Results 1 – 12 of 12) sorted by relevance
/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/st/secure_element/ese-spi-driver/ |
D | T1protocol.cc | 53 uint8_t T1protocol_getValidPcb(TpduType type, RBlockType subtype, in T1protocol_getValidPcb() argument 74 if (subtype == ErrorFree) { in T1protocol_getValidPcb() 77 } else if (subtype == ChecksumError) { in T1protocol_getValidPcb() 81 } else if (subtype == OtherErrors) { in T1protocol_getValidPcb()
|
D | T1protocol.h | 95 uint8_t T1protocol_getValidPcb(TpduType type, RBlockType subtype,
|
/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/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 4147 * The layer type is defined in the VMS protocol, and the subtype and version are 4172 * - Layer subtype 4175 * - N x (Layer type, Layer subtype, Layer version) 4193 * - Layer subtype 4197 * - Layer subtype 4217 * - Layer subtype
|