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

/external/chromium_org/chrome/renderer/extensions/
H A Dtabs_custom_bindings.cc37 int port_id = -1; local
40 &port_id));
41 args.GetReturnValue().Set(static_cast<int32_t>(port_id));
/external/chromium_org/extensions/renderer/
H A Druntime_custom_bindings.cc72 int port_id = -1; local
78 &port_id));
79 args.GetReturnValue().Set(static_cast<int32_t>(port_id));
106 int port_id = -1; local
108 renderview->GetRoutingID(), extension_id, native_app_name, &port_id));
109 args.GetReturnValue().Set(static_cast<int32_t>(port_id));
H A Dextension_helper.cc222 int port_id,
225 dispatcher_->script_context_set(), port_id, error_message, render_view());
221 OnExtensionDispatchOnDisconnect( int port_id, const std::string& error_message) argument
H A Dmessaging_bindings.cc66 bool HasPortData(int port_id) { argument
67 return g_extension_data.Get().ports.find(port_id) !=
71 ExtensionData::PortData& GetPortData(int port_id) { argument
72 return g_extension_data.Get().ports[port_id];
75 void ClearPortData(int port_id) { argument
76 g_extension_data.Get().ports.erase(port_id);
107 void ClearPortDataAndNotifyDispatcher(int port_id) { argument
108 ClearPortData(port_id);
109 dispatcher_->ClearPortData(port_id);
118 // Arguments are (int32 port_id, strin
121 int port_id = args[0]->Int32Value(); local
141 int port_id = args[0]->Int32Value(); local
162 int port_id = args[0]->Int32Value(); local
174 int port_id = args[0]->Int32Value(); local
351 DispatchOnDisconnectToScriptContext(int port_id, const std::string& error_message, ScriptContext* script_context) argument
424 DispatchOnDisconnect( const ScriptContextSet& context_set, int port_id, const std::string& error_message, content::RenderView* restrict_to_render_view) argument
[all...]
H A Ddispatcher.cc504 void Dispatcher::ClearPortData(int port_id) { argument
506 // |port_id| is a source port, std::map::erase() will just silently fail
508 port_to_tab_id_map_.erase(port_id);
849 void Dispatcher::OnDispatchOnDisconnect(int port_id, argument
852 port_id,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dtestlib.c50 XvPortID *port_id,
93 *port_id = adaptor_info[i].base_id + l;
42 GetPort( Display *display, unsigned int width, unsigned int height, unsigned int chroma_format, const unsigned int *mc_types, unsigned int num_mc_types, XvPortID *port_id, int *surface_type_id, unsigned int *is_overlay, unsigned int *intra_unsigned ) argument
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtestlib.c50 XvPortID *port_id,
93 *port_id = adaptor_info[i].base_id + l;
42 GetPort( Display *display, unsigned int width, unsigned int height, unsigned int chroma_format, const unsigned int *mc_types, unsigned int num_mc_types, XvPortID *port_id, int *surface_type_id, unsigned int *is_overlay, unsigned int *intra_unsigned ) argument
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dmessage_service.h149 virtual void CloseChannel(int port_id,
154 void PostMessage(int port_id, const Message& message);
158 int port_id,
187 int port_id,
207 void EnqueuePendingMessage(int port_id, int channel_id,
211 void EnqueuePendingMessageForLazyBackgroundLoad(int port_id,
216 void DispatchMessage(int port_id, MessageChannel* channel,
234 void PendingLazyBackgroundPageCloseChannel(int port_id, argument
238 CloseChannel(port_id, error_message);
240 void PendingLazyBackgroundPagePostMessage(int port_id, argument
[all...]
H A Dmessage_service.cc52 #define GET_CHANNEL_ID(port_id) ((port_id) / 2)
57 #define IS_OPENER_PORT_ID(port_id) (((port_id) & 1) == 0)
510 void MessageService::CloseChannel(int port_id, argument
513 int channel_id = GET_CHANNEL_ID(port_id);
522 weak_factory_.GetWeakPtr(), port_id, error_message));
526 CloseChannelImpl(it, port_id, error_message, true);
565 void MessageService::PostMessageFromNativeProcess(int port_id, argument
567 PostMessage(port_id, Messag
757 DispatchOnDisconnect(content::RenderProcessHost* source, int port_id, const std::string& error_message) argument
[all...]
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_extension_message_filter.cc135 int* port_id) {
137 extensions::MessageService::AllocatePortIdPair(port_id, &port2_id);
171 int* port_id) {
173 extensions::MessageService::AllocatePortIdPair(port_id, &port2_id);
200 const std::string& channel_name, int* port_id) {
202 extensions::MessageService::AllocatePortIdPair(port_id, &port2_id);
230 int port_id,
235 extensions::MessageService::Get(profile_)->PostMessage(port_id, message);
273 int port_id,
284 message_service->CloseChannel(port_id, error_messag
130 OnOpenChannelToExtension( int routing_id, const ExtensionMsg_ExternalConnectionInfo& info, const std::string& channel_name, bool include_tls_channel_id, int* port_id) argument
167 OnOpenChannelToNativeApp( int routing_id, const std::string& source_extension_id, const std::string& native_app_name, int* port_id) argument
198 OnOpenChannelToTab( int routing_id, int tab_id, const std::string& extension_id, const std::string& channel_name, int* port_id) argument
229 OnPostMessage( int port_id, const extensions::Message& message) argument
272 OnExtensionCloseChannel( int port_id, const std::string& error_message) argument
[all...]
/external/chromium_org/chrome/renderer/
H A Dchrome_mock_render_thread.cc91 int* port_id) {
92 *port_id = 0;
86 OnOpenChannelToExtension( int routing_id, const ExtensionMsg_ExternalConnectionInfo& info, const std::string& channel_name, bool include_tls_channel_id, int* port_id) argument
/external/kernel-headers/original/uapi/scsi/
H A Dscsi_bsg_fc.h63 * (aka port_id), the value is effectively in big-endian
86 uint8_t port_id[3]; member in struct:fc_bsg_host_add_rport
107 uint8_t port_id[3]; member in struct:fc_bsg_host_del_rport
131 uint8_t port_id[3]; member in struct:fc_bsg_host_els
194 uint8_t port_id[3]; member in struct:fc_bsg_host_ct
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXvlib.h103 XvPortID port_id; /* what port */ member in struct:__anon29456
112 XvPortID port_id; /* what port */ member in struct:__anon29457
361 XvPortID port_id,
/external/tcpdump/
H A Dprint-stp.c44 u_int8_t port_id[2]; member in struct:stp_bpdu_
114 EXTRACT_16BITS(&stp_bpdu->port_id), length);
267 printf("CIST port-id %04x, ", EXTRACT_16BITS(&stp_bpdu->port_id));
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_ctrl.c338 int port_id; local
357 port_id = atoi(&port[1]);
360 port_id = WPA_CTRL_IFACE_PORT;
383 ctrl->dest.sin6_port = htons(port_id);
386 ctrl->dest.sin_port = htons(port_id);
/external/wpa_supplicant_8/src/common/
H A Dwpa_ctrl.c338 int port_id; local
357 port_id = atoi(&port[1]);
360 port_id = WPA_CTRL_IFACE_PORT;
383 ctrl->dest.sin6_port = htons(port_id);
386 ctrl->dest.sin_port = htons(port_id);
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_ctrl.c338 int port_id; local
357 port_id = atoi(&port[1]);
360 port_id = WPA_CTRL_IFACE_PORT;
383 ctrl->dest.sin6_port = htons(port_id);
386 ctrl->dest.sin_port = htons(port_id);
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_service_impl_unittest.cc360 int port_id = params.a; local
362 EXPECT_EQ(expected_sent_message_port_id, port_id);
/external/kernel-headers/original/uapi/linux/
H A Dif_bridge.h78 __u16 port_id; member in struct:__port_info

Completed in 595 milliseconds