OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeMaxCacheSizeLocked
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/sensorservice/
SensorEventConnection.h
99
int
computeMaxCacheSizeLocked
() const;
SensorEventConnection.cpp
294
if (mCacheSize + count <
computeMaxCacheSizeLocked
()) {
342
mMaxCacheSize =
computeMaxCacheSizeLocked
();
367
const int new_cache_size =
computeMaxCacheSizeLocked
();
610
int SensorService::SensorEventConnection::
computeMaxCacheSizeLocked
() const {
Completed in 2252 milliseconds