HomeSort by relevance Sort by last modified time
    Searched defs:port_handle (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor_unittest.cc 186 HANDLE port_handle = NULL; local
233 EXPECT_TRUE(monitor2->pfnOpenPort(monitor_handle, NULL, &port_handle));
234 EXPECT_TRUE(port_handle != NULL);
242 port_handle, const_cast<wchar_t*>(L""), 0, 0, NULL));
243 EXPECT_FALSE(monitor2->pfnWritePort(port_handle,
248 EXPECT_FALSE(monitor2->pfnReadPort(port_handle,
253 EXPECT_FALSE(monitor2->pfnEndDocPort(port_handle));
258 port_handle, const_cast<wchar_t*>(L""), 0, 0, NULL));
259 EXPECT_TRUE(monitor2->pfnWritePort(port_handle,
264 EXPECT_FALSE(monitor2->pfnReadPort(port_handle,
    [all...]
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_int.h 111 UINT16 port_handle; member in struct:__anon5230
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 207 UINT16 port_handle; member in struct:__anon5043
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 209 UINT16 port_handle; /* port handle */ member in struct:__anon5560
445 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is the port_handle, */

Completed in 464 milliseconds