OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdbReadEndpointSync
(Results
1 - 5
of
5
) sorted by null
/development/host/windows/usb/api/
adb_api.h
554
ADBWIN_API bool __cdecl
AdbReadEndpointSync
(ADBAPIHANDLE adb_endpoint,
adb_api.cpp
441
bool __cdecl
AdbReadEndpointSync
(ADBAPIHANDLE adb_endpoint,
/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);
385
printf("\n
AdbReadEndpointSync
returned error %u", GetLastError());
403
read_res =
AdbReadEndpointSync
(adb_read, buf, msg_rcv.data_length, &read_bytes, 512);
405
printf("\n
AdbReadEndpointSync
(data) returned error %u", GetLastError());
/system/core/fastboot/
usb_windows.c
206
ret =
AdbReadEndpointSync
(handle->adb_read_pipe,
/system/core/adb/
usb_windows.c
312
ret =
AdbReadEndpointSync
(handle->adb_read_pipe,
Completed in 26 milliseconds