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:writeIndex_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H
A
D
audio_ring_cache.cpp
48
writeIndex_
= 0;
in Init()
124
writeIndex_
= 0;
in ResetBuffer()
147
if (
writeIndex_
< readIndex_ ||
writeIndex_
- readIndex_ > cacheTotalSize_) {
in GetWritableSizeNoLock()
150
AUDIO_ERR_LOG("GetWritableSize failed:
writeIndex_
[%{public}zu] readIndex_[%{public}zu]",
in GetWritableSizeNoLock()
151
writeIndex_
, readIndex_);
in GetWritableSizeNoLock()
154
result.size = cacheTotalSize_ - (
writeIndex_
- readIndex_);
in GetWritableSizeNoLock()
169
if (
writeIndex_
< readIndex_ ||
writeIndex_
- readIndex_ > cacheTotalSize_) {
in GetReadableSizeNoLock()
172
AUDIO_ERR_LOG("GetReadableSize failed:
writeIndex_
[
in GetReadableSizeNoLock()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/manager/utils/
H
A
D
hdi_utils_ringbuffer.cpp
40
writeIndex_
= 0;
in HdiRingBuffer()
113
dataLen = (
writeIndex_
> readIndex_) ?
in GetRingBufferDataLen()
114
(
writeIndex_
- readIndex_) : maxBufferSize_ - (readIndex_ -
writeIndex_
);
in GetRingBufferDataLen()
122
if ((
writeIndex_
+ length) == maxBufferSize_) {
in AddWriteIndex()
124
writeIndex_
= 0;
in AddWriteIndex()
126
writeIndex_
+= length;
in AddWriteIndex()
195
ret = memmove_s(ringBuffer_.data +
writeIndex_
, sizeof(uint8_t) * perFrameLength_,
in EnqueueInputBuffer()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/manager/include/
H
A
D
hdi_utils_ringbuffer.h
63
int32_t
writeIndex_
;
member in OHOS::AudioStandard::HdiRingBuffer
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H
A
D
dmic_dev.cpp
435
writeIndex_
= 0;
in EnqueueThread()
459
bool writeRet = ashmem_->WriteToAshmem(audioData->Data(), audioData->Size(),
writeIndex_
);
in EnqueueThread()
462
writeIndex_
, lengthPerTrans_);
in EnqueueThread()
467
writeIndex_
+= lengthPerTrans_;
in EnqueueThread()
468
if (
writeIndex_
>= ashmemLength_) {
in EnqueueThread()
469
writeIndex_
= 0;
in EnqueueThread()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H
A
D
audio_ring_cache.h
90
size_t
writeIndex_
= 0;
member in OHOS::AudioStandard::AudioRingCache
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H
A
D
dmic_dev.h
130
int32_t
writeIndex_
= -1;
member in OHOS::DistributedHardware::DMicDev
Completed in 3 milliseconds