Searched refs:computeMaxCacheSizeLocked (Results 1 – 2 of 2) sorted by relevance
109 int computeMaxCacheSizeLocked() const;
419 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