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:HdcUSB
(Results
1 - 8
of
8
) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/host/
H
A
D
host_usb.h
93
struct
HdcUSB
{
struct
105
HdcUSB
() : hostBulkIn(MAX_USBFFS_BULK2), hostBulkOut(MAX_USBFFS_BULK) {}
in HdcUSB()
function
113
using HUSB = struct
HdcUSB
*;
H
A
D
host_usb.cpp
168
HUSB hUSB = new(std::nothrow)
HdcUSB
();
in DetectMyNeed()
/developtools/hdc/hdc_rust/src/cffi/
H
A
D
usb_types.h
27
struct
HdcUSB
{
struct
/developtools/hdc/test/fuzztest/daemonusbread_fuzzer/
H
A
D
DaemonUsbRead_fuzzer.cpp
39
HdcUSB
hUSB = {};
in FuzzDaemonUsbRead()
/developtools/hdc/src/common/
H
A
D
define_plus.h
136
struct
HdcUSB
{
struct
149
HdcUSB
() : hostBulkIn(513 * 1024), hostBulkOut(512 * 1024) {} // 513: 512 + 1, 1024: 1KB
in HdcUSB()
function
164
using HUSB = struct
HdcUSB
*;
H
A
D
session.cpp
379
HUSB hUSB = new
HdcUSB
();
in MallocSessionByConnectType()
/developtools/hdc/src/daemon/
H
A
D
daemon_usb.h
60
HdcUSB
usbHandle = {};
/developtools/hdc/src/host/
H
A
D
host_usb.cpp
139
HUSB hUSB = new(std::nothrow)
HdcUSB
();
in DetectMyNeed()
Completed in 7 milliseconds