Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp359 mMaxCacheSize = computeMaxCacheSizeLocked(); in sendEvents()
403 const int new_cache_size = computeMaxCacheSizeLocked(); in reAllocateCacheLocked()
426 } else if (mCacheSize + count <= computeMaxCacheSizeLocked()) { in appendEventsToCacheLocked()
717 int SensorService::SensorEventConnection::computeMaxCacheSizeLocked() const { in computeMaxCacheSizeLocked() function in android::SensorService::SensorEventConnection
DSensorEventConnection.h106 int computeMaxCacheSizeLocked() const;