HomeSort by relevance Sort by last modified time
    Searched refs:mCacheSize (Results 1 - 6 of 6) sorted by null

  /frameworks/native/services/sensorservice/
SensorService.cpp     [all...]
SensorService.h 164 int mCacheSize, mMaxCacheSize;
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 154 : mCacheSize(size), mCacheInUse(0)
184 while (mCacheInUse + assemblySize > mCacheSize) {
CodeCache.h 113 size_t mCacheSize;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
StorageResetActivity.java 132 private final SizeStringGetter mCacheSize = new SizeStringGetter();
196 .description(mCacheSize)
257 mCacheSize.setSize(cacheSize);
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 138 private TextView mCacheSize;
496 mCacheSize = (TextView) view.findViewById(R.id.cache_size_text);
    [all...]

Completed in 316 milliseconds