Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.h110 int computeMaxCacheSizeLocked() const;
DSensorEventConnection.cpp421 mMaxCacheSize = computeMaxCacheSizeLocked(); in sendEvents()
485 const int new_cache_size = computeMaxCacheSizeLocked(); in reAllocateCacheLocked()
508 } else if (mCacheSize + count <= computeMaxCacheSizeLocked()) { in appendEventsToCacheLocked()
911 int SensorService::SensorEventConnection::computeMaxCacheSizeLocked() const { in computeMaxCacheSizeLocked() function in android::SensorService::SensorEventConnection