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:CancelUsbIo
(Results
1 - 8
of
8
) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/host/
H
A
D
host_usb_wrapper.cpp
123
extern "C" void
CancelUsbIo
(void* ptr, char* connectKey, int len)
in CancelUsbIo()
function
139
usbPtr->
CancelUsbIo
(hUSB);
in CancelUsbIo()
H
A
D
host_usb.h
130
void
CancelUsbIo
(HUSB hUSB);
H
A
D
host_usb.cpp
384
void HostUsb::
CancelUsbIo
(HUSB hUSB)
in OpenDeviceMyNeed()
function in Hdc::HostUsb
/developtools/hdc/src/common/
H
A
D
usb.h
25
virtual void
CancelUsbIo
(HSession hSession) {};
in CancelUsbIo()
function in Hdc::HdcUSBBase
H
A
D
session.cpp
611
pUSB->
CancelUsbIo
(hSession);
in FreeSessionOpeate()
/developtools/hdc/src/host/
H
A
D
host_usb.h
57
void
CancelUsbIo
(HSession hSession) override;
H
A
D
host_usb.cpp
438
void HdcHostUSB::
CancelUsbIo
(HSession hSession)
in CancelUsbIo()
function in Hdc::HdcHostUSB
440
WRITE_LOG(LOG_INFO, "HostUSB
CancelUsbIo
, sid:%u ref:%u", hSession->sessionId, uint32_t(hSession->ref));
in CancelUsbIo()
667
CancelUsbIo
(hSession);
in SendUSBRaw()
/developtools/hdc/hdc_rust/src/host_transfer/
H
A
D
host_usb.rs
76
fn
CancelUsbIo
(ptr: *mut libc::c_void, connect_key: *mut libc::c_char, len: i32);
in CancelUsbIo()
functions
128
CancelUsbIo
(
in cancel_usb_io()
Completed in 6 milliseconds