HomeSort by relevance Sort by last modified time
    Searched refs:p_name (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /hardware/broadcom/libbt/src/
conf.c 96 char *p_name; local
111 p_name = strtok(line, CONF_DELIMITERS);
113 if (NULL == p_name)
122 ALOGW("vnd_load_conf: missing value for name: %s", p_name);
130 if (strcmp(p_entry->conf_entry, (const char *)p_name) == 0)
132 p_entry->p_action(p_name, p_value, p_entry->param);
  /external/iproute2/lib/
inet_proto.c 37 strncpy(ncache, pe->p_name, 16);
38 strncpy(buf, pe->p_name, len);
64 strncpy(ncache, pe->p_name, 16);
  /external/bluetooth/bluedroid/stack/pan/
pan_utils.c 61 UINT32 pan_register_with_sdp (UINT16 uuid, UINT8 sec_mask, char *p_name, char *p_desc)
100 (UINT8) (strlen(p_name) + 1), (UINT8 *)p_name);
131 if ((!BTM_SetSecurityLevel (TRUE, p_name, BTM_SEC_SERVICE_BNEP_NAP,
133 || (!BTM_SetSecurityLevel (FALSE, p_name, BTM_SEC_SERVICE_BNEP_NAP,
143 if ((!BTM_SetSecurityLevel (TRUE, p_name, BTM_SEC_SERVICE_BNEP_GN,
145 || (!BTM_SetSecurityLevel (FALSE, p_name, BTM_SEC_SERVICE_BNEP_GN,
155 if ((!BTM_SetSecurityLevel (TRUE, p_name, BTM_SEC_SERVICE_BNEP_PANU,
157 || (!BTM_SetSecurityLevel (FALSE, p_name, BTM_SEC_SERVICE_BNEP_PANU,
  /external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c 100 static void llcp_sdp_add_sdreq (UINT8 tid, char *p_name)
103 UINT16 name_len = (UINT16) strlen (p_name);
110 ARRAY_TO_BE_STREAM (p, p_name, name_len);
125 tLLCP_STATUS llcp_sdp_send_sdreq (UINT8 tid, char *p_name)
131 LLCP_TRACE_DEBUG2 ("llcp_sdp_send_sdreq (): tid=0x%x, ServiceName=%s", tid, p_name);
151 name_len = (UINT16) strlen (p_name);
157 llcp_sdp_add_sdreq (tid, p_name);
172 llcp_sdp_add_sdreq (tid, p_name);
310 UINT8 llcp_sdp_get_sap_by_name (char *p_name, UINT8 length)
322 &&(!strncmp((char*)p_app_cb->p_service_name, p_name, length))
    [all...]
  /external/bluetooth/bluedroid/main/
bte_conf.c 45 void bte_trace_conf(char *p_name, char *p_conf_value);
193 char *p_name; local
209 p_name = strtok(line, CONF_DELIMITERS);
211 if (NULL == p_name)
220 ALOGW("bte_load_conf: missing value for name: %s", p_name);
229 if (strcmp(p_entry->conf_entry, (const char *)p_name) == 0)
233 p_entry->p_action(p_name, p_value);
243 bte_trace_conf(p_name, p_value);
  /external/qemu/block/
vmdk.c 113 const char *p_name, *cid_str; local
128 if ((p_name = strstr(desc,cid_str)) != NULL) {
129 p_name += cid_str_size;
130 sscanf(p_name,"%x",&cid);
139 char *p_name, *tmp_str; local
147 if ((p_name = strstr(desc,"CID")) != NULL) {
148 p_name += sizeof("CID");
149 snprintf(p_name, sizeof(desc) - (p_name - desc), "%x\n", cid);
181 char *p_name, *gd_buf, *rgd_buf local
340 char *p_name; local
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_api.c 138 BCM_STRNCPY_S(p_buf->p_name[i], BTA_SERVICE_NAME_LEN+1, p_service_names[i], BTA_SERVICE_NAME_LEN);
139 p_buf->p_name[i][BTA_SERVICE_NAME_LEN] = 0;
143 p_buf->p_name[i][0] = 0;
  /external/bluetooth/bluedroid/stack/include/
goep_fs.h 91 char *p_name; /* Contains the addr of memory to copy name into */ member in struct:__anon3359
150 typedef void (tGOEP_OPEN_CBACK) (const UINT8 *p_name, UINT16 flags, UINT32 size,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 62 NCursesMenuItem (const char* p_name = NULL,
66 item = p_name ? ::new_item (p_name, p_descript) : STATIC_CAST(ITEM*)(0);
67 if (p_name && !item)
161 const char* p_name = NULL,
163 : NCursesMenuItem (p_name, p_descript),
600 NCursesUserItem (const char* p_name,
603 : NCursesMenuItem (p_name, p_descript) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 62 NCursesMenuItem (const char* p_name = NULL,
66 item = p_name ? ::new_item (p_name, p_descript) : STATIC_CAST(ITEM*)(0);
67 if (p_name && !item)
161 const char* p_name = NULL,
163 : NCursesMenuItem (p_name, p_descript),
600 NCursesUserItem (const char* p_name,
603 : NCursesMenuItem (p_name, p_descript) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 62 NCursesMenuItem (const char* p_name = NULL,
66 item = p_name ? ::new_item (p_name, p_descript) : STATIC_CAST(ITEM*)(0);
67 if (p_name && !item)
161 const char* p_name = NULL,
163 : NCursesMenuItem (p_name, p_descript),
600 NCursesUserItem (const char* p_name,
603 : NCursesMenuItem (p_name, p_descript) {
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 62 const CNfcParam* find(const char* p_name) const;
485 const CNfcParam* CNfcConfig::find(const char* p_name) const
492 if (**it < p_name)
494 else if (**it == p_name)
497 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value());
499 ALOGD("%s found %s=(0x%lX)\n", __func__, p_name, (*it)->numValue());
  /external/libnfc-nci/src/adaptation/
config.cpp 62 const CNfcParam* find(const char* p_name) const;
485 const CNfcParam* CNfcConfig::find(const char* p_name) const
492 if (**it < p_name)
494 else if (**it == p_name)
497 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value());
499 ALOGD("%s found %s=(0x%lX)\n", __func__, p_name, (*it)->numValue());
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 536 struct p_string p_name; member in struct:codeview_symbol::__anon16718
546 struct p_string p_name; member in struct:codeview_symbol::__anon16719
570 struct p_string p_name; member in struct:codeview_symbol::__anon16721
601 struct p_string p_name; member in struct:codeview_symbol::__anon16723
618 struct p_string p_name; member in struct:codeview_symbol::__anon16724
645 struct p_string p_name; member in struct:codeview_symbol::__anon16726
664 struct p_string p_name; member in struct:codeview_symbol::__anon16728
673 struct p_string p_name; member in struct:codeview_symbol::__anon16729
701 struct p_string p_name; member in struct:codeview_symbol::__anon16732
711 struct p_string p_name; member in struct:codeview_symbol::__anon16733
734 struct p_string p_name; member in struct:codeview_symbol::__anon16735
756 struct p_string p_name; member in struct:codeview_symbol::__anon16737
807 struct p_string p_name; member in struct:codeview_symbol::__anon16742
815 struct p_string p_name; member in struct:codeview_symbol::__anon16743
831 struct p_string p_name; member in struct:codeview_symbol::__anon16745
839 struct p_string p_name; member in struct:codeview_symbol::__anon16746
848 struct p_string p_name; member in struct:codeview_symbol::__anon16747
    [all...]
  /bionic/libc/kernel/common/linux/sunrpc/
clnt.h 111 char * p_name; member in struct:rpc_procinfo
  /development/ndk/platforms/android-3/include/linux/sunrpc/
clnt.h 97 char * p_name; member in struct:rpc_procinfo
  /hardware/qcom/bt/libbt-vendor/src/
hardware.c 111 char *p_name, *p_tmp; local
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
clnt.h 97 char * p_name; member in struct:rpc_procinfo
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
clnt.h 97 char * p_name; member in struct:rpc_procinfo
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
clnt.h 97 char * p_name; member in struct:rpc_procinfo
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
clnt.h 97 char * p_name; member in struct:rpc_procinfo
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
clnt.h 97 char * p_name; member in struct:rpc_procinfo
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
clnt.h 97 char * p_name; member in struct:rpc_procinfo
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
clnt.h 97 char * p_name; member in struct:rpc_procinfo
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
clnt.h 97 char * p_name; member in struct:rpc_procinfo

Completed in 973 milliseconds

1 2 3 4 5 6