Searched refs:sync_socket (Results 1 – 10 of 10) sorted by relevance
43 SyncSocket* sync_socket; in syncsocket_init() local44 ANEW0(sync_socket); in syncsocket_init()47 sync_socket->iolooper = iolooper_new(); in syncsocket_init()48 sync_socket->fd = fd; in syncsocket_init()50 return sync_socket; in syncsocket_init()58 SyncSocket* sync_socket = NULL; in syncsocket_connect() local89 sync_socket = malloc(sizeof(SyncSocket)); in syncsocket_connect()90 if (sync_socket == NULL) { in syncsocket_connect()95 sync_socket->iolooper = looper; in syncsocket_connect()96 sync_socket->fd = fd; in syncsocket_connect()[all …]
22 int32_t AudioHelper::GetSyncSocketImpl(int* sync_socket) { in GetSyncSocketImpl() argument25 *sync_socket = socket_for_create_callback_->handle(); in GetSyncSocketImpl()27 *sync_socket = reinterpret_cast<int>(socket_for_create_callback_->handle()); in GetSyncSocketImpl()
107 int32_t PPB_Audio_Impl::GetSyncSocket(int* sync_socket) { in GetSyncSocket() argument108 return GetSyncSocketImpl(sync_socket); in GetSyncSocket()
35 int32_t GetSyncSocketImpl(int* sync_socket);
45 virtual int32_t GetSyncSocket(int* sync_socket) OVERRIDE;
31 virtual int32_t GetSyncSocket(int* sync_socket) = 0;
88 base::SyncSocket sync_socket(handle); in SetHandle() local89 EXPECT_EQ(sync_socket.Send(kHelloString, kHelloStringLength), in SetHandle()
53 virtual int32_t GetSyncSocket(int* sync_socket) OVERRIDE;122 int32_t Audio::GetSyncSocket(int* sync_socket) { in GetSyncSocket() argument
251 'sync_socket.h',1140 'sync_socket.h',
550 "sync_socket.h",