OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adb_read_pipe
(Results
1 - 2
of
2
) sorted by null
/system/core/fastboot/
usb_windows.cpp
60
ADBAPIHANDLE
adb_read_pipe
;
member in struct:usb_handle
113
ret->
adb_read_pipe
=
117
if (nullptr != ret->
adb_read_pipe
) {
203
ret = AdbReadEndpointSync(handle_->
adb_read_pipe
, data, xfer, &read, time_out);
230
if (NULL != handle->
adb_read_pipe
)
231
AdbCloseHandle(handle->
adb_read_pipe
);
237
handle->
adb_read_pipe
= NULL;
/system/core/adb/
usb_windows.cpp
54
ADBAPIHANDLE
adb_read_pipe
;
member in struct:usb_handle
291
ret->
adb_read_pipe
=
295
if (NULL == ret->
adb_read_pipe
) {
429
if (!AdbReadEndpointSync(handle->
adb_read_pipe
, data, len, &read,
475
if (NULL != handle->
adb_read_pipe
)
476
_adb_close_handle(handle->
adb_read_pipe
);
482
handle->
adb_read_pipe
= NULL;
Completed in 220 milliseconds