HomeSort by relevance Sort by last modified time
    Searched refs:src_id (Results 1 - 14 of 14) sorted by null

  /external/chromium/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 231 const XmlElement* src_id = media->FirstNamed(QN_GOOGLE_MUC_USER_SRC_ID); local
232 if (!src_id) continue; // Shouldn't happen
235 uint32 src_id_num = strtoul(src_id->BodyText().c_str(), &endptr, 10);
236 if (src_id->BodyText().c_str()[0] == '\0' || endptr[0] != '\0') {
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6venc.h 18 unsigned int src_id; member in struct:venc_buf
msm_q6vdec.h 86 u32 src_id; member in struct:vdec_region_info
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6venc.h 18 unsigned int src_id; member in struct:venc_buf
msm_q6vdec.h 86 u32 src_id; member in struct:vdec_region_info
  /bionic/libc/kernel/common/linux/
msm_q6vdec.h 97 u32 src_id; member in struct:vdec_region_info
  /external/kernel-headers/original/linux/
msm_q6vdec.h 105 u32 src_id; member in struct:vdec_region_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
control.h 116 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
control.h 116 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
  /external/ipsec-tools/src/racoon/
handler.h 254 struct sockaddr *src_id; member in struct:ph2handle
handler.c 664 if (iph2->src_id) {
665 racoon_free(iph2->src_id);
666 iph2->src_id = NULL;
pfkey.c 858 if (proxy && iph2->src_id && iph2->dst_id &&
860 src = iph2->src_id;
1052 if (proxy && iph2->src_id && iph2->dst_id &&
1054 sa_args.dst = iph2->src_id;
1339 if (proxy && iph2->src_id && iph2->dst_id &&
1341 sa_args.src = iph2->src_id;
    [all...]
isakmp_quick.c     [all...]
isakmp.c     [all...]

Completed in 512 milliseconds