HomeSort by relevance Sort by last modified time
    Searched refs:host_id (Results 1 - 16 of 16) sorted by null

  /external/chromium/chrome/common/remoting/
chromoting_host_info.h 17 std::string host_id; member in struct:remoting::ChromotingHostInfo
  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.h 42 RouteToGpuProcessHostUIShimTask(int host_id, const IPC::Message& msg);
59 static GpuProcessHostUIShim* Create(int host_id);
64 static void Destroy(int host_id);
69 static GpuProcessHostUIShim* FromID(int host_id);
86 static void SendToGpuHost(int host_id, IPC::Message* msg);
90 explicit GpuProcessHostUIShim(int host_id);
gpu_process_host_ui_shim.cc 44 SendOnIOThreadTask(int host_id, IPC::Message* msg)
45 : host_id_(host_id),
98 int host_id,
100 : host_id_(host_id),
113 GpuProcessHostUIShim::GpuProcessHostUIShim(int host_id)
114 : host_id_(host_id),
118 if (host_id == 0) {
129 GpuProcessHostUIShim* GpuProcessHostUIShim::Create(int host_id) {
130 DCHECK(!FromID(host_id));
131 return new GpuProcessHostUIShim(host_id);
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Pipe.c 158 (*ppPipeHandle)->pipe.source.host_id = (uint8_t) phHciNfc_TerminalHostID;
163 (*ppPipeHandle)->pipe.dest.host_id =
164 ((phHciNfc_Gate_Info_t *)destination)->host_id;
210 p_pipe_info->pipe.source.host_id = (uint8_t) phHciNfc_TerminalHostID;
215 p_pipe_info->pipe.dest.host_id =
333 id_dest.host_id = (uint8_t)phHciNfc_HostControllerID;
350 id_dest.host_id = (uint8_t)phHciNfc_HostControllerID;
368 id_dest.host_id = (uint8_t)phHciNfc_HostControllerID;
453 id_dest.host_id = (uint8_t)phHciNfc_HostControllerID;
474 id_dest.host_id = (uint8_t)phHciNfc_HostControllerID
    [all...]
phHciNfc_AdminMgmt.c 743 /* hcp_message->payload[i++] = p_pipe_info->pipe.source.host_id; */
745 hcp_message->payload[i++] = p_pipe_info->pipe.dest.host_id;
    [all...]
phHciNfc_Generic.h 545 uint8_t host_id; member in struct:phHciNfc_Gate_Info
    [all...]
phHciNfc_Emulation.c 183 pPipeInfo->pipe.source.host_id =
189 pPipeInfo->pipe.dest.host_id =
    [all...]
  /external/chromium/chrome/common/
service_messages.h 15 IPC_STRUCT_TRAITS_MEMBER(host_id)
  /external/chromium/chrome/browser/renderer_host/
offline_resource_handler.h 28 int host_id,
offline_resource_handler.cc 26 int host_id,
31 process_host_id_(host_id),
  /external/chromium/chrome/browser/remoting/
directory_add_request.cc 38 data.SetString("hostId", host_info.host_id);
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 1333 UINT8 host_id = 0; local
    [all...]
nfa_hci_utils.c 706 BOOLEAN nfa_hciu_is_active_host (UINT8 host_id)
712 if (nfa_hci_cb.inactive_host[xx] == host_id)
729 BOOLEAN nfa_hciu_is_host_reseting (UINT8 host_id)
735 if (nfa_hci_cb.reset_host[xx] == host_id)
    [all...]
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 982 if (nfa_dm_cb.disc_cb.entry[xx].host_id == nfa_dm_cb.disc_cb.listen_RT[NFA_DM_DISC_LRT_NFC_A]
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_dm_int.h 339 tNFA_DM_DISC_HOST_ID host_id; /* DH or UICC1/UICC2 */ member in struct:__anon10387
586 tNFA_HANDLE nfa_dm_add_rf_discover (tNFA_DM_DISC_TECH_PROTO_MASK disc_mask, tNFA_DM_DISC_HOST_ID host_id, tNFA_DISCOVER_CBACK *p_disc_cback);
nfa_hci_int.h 473 extern BOOLEAN nfa_hciu_is_active_host (UINT8 host_id);
474 extern BOOLEAN nfa_hciu_is_host_reseting (UINT8 host_id);

Completed in 2160 milliseconds