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