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:readPosition
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/process_dump/
H
A
D
dfx_ring_buffer.h
49
DfxRingBuffer() :
readPosition
(0), writePosition(0), data{{T()}}, overrunFlag(false)
in DfxRingBuffer()
69
bufferFull = ((writePosition + 1U) % LENGTH) ==
readPosition
;
in Append()
104
bridgesZero = (
readPosition
> writePosition);
in Read()
110
readsToEnd = LENGTH -
readPosition
;
in Read()
118
block.SetStart(&(data[
readPosition
]));
in Read()
125
block.SetStart(&(data[
readPosition
]));
in Read()
137
numReadsToWritePosition = (writePosition -
readPosition
);
in Read()
155
block.SetStart(&(data[
readPosition
]));
in Read()
168
readPosition
= (
readPosition
in Skip()
215
volatile unsigned int
readPosition
;
global()
member in DfxRingBuffer
[all...]
/base/sensors/medical_sensor/utils/src/
H
A
D
report_data_cache.cpp
38
eventsBuf_.
readPosition
= 0;
in ReportDataCache()
49
eventsBuf_.
readPosition
= 0;
in ~ReportDataCache()
85
cache->eventsBuf_.
readPosition
= cache->eventsBuf_.writePosition;
in CacheData()
/base/sensors/medical_sensor/services/medical_sensor/src/
H
A
D
medical_data_processer.cpp
308
uint32_t sensorId = eventsBuf.circularBuf[eventsBuf.
readPosition
].sensorTypeId;
in EventFilter()
313
realSensorId = eventsBuf.circularBuf[eventsBuf.
readPosition
].sensorTypeId;
in EventFilter()
327
SendEvents(channel.flushChannel, eventsBuf.circularBuf[eventsBuf.
readPosition
]);
in EventFilter()
352
SendEvents(channel, eventsBuf.circularBuf[eventsBuf.
readPosition
]);
in EventFilter()
375
delete eventsBuf.circularBuf[eventsBuf.
readPosition
].data;
in ProcessEvents()
376
eventsBuf.circularBuf[eventsBuf.
readPosition
].data = nullptr;
in ProcessEvents()
377
eventsBuf.
readPosition
++;
in ProcessEvents()
378
if (eventsBuf.
readPosition
== CIRCULAR_BUF_LEN) {
in ProcessEvents()
379
eventsBuf.
readPosition
= 0;
in ProcessEvents()
/base/sensors/medical_sensor/utils/include/
H
A
D
report_data_cache.h
31
int32_t
readPosition
;
member
Completed in 2 milliseconds