OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bulkIn
(Results
1 - 3
of
3
) sorted by null
/system/core/fastboot/
usb_osx.c
59
UInt8
bulkIn
;
202
handle->
bulkIn
= endpoint;
232
handle->
bulkIn
);
493
if (h->
bulkIn
== 0) {
494
ERR("
bulkIn
endpoint not assigned\n");
499
h->interface, h->
bulkIn
, data, &numBytes);
/system/core/adb/
usb_osx.cpp
42
UInt8
bulkIn
;
358
handle->
bulkIn
= endpoint;
496
if (0 == handle->
bulkIn
) {
497
DBG("ERR:
bulkIn
endpoint not assigned\n");
501
result = (*handle->interface)->ReadPipe(handle->interface, handle->
bulkIn
, buf, &numBytes);
505
(*handle->interface)->ClearPipeStall(handle->interface, handle->
bulkIn
);
506
result = (*handle->interface)->ReadPipe(handle->interface, handle->
bulkIn
, buf, &numBytes);
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
SinkActivity.java
200
UsbEndpoint
bulkIn
= null;
205
if (
bulkIn
== null) {
207
bulkIn
= ep;
216
if (
bulkIn
== null || bulkOut == null) {
228
mTransport = new UsbAccessoryBulkTransport(mLogger, conn,
bulkIn
, bulkOut);
Completed in 66 milliseconds