Searched defs:channel_id (Results 1 – 7 of 7) sorted by relevance
42 void NaClBrokerService::OnLoaderLaunched(const std::wstring& channel_id, in OnLoaderLaunched()
27 #define GET_CHANNEL_OPENER_ID(channel_id) ((channel_id) * 2) argument28 #define GET_CHANNEL_RECEIVERS_ID(channel_id) ((channel_id) * 2 + 1) argument100 int channel_id = g_next_channel_id.GetNext(); in AllocatePortIdPair() local
50 const IPC::ChannelHandle channel_id = GetServiceProcessChannel(); in ConnectInternal() local
895 qemud_client_alloc( int channel_id, in qemud_client_alloc()1153 int channel_id, in qemud_service_connect_client()1329 int channel_id ) in qemud_multiplexer_connect()1469 int channel_id = hex2int(msg+11, 2); in qemud_multiplexer_control_recv() local
250 int channel_id; in client_alive_check() local
141 bool AutomationProvider::InitializeChannel(const std::string& channel_id) { in InitializeChannel()
1429 bool BrowserInit::CreateAutomationProvider(const std::string& channel_id, in CreateAutomationProvider()