Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hostBulkIn
(Results
1 - 5
of
5
) sorted by relevance
/developtools/hdc/src/host/
H
A
D
host_usb.cpp
420
hUSB->
hostBulkIn
.endpoint = ep_desc->bEndpointAddress;
in CheckUsbEndpoint()
421
hUSB->
hostBulkIn
.bulkInOut = true;
in CheckUsbEndpoint()
428
if (hUSB->
hostBulkIn
.endpoint == 0 || hUSB->hostBulkOut.endpoint == 0) {
in CheckUsbEndpoint()
429
WRITE_LOG(LOG_DEBUG, "
hostBulkIn
.endpoint %d hUSB->hostBulkOut.endpoint %d",
in CheckUsbEndpoint()
430
hUSB->
hostBulkIn
.endpoint, hUSB->hostBulkOut.endpoint);
in CheckUsbEndpoint()
443
if (!hUSB->
hostBulkIn
.isShutdown) {
in CancelUsbIo()
444
if (!hUSB->
hostBulkIn
.isComplete) {
in CancelUsbIo()
445
libusb_cancel_transfer(hUSB->
hostBulkIn
.transfer);
in CancelUsbIo()
446
hUSB->
hostBulkIn
.cv.notify_one();
in CancelUsbIo()
448
hUSB->
hostBulkIn
in CancelUsbIo()
[all...]
/developtools/hdc/hdc_rust/src/cffi/host/
H
A
D
host_usb.cpp
321
hUSB->
hostBulkIn
.endpoint = ep_desc->bEndpointAddress;
in OpenDeviceMyNeed()
322
hUSB->
hostBulkIn
.bulkInOut = true;
in OpenDeviceMyNeed()
329
if (hUSB->
hostBulkIn
.endpoint == 0 || hUSB->hostBulkOut.endpoint == 0) {
in OpenDeviceMyNeed()
387
if (!hUSB->
hostBulkIn
.isShutdown) {
in OpenDeviceMyNeed()
388
if (!hUSB->
hostBulkIn
.isComplete) {
in OpenDeviceMyNeed()
389
libusb_cancel_transfer(hUSB->
hostBulkIn
.transfer);
in OpenDeviceMyNeed()
390
hUSB->
hostBulkIn
.cv.notify_one();
in OpenDeviceMyNeed()
392
hUSB->
hostBulkIn
.isShutdown = true;
in OpenDeviceMyNeed()
447
HostUSBEndpoint* ep = &hUSB->
hostBulkIn
;
in OpenDeviceMyNeed()
H
A
D
host_usb.h
103
HostUSBEndpoint
hostBulkIn
;
member
105
HdcUSB() :
hostBulkIn
(MAX_USBFFS_BULK2), hostBulkOut(MAX_USBFFS_BULK) {}
in HdcUSB()
/developtools/hdc/src/common/
H
A
D
define_plus.h
147
HostUSBEndpoint
hostBulkIn
;
member
149
HdcUSB() :
hostBulkIn
(513 * 1024), hostBulkOut(512 * 1024) {} // 513: 512 + 1, 1024: 1KB
in HdcUSB()
H
A
D
session.cpp
609
&& (!hSession->hUSB->
hostBulkIn
.isShutdown || !hSession->hUSB->hostBulkOut.isShutdown)) {
in FreeSessionOpeate()
Completed in 7 milliseconds