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:oneReqLeft
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/usb/gadget/function/mtp/include/
H
A
D
usbfn_mtp_impl.h
236
int32_t UsbMtpPortSendFileFillFirstReq(struct UsbFnRequest *req, uint64_t &
oneReqLeft
);
238
int32_t UsbMtpPortSendFileLeftAsync(uint64_t
oneReqLeft
);
/drivers/peripheral/usb/gadget/function/mtp/src/
H
A
D
usbfn_mtp_impl.cpp
1391
int32_t UsbfnMtpImpl::UsbMtpPortSendFileFillFirstReq(struct UsbFnRequest *req, uint64_t &
oneReqLeft
)
in UsbMtpPortSendFileFillFirstReq()
argument
1409
oneReqLeft
= (hdrSize + mtpDev_->xferFileLength < reqMax) ? mtpDev_->xferFileLength : reqMax - hdrSize;
in UsbMtpPortSendFileFillFirstReq()
1410
ssize_t readRet = read(mtpDev_->xferFd, static_cast<void *>(bufOffset), static_cast<size_t>(
oneReqLeft
));
in UsbMtpPortSendFileFillFirstReq()
1411
if (readRet != static_cast<ssize_t>(
oneReqLeft
)) {
in UsbMtpPortSendFileFillFirstReq()
1412
HDF_LOGE("%{public}s: read failed: %{public}zd vs %{public}" PRId64 "", __func__, readRet,
oneReqLeft
);
in UsbMtpPortSendFileFillFirstReq()
1427
uint64_t
oneReqLeft
= 0;
in UsbMtpPortSendFileEx()
local
1428
int32_t ret = UsbMtpPortSendFileFillFirstReq(req,
oneReqLeft
);
in UsbMtpPortSendFileEx()
1452
if (
oneReqLeft
!= mtpDev_->xferFileLength) {
in UsbMtpPortSendFileEx()
1453
ret = UsbMtpPortSendFileLeftAsync(
oneReqLeft
);
in UsbMtpPortSendFileEx()
1458
int32_t UsbfnMtpImpl::UsbMtpPortSendFileLeftAsync(uint64_t
oneReqLeft
)
in UsbMtpPortSendFileLeftAsync()
argument
[all...]
Completed in 4 milliseconds