Home
last modified time | relevance | path

Searched refs:count_ (Results 1 – 6 of 6) sorted by relevance

/system/logging/logd/
DLogReaderThread.cpp39 count_(0), in LogReaderThread()
115 ++count_; in FilterFirstPass()
130 if (non_block_ && tail_ && index_ >= count_) { in FilterSecondPass()
152 if (count_ > tail_ && index_ <= (count_ - tail_)) { in FilterSecondPass()
DLogReaderThread.h128 unsigned long count_; variable
/system/unwinding/libunwindstack/
DSymbols.cpp35 count_(entry_size != 0 ? ((size / entry_size > kMaxSymbols) ? kMaxSymbols : size / entry_size) in Symbols()
72 uint32_t count = RemapIndices ? remap_->size() : count_; in BinarySearch()
108 addrs.reserve(count_); in BuildRemapTable()
110 remap_->reserve(count_); in BuildRemapTable()
111 for (size_t symbol_idx = 0; symbol_idx < count_;) { in BuildRemapTable()
114 uint64_t read_bytes = (count_ - symbol_idx) * entry_size_; in BuildRemapTable()
207 for (uint32_t i = 0; i < count_; i++) { in GetGlobal()
DSymbols.h64 const uint64_t count_; variable
/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
Ddmabufinfo.h34 : inode_(inode), size_(size), count_(count), exporter_(exporter), name_(name) { in DmaBuffer()
58 uint64_t count() const { return count_; }; in count()
64 void SetCount(uint64_t count) { count_ = count; } in SetCount()
75 uint64_t count_; member
/system/nvram/messages/tests/
Dio_test.cpp49 *p = static_cast<uint8_t>(count_++ % 256); in Advance()
60 size_t count_ = 0; member in nvram::__anon5e231b3c0111::TestInputStreamBuffer
191 for (; check_pos_ < pos_; check_pos_++, count_++) { in Verify()
192 data_matches_ &= *check_pos_ == (count_ % 256); in Verify()
227 size_t count_ = 0; member in nvram::__anon5e231b3c0211::TestOutputStreamBuffer