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:writeOffSet
(Results
1 - 2
of
2
) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H
A
D
dspeaker_client.cpp
294
int32_t
writeOffSet
= 0;
in PlayThreadRunning()
local
295
while (
writeOffSet
< static_cast<int32_t>(audioData->Capacity())) {
in PlayThreadRunning()
296
int32_t writeLen = audioRenderer_->Write(audioData->Data() +
writeOffSet
,
in PlayThreadRunning()
297
static_cast<int32_t>(audioData->Capacity()) -
writeOffSet
);
in PlayThreadRunning()
300
writeLen, capacity,
writeOffSet
);
in PlayThreadRunning()
304
writeOffSet
+= writeLen;
in PlayThreadRunning()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H
A
D
downloader.cpp
672
int64_t
writeOffSet
= -1;
in DropRetryData()
local
674
writeOffSet
= needDropLen >= static_cast<int64_t>(dataLen) ? 0 : needDropLen; // 0:drop all
in DropRetryData()
677
if (
writeOffSet
> 0) {
in DropRetryData()
678
int64_t secondParam = static_cast<int64_t>(dataLen) -
writeOffSet
;
in DropRetryData()
682
dropRet = currentRequest_->saveData_(static_cast<uint8_t *>(buffer) +
writeOffSet
,
in DropRetryData()
684
currentRequest_->dropedDataLen_ = currentRequest_->dropedDataLen_ +
writeOffSet
;
in DropRetryData()
687
} else if (
writeOffSet
== 0) {
in DropRetryData()
699
if (
writeOffSet
> 0) {
in DropRetryData()
701
static_cast<int64_t>(dataLen) -
writeOffSet
;
in DropRetryData()
Completed in 3 milliseconds