Searched defs:port_id (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_message_handler.cc34 void ExtensionMessageHandler::OnPostMessage(int port_id, argument
39 port_id, message);
H A Dextension_message_service.cc26 #define GET_CHANNEL_ID(port_id) ((port_id) / 2)
31 #define IS_OPENER_PORT_ID(port_id) (((port_id) & 1) == 0)
293 void ExtensionMessageService::CloseChannel(int port_id) { argument
295 MessageChannelMap::iterator it = channels_.find(GET_CHANNEL_ID(port_id));
297 CloseChannelImpl(it, port_id, true);
/external/chromium/chrome/browser/debugger/
H A Dextension_ports_remote_service.cc243 int port_id; local
244 if (args.GetString(0, &message) && args.GetInteger(1, &port_id))
245 OnExtensionMessage(message, port_id);
248 int port_id; local
249 if (args.GetInteger(0, &port_id))
250 OnExtensionPortDisconnected(port_id);
261 const std::string& message, int port_id) {
262 VLOG(1) << "Message event: from port " << port_id << ", < " << message << ">";
274 SendResponse(content, kToolName, base::IntToString(port_id));
277 void ExtensionPortsRemoteService::OnExtensionPortDisconnected(int port_id) { argument
260 OnExtensionMessage( const std::string& message, int port_id) argument
303 int port_id; local
347 DisconnectCommand( int port_id, DictionaryValue* response) argument
362 PostMessageCommand( int port_id, DictionaryValue* content, DictionaryValue* response) argument
[all...]
/external/chromium/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.cc133 const std::string& channel_name, int* port_id) {
135 ExtensionMessageService::AllocatePortIdPair(port_id, &port2_id);
159 const std::string& channel_name, int* port_id) {
161 ExtensionMessageService::AllocatePortIdPair(port_id, &port2_id);
130 OnOpenChannelToExtension( int routing_id, const std::string& source_extension_id, const std::string& target_extension_id, const std::string& channel_name, int* port_id) argument
157 OnOpenChannelToTab( int routing_id, int tab_id, const std::string& extension_id, const std::string& channel_name, int* port_id) argument
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXvlib.h103 XvPortID port_id; /* what port */ member in struct:__anon11160
112 XvPortID port_id; /* what port */ member in struct:__anon11161
361 XvPortID port_id,
/external/tcpdump/
H A Dprint-stp.c44 u_int8_t port_id[2]; member in struct:stp_bpdu_
112 EXTRACT_16BITS(&stp_bpdu->port_id), length);
218 EXTRACT_16BITS(&stp_bpdu->port_id), length);
/external/kernel-headers/original/linux/
H A Dif_bridge.h81 __u16 port_id; member in struct:__port_info
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_ctrl.c290 int port_id; local
301 port_id = atoi(&port[1]);
304 port_id = WPA_CTRL_IFACE_PORT;
316 ctrl->dest.sin_port = htons(port_id);
/external/wpa_supplicant_8/src/common/
H A Dwpa_ctrl.c290 int port_id; local
301 port_id = atoi(&port[1]);
304 port_id = WPA_CTRL_IFACE_PORT;
316 ctrl->dest.sin_port = htons(port_id);
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_ctrl.c290 int port_id; local
301 port_id = atoi(&port[1]);
304 port_id = WPA_CTRL_IFACE_PORT;
316 ctrl->dest.sin_port = htons(port_id);

Completed in 246 milliseconds