OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adb_read_pipe
(Results
1 - 2
of
2
) sorted by null
/system/core/fastboot/
usb_windows.c
56
ADBAPIHANDLE
adb_read_pipe
;
member in struct:usb_handle
107
ret->
adb_read_pipe
=
111
if (NULL != ret->
adb_read_pipe
) {
206
ret = AdbReadEndpointSync(handle->
adb_read_pipe
,
239
if (NULL != handle->
adb_read_pipe
)
240
AdbCloseHandle(handle->
adb_read_pipe
);
246
handle->
adb_read_pipe
= NULL;
/system/core/adb/
usb_windows.c
44
ADBAPIHANDLE
adb_read_pipe
;
member in struct:usb_handle
210
ret->
adb_read_pipe
=
214
if (NULL != ret->
adb_read_pipe
) {
312
ret = AdbReadEndpointSync(handle->
adb_read_pipe
,
349
if (NULL != handle->
adb_read_pipe
)
350
AdbCloseHandle(handle->
adb_read_pipe
);
356
handle->
adb_read_pipe
= NULL;
Completed in 89 milliseconds