Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.h109 int computeMaxCacheSizeLocked() const;
DSensorEventConnection.cpp419 mMaxCacheSize = computeMaxCacheSizeLocked(); in sendEvents()
481 const int new_cache_size = computeMaxCacheSizeLocked(); in reAllocateCacheLocked()
504 } else if (mCacheSize + count <= computeMaxCacheSizeLocked()) { in appendEventsToCacheLocked()
902 int SensorService::SensorEventConnection::computeMaxCacheSizeLocked() const { in computeMaxCacheSizeLocked() function in android::SensorService::SensorEventConnection