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 184 HANDLE port_handle = NULL; local
231 EXPECT_TRUE(monitor2->pfnOpenPort(monitor_handle, NULL, &port_handle));
232 EXPECT_TRUE(port_handle != NULL);
239 EXPECT_FALSE(monitor2->pfnStartDocPort(port_handle, L"", 0, 0, NULL));
240 EXPECT_FALSE(monitor2->pfnWritePort(port_handle,
245 EXPECT_FALSE(monitor2->pfnReadPort(port_handle,
250 EXPECT_FALSE(monitor2->pfnEndDocPort(port_handle));
254 EXPECT_TRUE(monitor2->pfnStartDocPort(port_handle, L"", 0, 0, NULL));
255 EXPECT_TRUE(monitor2->pfnWritePort(port_handle,
260 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:__anon5225
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 207 UINT16 port_handle; member in struct:__anon5038
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 209 UINT16 port_handle; /* port handle */ member in struct:__anon5555
445 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is the port_handle, */

Completed in 254 milliseconds