Searched defs:SocketInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/utility/local_discovery/
H A Dservice_discovery_message_handler.cc51 struct SocketInfo { struct in namespace:local_discovery::__anon6027
52 SocketInfo(net::SocketDescriptor socket, function in struct:local_discovery::__anon6027::SocketInfo
81 void AddSocket(const SocketInfo& socket_info) {
122 SocketInfo(descriptor, interfaces[i].second, interfaces[i].first));
254 SocketInfo(sockets[i].descriptor.fd, sockets[i].address_family,
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js785 * @see https://developer.chrome.com/apps/bluetoothSocket#type-SocketInfo
787 chrome.bluetoothSocket.SocketInfo = function() {};
791 chrome.bluetoothSocket.SocketInfo.prototype.socketId;
795 chrome.bluetoothSocket.SocketInfo.prototype.persistent;
799 chrome.bluetoothSocket.SocketInfo.prototype.name;
803 chrome.bluetoothSocket.SocketInfo.prototype.bufferSize;
807 chrome.bluetoothSocket.SocketInfo.prototype.paused;
811 chrome.bluetoothSocket.SocketInfo.prototype.connected;
815 chrome.bluetoothSocket.SocketInfo.prototype.address;
819 chrome.bluetoothSocket.SocketInfo
[all...]

Completed in 198 milliseconds