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

1 2 3 4 5 6 7 8

  /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);
  /hardware/libhardware/include/hardware/
bt_mce.h 28 char *p_name; member in struct:__anon40374
  /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,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
id_policy.hpp 46 unit_test::readwrite_property<dstring> p_name; member in class:boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_naming_policy
50 virtual bool responds_to( cstring name ) const { return p_name == name; }
51 virtual cstring id_2_report() const { return p_name.get(); }
60 nfp::optionally_assign( p_name.value, m, name );
char_parameter.hpp 50 BOOST_RT_PARAM_VALIDATE_LOGIC( p_name->size() <= 1, "Invalid parameter name " << p_name );
  /external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c 91 static void llcp_sdp_add_sdreq (UINT8 tid, char *p_name)
94 UINT16 name_len = (UINT16) strlen (p_name);
101 ARRAY_TO_BE_STREAM (p, p_name, name_len);
116 tLLCP_STATUS llcp_sdp_send_sdreq (UINT8 tid, char *p_name)
122 LLCP_TRACE_DEBUG2 ("llcp_sdp_send_sdreq (): tid=0x%x, ServiceName=%s", tid, p_name);
142 name_len = (UINT16) strlen (p_name);
148 llcp_sdp_add_sdreq (tid, p_name);
163 llcp_sdp_add_sdreq (tid, p_name);
301 UINT8 llcp_sdp_get_sap_by_name (char *p_name, UINT8 length)
313 &&(!strncmp((char*)p_app_cb->p_service_name, p_name, length))
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_api.c 136 BCM_STRNCPY_S(p_buf->p_name[i], BTA_SERVICE_NAME_LEN+1, p_service_names[i], BTA_SERVICE_NAME_LEN);
137 p_buf->p_name[i][BTA_SERVICE_NAME_LEN] = 0;
141 p_buf->p_name[i][0] = 0;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 61 const CNfcParam* find(const char* p_name) const;
474 const CNfcParam* CNfcConfig::find(const char* p_name) const
481 if (**it < p_name)
483 else if (**it == p_name)
486 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value());
488 ALOGD("%s found %s=(0x%lX)\n", __func__, p_name, (*it)->numValue());
  /external/libnfc-nci/src/adaptation/
config.cpp 61 const CNfcParam* find(const char* p_name) const;
489 const CNfcParam* CNfcConfig::find(const char* p_name) const
496 if (**it < p_name)
498 else if (**it == p_name)
501 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value());
503 ALOGD("%s found %s=(0x%lX)\n", __func__, p_name, (*it)->numValue());
  /external/bluetooth/bluedroid/stack/include/
goep_fs.h 91 char *p_name; /* Contains the addr of memory to copy name into */ member in struct:__anon6176
150 typedef void (tGOEP_OPEN_CBACK) (const UINT8 *p_name, UINT16 flags, UINT32 size,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ip_types.h 53 char *p_name; member in struct:protoent
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 537 struct p_string p_name; member in struct:codeview_symbol::__anon36200
547 struct p_string p_name; member in struct:codeview_symbol::__anon36201
571 struct p_string p_name; member in struct:codeview_symbol::__anon36203
602 struct p_string p_name; member in struct:codeview_symbol::__anon36205
619 struct p_string p_name; member in struct:codeview_symbol::__anon36206
646 struct p_string p_name; member in struct:codeview_symbol::__anon36208
665 struct p_string p_name; member in struct:codeview_symbol::__anon36210
674 struct p_string p_name; member in struct:codeview_symbol::__anon36211
702 struct p_string p_name; member in struct:codeview_symbol::__anon36214
712 struct p_string p_name; member in struct:codeview_symbol::__anon36215
735 struct p_string p_name; member in struct:codeview_symbol::__anon36217
757 struct p_string p_name; member in struct:codeview_symbol::__anon36219
808 struct p_string p_name; member in struct:codeview_symbol::__anon36224
816 struct p_string p_name; member in struct:codeview_symbol::__anon36225
832 struct p_string p_name; member in struct:codeview_symbol::__anon36227
840 struct p_string p_name; member in struct:codeview_symbol::__anon36228
849 struct p_string p_name; member in struct:codeview_symbol::__anon36229
    [all...]
  /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 785 milliseconds

1 2 3 4 5 6 7 8