Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/trace_event/
H A Dcpufreq_monitor_android.cc27 const size_t kNumBytesToReadForSampling = 32; variable
195 char data[kNumBytesToReadForSampling]; in Sample()
197 ssize_t bytes_read = read(fd, data, kNumBytesToReadForSampling); in Sample()
199 if (static_cast<size_t>(bytes_read) < kNumBytesToReadForSampling) in Sample()