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

  /frameworks/base/core/java/android/util/
NtpTrustedTime.java 48 private boolean mHasCache;
118 mHasCache = true;
130 return mHasCache;
135 if (mHasCache) {
144 if (mHasCache) {
153 if (!mHasCache) {
  /hardware/google/av/codec2/vndk/bufferpool/
BufferPoolClient.cpp 161 bool mHasCache;
174 : mInvalidated(false), mHasCache(false),
193 return mHasCache;
197 if (mHasCache) {
210 if (!mHasCache) {
218 mHasCache = true;
231 if (mHasCache) {
234 mHasCache = false;

Completed in 244 milliseconds