Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h34 #define INC_METRIC_IF_DEBUG(val) PoolStats::instance()->val++;
35 struct PoolStats { struct
40 static PoolStats* instance() { in instance() argument
41 static PoolStats inst; in instance()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleObjectPool_test.cpp36 stats = PoolStats::instance(); in SetUp()
55 PoolStats* stats;