Searched refs:octet (Results 1 – 11 of 11) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 712 #define ETHERP_TO_MACF(ea) ((struct ether_addr *) (ea))->octet[0], \ 713 ((struct ether_addr *) (ea))->octet[1], \ 714 ((struct ether_addr *) (ea))->octet[2], \ 715 ((struct ether_addr *) (ea))->octet[3], \ 716 ((struct ether_addr *) (ea))->octet[4], \ 717 ((struct ether_addr *) (ea))->octet[5] 719 #define ETHER_TO_MACF(ea) (ea).octet[0], \ 720 (ea).octet[1], \ 721 (ea).octet[2], \ 722 (ea).octet[3], \ [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | ethernet.h | 128 uint8 octet[ETHER_ADDR_LEN]; member
|
/hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
D | BluetoothLeAudioAseConfigurationSettingProvider.cpp | 425 std::optional<CodecSpecificConfigurationLtv::OctetsPerCodecFrame> octet = in populateAseQosConfiguration() local 440 octet = cfg_ltv.get<CodecSpecificConfigurationLtv::octetsPerCodecFrame>(); in populateAseQosConfiguration() 448 if (allocation.has_value() && octet.has_value()) { in populateAseQosConfiguration() 450 qos.maxSdu = channel_count * octet.value().value * frameBlockValue; in populateAseQosConfiguration()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 1015 ea->octet[i++] = (char) bcm_strtoul(p, &ep, 16); in bcm_ether_atoe() 1063 const uint8 *octet = ea->octet; in bcm_ether_ntoa() local 1067 for (i = 0; i < 6; i++, octet++) { in bcm_ether_ntoa() 1068 *p++ = hex[(*octet >> 4) & 0xf]; in bcm_ether_ntoa() 1069 *p++ = hex[*octet & 0xf]; in bcm_ether_ntoa()
|
D | dhdu.c | 3094 n->octet[i++] = (uint8)strtoul(a, &c, 16); in dhd_ether_atoe()
|
/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/ |
D | generateCertificateRequestV2.cddl | 144 1 : 1, ; Key type : octet key pair
|
/hardware/interfaces/wifi/1.6/ |
D | types.hal | 779 * security is enabled this field contains the 16 octet PMKID identifying the PMK used for 1191 * Shared Key Cipher Suite, this field contains the 16 octet PMKID identifying the PMK used for
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 193 * encoded audio stream (e.g. octet alignement for AMR).
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 179 * encoded audio stream (e.g. octet alignement for AMR).
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 193 * encoded audio stream (e.g. octet alignement for AMR).
|
/hardware/interfaces/audio/common/6.0/ |
D | types.hal | 240 * encoded audio stream (e.g. octet alignement for AMR).
|