HomeSort by relevance Sort by last modified time
    Searched full:p_name (Results 76 - 100 of 192) sorted by null

1 2 34 5 6 7 8

  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c     [all...]
btm_sec.c 85 static BOOLEAN btm_sec_set_security_level ( CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id,
408 ** p_name - Name of the service relevant only if
420 BOOLEAN BTM_SetUCDSecurityLevel (BOOLEAN is_originator, char *p_name, UINT8 service_id,
432 return(btm_sec_set_security_level (conn_type, p_name, service_id,
446 ** p_name - Name of the service relevant only if
458 BOOLEAN BTM_SetSecurityLevel (BOOLEAN is_originator, char *p_name, UINT8 service_id,
470 return(btm_sec_set_security_level (conn_type, p_name, service_id,
473 return(btm_sec_set_security_level (is_originator, p_name, service_id,
485 ** p_name - Name of the service relevant only if
497 static BOOLEAN btm_sec_set_security_level (CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id
    [all...]
  /bionic/libc/kernel/common/linux/sunrpc/
clnt.h 111 char * p_name; member in struct:rpc_procinfo
  /external/kernel-headers/original/linux/sunrpc/
clnt.h 106 char * p_name; /* name of procedure */ member in struct:rpc_procinfo
  /hardware/qcom/bt/libbt-vendor/src/
hardware.c 111 char *p_name, *p_tmp; local
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite.hpp 228 assign_op( framework::master_test_suite().p_name.value, BOOST_TEST_STRINGIZE( BOOST_TEST_MODULE ).trim( "\"" ), 0 );
unit_test_suite_impl.hpp 72 readwrite_property<std::string> p_name; // name for this test unit member in class:boost::unit_test::test_unit
  /external/tcpdump/
addrtoname.c 164 const char *p_name; member in struct:protoidmem
574 if (tp->p_name)
575 return tp->p_name;
588 tp->p_name = strdup(buf);
589 return (tp->p_name);
778 tp->p_name = strdup(eproto_db[i].s);
784 if (tp->p_name != NULL)
787 tp->p_name = pl->name;
print-cnfp.c 160 printf("%s ", pent->p_name);
  /external/bluetooth/bluedroid/stack/include/
goep_fs.h 91 char *p_name; /* Contains the addr of memory to copy name into */ member in struct:__anon1095
150 typedef void (tGOEP_OPEN_CBACK) (const UINT8 *p_name, UINT16 flags, UINT32 size,
obx_api.h     [all...]
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 349 tLLCP_STATUS llcp_sdp_send_sdreq (UINT8 tid, char *p_name);
350 UINT8 llcp_sdp_get_sap_by_name (char *p_name, UINT8 length);
  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 379 UINT8 name_len, UINT8 *p_name)
407 ARRAY_TO_STREAM (p, p_name, name_len);
  /external/iptables/extensions/
libip6t_ipv6header.c 72 return pent->p_name;
  /external/iptables/iptables/
xshared.c 48 return pent->p_name;
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 835 char *p_name; local
842 p_name = BTM_SecReadDevName(p_data->bond.bd_addr);
843 if (!p_name)
844 p_name = "";
848 memcpy(sec_event.auth_cmpl.bd_name, p_name, (BD_NAME_LEN-1));
3892 char *p_name = (char *)bta_dm_search_cb.peer_name; local
4663 char* p_name = NULL; local
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
netdb.h 108 char *p_name; /* official protocol name */ member in struct:protoent
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
netdb.h 108 char *p_name; /* official protocol name */ member in struct:protoent
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
netdb.h 108 char *p_name; /* official protocol name */ member in struct:protoent
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
netdb.h 108 char *p_name; /* official protocol name */ member in struct:protoent
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
netdb.h 108 char *p_name; /* official protocol name */ member in struct:protoent
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
netdb.h 108 char *p_name; /* official protocol name */ member in struct:protoent
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
objectNameManager.cpp 156 GlobalNameSpace::deleteName(NamedObjectType p_type, unsigned int p_name)
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
objectNameManager.h 129 void deleteName(NamedObjectType p_type, unsigned int p_name);
  /external/libppp/src/
filter.c 148 tgt->f_srcport = ParsePort(argv[2], pe->p_name);
163 tgt->f_dstport = ParsePort(argv[2], pe->p_name);
475 prompt_Printf(prompt, "%s", pe->p_name);

Completed in 281 milliseconds

1 2 34 5 6 7 8