Searched refs:maxSize_ (Results 1 – 8 of 8) sorted by relevance
| /developtools/hiperf/src/ |
| D | perf_file_format.cpp | 43 maxSize_ = maxSize; in Init() 51 maxSize_ = maxSize; in Init() 83 if (offset_ + size > maxSize_) { in Write() 84 HLOGE("write out of size!!! offset_ %zu size %zu max %zu", offset_, size, maxSize_); in Write() 87 if (offset_ + max > maxSize_) { in Write() 88 HLOGE("write out of size!!! offset_ %zu size %zu max %zu", offset_, size, maxSize_); in Write() 121 if (size == 0 or size > maxSize_) { in Read() 144 HLOGE("read zero size!!! offset_ %zu size %zu max %zu", offset_, size, maxSize_); in Read() 146 } else if (offset_ + size > maxSize_) { in Read() 147 HLOGE("read out of size!!! offset_ %zu size %zu max %zu", offset_, size, maxSize_); in Read() [all …]
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | profiler_data_repeater.cpp | 19 maxSize_ = maxSize; in ProfilerDataRepeater() 61 while (dataQueue_.size() >= maxSize_ && !closed_) { in PutPluginData()
|
| /developtools/profiler/device/plugins/xpower_plugin/src/ |
| D | power_message_queue.cpp | 25 maxSize_ = maxSize; in PowerMessageQueue() 89 while (dataQueue_.size() >= maxSize_) { in PushBack()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | stack_data_repeater.cpp | 22 maxSize_ = maxSize; in StackDataRepeater() 66 while (rawDataQueue_.size() >= maxSize_ && !closed_) { in PutRawStack()
|
| /developtools/profiler/device/services/profiler_service/include/ |
| D | profiler_data_repeater.h | 52 size_t maxSize_; variable
|
| /developtools/profiler/device/plugins/xpower_plugin/include/ |
| D | power_message_queue.h | 46 size_t maxSize_; variable
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | stack_data_repeater.h | 58 size_t maxSize_; variable
|
| /developtools/hiperf/include/ |
| D | perf_file_format.h | 146 size_t maxSize_ = 0; variable
|