HomeSort by relevance Sort by last modified time
    Searched refs:tlv (Results 26 - 50 of 52) sorted by null

12 3

  /bionic/libc/kernel/uapi/linux/
tipc_config.h 164 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
  /development/ndk/platforms/android-L/include/linux/
tipc_config.h 164 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
tipc_config.h 164 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
tipc_config.h 164 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
tipc_config.h 164 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SIMRecords.java 985 SimTlv tlv = new SimTlv(data, 0, data.length); local
1793 SimTlv tlv = new SimTlv(data, 0, data.length); local
    [all...]
IsimUiccRecords.java 272 SimTlv tlv = new SimTlv(record, 0, record.length); local
274 if (tlv.getTag() == TAG_ISIM_VALUE) {
275 return new String(tlv.getData(), Charset.forName("UTF-8"));
277 } while (tlv.nextObject());
279 Rlog.e(LOG_TAG, "[ISIM] can't find TLV tag in ISIM record, returning null");
  /external/iproute2/tc/
em_meta.c 148 static inline void dump_value(struct nlmsghdr *n, int tlv, unsigned long val,
156 addattr_l(n, MAX_MSG, tlv, &t, sizeof(t));
162 addattr_l(n, MAX_MSG, tlv, a->data, a->len);
440 fprintf(stderr, "Missing value TLV\n");
447 fprintf(stderr, "meta int type value TLV " \
496 fprintf(stderr, "meta int type mask TLV size mismatch\n");
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 2402 struct wpabuf *tlv = NULL; local
2494 struct wpabuf *tlv = NULL; local
    [all...]
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 306 ** Description Handler for TLV detection reader/writer event
315 /* Set TLV detection state */
339 /* Check if TLV detection succeeded */
340 if (p_rw_data->tlv.status == NFC_STATUS_OK)
342 NFA_TRACE_DEBUG1("TLV Detection succeeded: num_bytes=%i",p_rw_data->tlv.num_bytes);
344 /* Store tlv properties */
346 conn_evt_data.tlv_detect.protocol = p_rw_data->tlv.protocol;
347 conn_evt_data.tlv_detect.num_bytes = p_rw_data->tlv.num_bytes;
350 /* Determine what operation triggered the TLV detection procedure *
    [all...]
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c 291 UINT8 tlv[32], *p_params; local
296 /* Point to start of tlv buffer */
297 p_params = tlv;
324 tlv_size = (UINT8) (p_params-tlv);
325 nfa_dm_check_set_config (tlv_size, (UINT8 *)tlv, FALSE);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 398 /* service discovery TLV */
411 wl_sd_tlv_t tlv[1]; /* service discovery TLV */ member in struct:wl_event_sd
  /bionic/libc/kernel/uapi/sound/
emu10k1.h 299 const unsigned int *tlv; member in struct:snd_emu10k1_fx8010_control_gpr
asound.h 919 unsigned int tlv[0]; member in struct:snd_ctl_tlv
    [all...]
  /external/kernel-headers/original/uapi/sound/
emu10k1.h 286 const unsigned int *tlv; member in struct:snd_emu10k1_fx8010_control_gpr
289 /* old ABI without TLV support */
asound.h 903 unsigned int tlv[0]; \/* first TLV *\/ member in struct:snd_ctl_tlv
    [all...]
  /external/libnfc-nci/src/nfc/include/
rw_api.h 53 RW_T1T_TLV_DETECT_EVT, /* Lock/Mem/Prop tlv detection complete */
69 RW_T2T_TLV_DETECT_EVT, /* Lock/Mem/Prop tlv detection complete */
189 tNFC_PROTOCOL protocol; /* protocol used to detect TLV */
190 UINT8 num_bytes; /* number of reserved/lock bytes based on the type of tlv */
250 tRW_DETECT_TLV_DATA tlv; /* The information of detected TLV data */ member in union:__anon28147
367 ** Description This function is called to find the start of the given TLV
470 ** Description This function is called to find the start of the given TLV
472 ** Returns Pointer to the TLV, if successful. Otherwise, NULL.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/sound/
emu10k1.h 283 unsigned int *tlv; member in struct:__anon45374
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
emu10k1.h 284 const unsigned int *tlv; member in struct:snd_emu10k1_fx8010_control_gpr
287 /* old ABI without TLV support */
asound.h 725 #define SNDRV_CTL_ELEM_ACCESS_TLV_READ (1<<4) /* TLV read is possible */
726 #define SNDRV_CTL_ELEM_ACCESS_TLV_WRITE (1<<5) /* TLV write is possible */
728 #define SNDRV_CTL_ELEM_ACCESS_TLV_COMMAND (1<<6) /* TLV command is possible */
732 #define SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK (1<<28) /* kernel use a TLV callback */
822 unsigned int tlv[0]; \/* first TLV *\/ member in struct:snd_ctl_tlv
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/sound/
emu10k1.h 283 unsigned int *tlv; member in struct:__anon47110
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
emu10k1.h 284 const unsigned int *tlv; member in struct:snd_emu10k1_fx8010_control_gpr
287 /* old ABI without TLV support */
asound.h 725 #define SNDRV_CTL_ELEM_ACCESS_TLV_READ (1<<4) /* TLV read is possible */
726 #define SNDRV_CTL_ELEM_ACCESS_TLV_WRITE (1<<5) /* TLV write is possible */
728 #define SNDRV_CTL_ELEM_ACCESS_TLV_COMMAND (1<<6) /* TLV command is possible */
732 #define SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK (1<<28) /* kernel use a TLV callback */
822 unsigned int tlv[0]; \/* first TLV *\/ member in struct:snd_ctl_tlv
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 917 unsigned int tlv[0]; member in struct:snd_ctl_tlv
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 901 unsigned int tlv[0]; \/* first TLV *\/ member in struct:snd_ctl_tlv
    [all...]

Completed in 1005 milliseconds

12 3