Searched defs:socket_a (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/base/ |
H A D | sync_socket_win.cc | 39 bool CreatePairImpl(ScopedHandle* socket_a, in CreatePairImpl() 217 bool SyncSocket::CreatePair(SyncSocket* socket_a, SyncSocket* socket_b) { in CreatePair() 352 bool CancelableSyncSocket::CreatePair(CancelableSyncSocket* socket_a, in CreatePair()
|
H A D | sync_socket_nacl.cc | 20 bool SyncSocket::CreatePair(SyncSocket* socket_a, SyncSocket* socket_b) { in CreatePair() 89 bool CancelableSyncSocket::CreatePair(CancelableSyncSocket* socket_a, in CreatePair()
|
H A D | sync_socket_posix.cc | 46 bool SyncSocket::CreatePair(SyncSocket* socket_a, SyncSocket* socket_b) { in CreatePair() 227 bool CancelableSyncSocket::CreatePair(CancelableSyncSocket* socket_a, in CreatePair()
|
H A D | sync_socket_unittest.cc | 71 void SendReceivePeek(SyncSocket* socket_a, SyncSocket* socket_b) { in SendReceivePeek()
|
/aosp_15_r20/external/libchrome/base/ |
H A D | sync_socket_posix.cc | 67 bool SyncSocket::CreatePair(SyncSocket* socket_a, SyncSocket* socket_b) { in CreatePair() 248 bool CancelableSyncSocket::CreatePair(CancelableSyncSocket* socket_a, in CreatePair()
|
H A D | sync_socket_unittest.cc | 71 void SendReceivePeek(SyncSocket* socket_a, SyncSocket* socket_b) { in SendReceivePeek()
|