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:ep
(Results
1 - 5
of
5
) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/host/
H
A
D
host_usb.cpp
414
auto *
ep
= reinterpret_cast<HostUSBEndpoint *>(transfer->user_data);
in OpenDeviceMyNeed()
local
415
std::unique_lock<std::mutex> lock(
ep
->mutexIo);
in OpenDeviceMyNeed()
422
if (!
ep
->bulkInOut && transfer->actual_length != transfer->length) {
in OpenDeviceMyNeed()
437
ep
->isComplete = true;
in OpenDeviceMyNeed()
438
ep
->cv.notify_one();
in OpenDeviceMyNeed()
447
HostUSBEndpoint*
ep
= &hUSB->hostBulkIn;
in OpenDeviceMyNeed()
local
454
ep
->isComplete = false;
in OpenDeviceMyNeed()
456
std::unique_lock<std::mutex> lock(
ep
->mutexIo);
in OpenDeviceMyNeed()
457
libusb_fill_bulk_transfer(
ep
->transfer, hUSB->devHandle,
ep
in OpenDeviceMyNeed()
483
HostUSBEndpoint *
ep
= &hUSB->hostBulkOut;
OpenDeviceMyNeed()
local
[all...]
/developtools/hdc/hdc_rust/src/cffi/
H
A
D
usb_wrapper.cpp
25
int
ep
;
in ConfigEpPointEx()
local
26
if (ConfigEpPoint(
ep
, std::string(path)) != 0) {
in ConfigEpPointEx()
27
WRITE_LOG(LOG_WARN, "open
ep
failed");
in ConfigEpPointEx()
30
return static_cast<int32_t>(
ep
);
in ConfigEpPointEx()
37
WRITE_LOG(LOG_WARN, "open
ep
failed");
in OpenEpPointEx()
/developtools/hdc/src/host/
H
A
D
host_usb.cpp
510
auto *
ep
= reinterpret_cast<HostUSBEndpoint *>(transfer->user_data);
in USBBulkCallback()
local
511
std::unique_lock<std::mutex> lock(
ep
->mutexIo);
in USBBulkCallback()
519
if (!
ep
->bulkInOut && transfer->actual_length != transfer->length) {
in USBBulkCallback()
535
ep
->isComplete = true;
in USBBulkCallback()
536
ep
->cv.notify_one();
in USBBulkCallback()
545
HostUSBEndpoint *
ep
= nullptr;
in SubmitUsbBio()
local
549
ep
= &hUSB->hostBulkOut;
in SubmitUsbBio()
552
ep
= &hUSB->hostBulkIn;
in SubmitUsbBio()
555
ep
->isComplete = false;
in SubmitUsbBio()
557
std::unique_lock<std::mutex> lock(
ep
in SubmitUsbBio()
[all...]
/developtools/hdc/sudo/src/
H
A
D
main.cpp
108
char **
ep
= nullptr;
in GetCmdInPath()
local
117
for (
ep
= envp; *
ep
!= nullptr;
ep
++) {
in GetCmdInPath()
118
if (strcmp(*
ep
, "PATH=") == 0) {
in GetCmdInPath()
119
path = *
ep
+ strlen("PATH=");
in GetCmdInPath()
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
29903
struct trace_eprobe *
ep
;
member
40845
struct eventpoll *
ep
;
member
54557
struct sctp_endpoint *
ep
;
global()
member
55610
struct sctp_endpoint *
ep
;
global()
member
94533
struct dw_pcie_
ep
ep
;
global()
member
111752
struct usb_host_endpoint *
ep
;
global()
member
131789
struct usb_host_endpoint *
ep
;
global()
member
132022
unsigned int
ep
;
global()
member
132111
compat_uint_t
ep
;
global()
member
132901
struct usb_host_endpoint *
ep
;
global()
member
[all...]
Completed in 406 milliseconds