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:isShutdown
(Results
1 - 5
of
5
) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/host/
H
A
D
host_usb.h
70
isShutdown
= true;
in HostUSBEndpoint()
84
bool
isShutdown
;
member
H
A
D
host_usb.cpp
387
if (!hUSB->hostBulkIn.
isShutdown
) {
in OpenDeviceMyNeed()
392
hUSB->hostBulkIn.
isShutdown
= true;
in OpenDeviceMyNeed()
395
if (!hUSB->hostBulkOut.
isShutdown
) {
in OpenDeviceMyNeed()
400
hUSB->hostBulkOut.
isShutdown
= true;
in OpenDeviceMyNeed()
/developtools/hdc/src/host/
H
A
D
host_usb.cpp
443
if (!hUSB->hostBulkIn.
isShutdown
) {
in CancelUsbIo()
448
hUSB->hostBulkIn.
isShutdown
= true;
in CancelUsbIo()
451
if (!hUSB->hostBulkOut.
isShutdown
) {
in CancelUsbIo()
456
hUSB->hostBulkOut.
isShutdown
= true;
in CancelUsbIo()
581
hUSB->hostBulkIn.
isShutdown
= false;
in BeginUsbRead()
582
hUSB->hostBulkOut.
isShutdown
= false;
in BeginUsbRead()
619
hUSB->hostBulkIn.
isShutdown
= true;
in BeginUsbRead()
668
hSession->hUSB->hostBulkOut.
isShutdown
= true;
in SendUSBRaw()
/developtools/hdc/src/common/
H
A
D
define_plus.h
112
isShutdown
= true;
in HostUSBEndpoint()
126
bool
isShutdown
;
member
H
A
D
session.cpp
609
&& (!hSession->hUSB->hostBulkIn.
isShutdown
|| !hSession->hUSB->hostBulkOut.
isShutdown
)) {
in FreeSessionOpeate()
Completed in 6 milliseconds