/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/ag/ |
bta_ag_int.h | 207 UINT16 port_handle; member in struct:__anon105
|
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_int.h | 209 UINT16 port_handle; /* port handle */ member in struct:__anon555 445 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is the port_handle, */
|