Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp294 if (mCacheSize + count < computeMaxCacheSizeLocked()) { in sendEvents()
342 mMaxCacheSize = computeMaxCacheSizeLocked(); in sendEvents()
367 const int new_cache_size = computeMaxCacheSizeLocked(); in reAllocateCacheLocked()
610 int SensorService::SensorEventConnection::computeMaxCacheSizeLocked() const { in computeMaxCacheSizeLocked() function in android::SensorService::SensorEventConnection
DSensorEventConnection.h99 int computeMaxCacheSizeLocked() const;