Home
last modified time | relevance | path

Searched refs:p_addr (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/osi/src/socket_utils/
Dsocket_local_client.cc34 struct sockaddr_un* p_addr, socklen_t* alen) { in osi_socket_make_sockaddr_un() argument
35 memset(p_addr, 0, sizeof(*p_addr)); in osi_socket_make_sockaddr_un()
44 if ((namelen + 1) > sizeof(p_addr->sun_path)) { in osi_socket_make_sockaddr_un()
53 p_addr->sun_path[0] = 0; in osi_socket_make_sockaddr_un()
54 memcpy(p_addr->sun_path + 1, name, namelen); in osi_socket_make_sockaddr_un()
61 sizeof(*p_addr) - offsetof(struct sockaddr_un, sun_path) - 1) { in osi_socket_make_sockaddr_un()
65 strcpy(p_addr->sun_path, FILESYSTEM_SOCKET_PREFIX); in osi_socket_make_sockaddr_un()
66 strcat(p_addr->sun_path, name); in osi_socket_make_sockaddr_un()
74 sizeof(*p_addr) - offsetof(struct sockaddr_un, sun_path) - 1) { in osi_socket_make_sockaddr_un()
78 strcpy(p_addr->sun_path, ANDROID_RESERVED_SOCKET_PREFIX); in osi_socket_make_sockaddr_un()
[all …]
/packages/modules/Bluetooth/system/osi/include/socket_utils/
Dsocket_local.h36 struct sockaddr_un* p_addr, socklen_t* alen);
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc516 struct sockaddr_un* p_addr, socklen_t* alen) { in osi_socket_make_sockaddr_un() argument
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc4799 RawAddress* p_addr = (RawAddress*)data; in btm_sec_auth_timer_timeout() local
4800 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(*p_addr); in btm_sec_auth_timer_timeout()
4801 delete p_addr; in btm_sec_auth_timer_timeout()