OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:read_res
(Results
1 - 1
of
1
) sorted by null
/development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp
383
bool
read_res
= AdbReadEndpointSync(adb_read, &msg_rcv, sizeof(msg_rcv), &read_bytes, 512);
384
if (!
read_res
) {
403
read_res
= AdbReadEndpointSync(adb_read, buf, msg_rcv.data_length, &read_bytes, 512);
404
if (!
read_res
) {
382
bool
read_res
= AdbReadEndpointSync(adb_read, &msg_rcv, sizeof(msg_rcv), &read_bytes, 512);
local
Completed in 112 milliseconds