Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPool.cpp67 this, mStats.mBuffersCached, mStats.mSizeCached >> 20, in ~BufferPool()
68 mStats.mBuffersInUse, percentage(mStats.mBuffersInUse, mStats.mBuffersCached), in ~BufferPool()
69 mStats.mTotalAllocations, percentage(mStats.mTotalRecycles, mStats.mTotalAllocations), in ~BufferPool()
70 mStats.mTotalTransfers, in ~BufferPool()
71 percentage(mStats.mTotalTransfers - mStats.mTotalFetches, mStats.mTotalTransfers)); in ~BufferPool()
200 mStats.onBufferUnused(iter->second->mAllocSize); in handleReleaseBuffer()
203 mStats.onBufferUnused(iter->second->mAllocSize); in handleReleaseBuffer()
204 mStats.onBufferEvicted(iter->second->mAllocSize); in handleReleaseBuffer()
242 mStats.onBufferSent(); in handleTransferTo()
256 mStats.onBufferSent(); in handleTransferFrom()
[all …]
DBufferPool.h194 } mStats; member
DAccessor.cpp245 mBufferPool.mStats.onBufferFetched(); in fetch()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleObjectPoolTest.cpp119 mStats = PoolStats::instance(); in SetUp()
126 ASSERT_EQ(mStats->Obtained, mStats->Recycled + mStats->Deleted); in TearDown()
128 ASSERT_LE(mStats->Created, mStats->Recycled + mStats->Deleted); in TearDown()
131 PoolStats* mStats; member in android::hardware::automotive::vehicle::VehicleObjectPoolTest
136 mStats->Obtained = 0; in resetStats()
137 mStats->Created = 0; in resetStats()
138 mStats->Recycled = 0; in resetStats()
139 mStats->Deleted = 0; in resetStats()
158 ASSERT_EQ(mStats->Obtained, 2u); in TEST_P()
159 ASSERT_EQ(mStats->Created, 1u); in TEST_P()
[all …]
/hardware/google/aemu/base/
DMemoryTracker.cpp44 MemoryTracker::MallocStats mStats; member
109 (*it)->mStats.mAllocated += size; in newHook()
110 (*it)->mStats.mLive += size; in newHook()
127 (*it)->mStats.mLive -= size; in deleteHook()
155 return std::abs(a->mStats.mLive) > in printUsage()
156 std::abs(b->mStats.mLive); in printUsage()
160 ss << (float)it->mStats.mAllocated.load() / 1048576.0f; in printUsage()
162 ss << (float)it->mStats.mLive.load() / 1048576.0f; in printUsage()
201 ms->mAllocated += it->mStats.mAllocated.load(); in getUsage()
202 ms->mLive += it->mStats.mLive.load(); in getUsage()
/hardware/google/pixel/perfstatsd/
Dperfstatsd.cpp28 mStats.emplace_back(std::move(cpuUsage)); in Perfstatsd()
32 mStats.emplace_back(std::move(ioUsage)); in Perfstatsd()
36 for (auto const &stats : mStats) { in refresh()
44 for (auto const &stats : mStats) { in getHistory()
82 for (auto const &stats : mStats) { in setOptions()
Dio_usage.cpp416 mStats.setDumpThresholdSizeForRead(val); in setOptions()
417 mStats.setDumpThresholdSizeForWrite(val); in setOptions()
421 mStats.setDumpThresholdSizeForRead(val); in setOptions()
423 mStats.setDumpThresholdSizeForWrite(val); in setOptions()
453 mStats.calcAll(std::move(datas)); in refresh()
455 mStats.dump(&out); in refresh()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dtwt.cpp426 TwtStats* mStats; member in GetTwtStatsCommand
430 : WifiCommand("GetTwtStatsCommand", iface, 0), mConfig_id(config_id), mStats(stats) in GetTwtStatsCommand()
432 memset(mStats, 0, sizeof(*mStats)); in GetTwtStatsCommand()
481 mStats->config_id = it.get_u8(); in handleResponse()
484 mStats->avg_pkt_num_tx = it.get_u32(); in handleResponse()
487 mStats->avg_pkt_num_rx = it.get_u32(); in handleResponse()
490 mStats->avg_tx_pkt_size = it.get_u32(); in handleResponse()
493 mStats->avg_rx_pkt_size = it.get_u32(); in handleResponse()
496 mStats->avg_eosp_dur_us = it.get_u32(); in handleResponse()
499 mStats->eosp_count = it.get_u32(); in handleResponse()
[all …]
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dtwt.cpp421 TwtStats* mStats; member in GetTwtStatsCommand
425 : WifiCommand("GetTwtStatsCommand", iface, 0), mConfig_id(config_id), mStats(stats) in GetTwtStatsCommand()
427 memset(mStats, 0, sizeof(*mStats)); in GetTwtStatsCommand()
475 mStats->config_id = it.get_u8(); in handleResponse()
478 mStats->avg_pkt_num_tx = it.get_u32(); in handleResponse()
481 mStats->avg_pkt_num_rx = it.get_u32(); in handleResponse()
484 mStats->avg_tx_pkt_size = it.get_u32(); in handleResponse()
487 mStats->avg_rx_pkt_size = it.get_u32(); in handleResponse()
490 mStats->avg_eosp_dur_us = it.get_u32(); in handleResponse()
493 mStats->eosp_count = it.get_u32(); in handleResponse()
[all …]
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dwifihal_vendor.cpp68 memset(&mStats, 0,sizeof(nud_stats)); in NUDStatsCommand()
123 nud_stats *stats = &mStats; in handleResponse()
235 memset(&mStats,0,sizeof(nud_stats)); in handleResponse()
242 memcpy(stats, &mStats, sizeof(nud_stats)); in copyStats()
Dwifihal_vendorcommand.h45 nud_stats mStats; variable
/hardware/google/pixel/perfstatsd/include/
Dperfstatsd.h33 std::list<std::unique_ptr<StatsType>> mStats;
Dio_usage.h163 IoStats mStats; variable
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dwifihal_vendorcommand.h46 nud_stats mStats; variable
Dwifihal_vendor.cpp74 memset(&mStats, 0,sizeof(nud_stats)); in NUDStatsCommand()
129 mHandler.on_pkt_stats_results(&mStats, mnumStats, in notifyResponse()
149 nud_stats *stats = &mStats; in handleResponse()
265 memset(&mStats,0,sizeof(nud_stats)); in handleResponse()
411 memcpy(stats, &mStats, sizeof(nud_stats)); in copyStats()