Home
last modified time | relevance | path

Searched refs:mHasCache (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/module/bufferpool/1.0/
DBufferPoolClient.cpp167 bool mHasCache; member
180 : mInvalidated(false), mHasCache(false), in ClientBuffer()
199 return mHasCache; in hasCache()
203 if (mHasCache) { in fetchCache()
216 if (!mHasCache) { in createCache()
224 mHasCache = true; in createCache()
237 if (mHasCache) { in onCacheRelease()
240 mHasCache = false; in onCacheRelease()
/frameworks/av/media/module/bufferpool/2.0/
DBufferPoolClient.cpp185 bool mHasCache; member
198 : mHasCache(false), mConnectionId(connectionId), in ClientBuffer()
220 return mHasCache; in hasCache()
224 if (mHasCache) { in fetchCache()
237 if (!mHasCache) { in createCache()
245 mHasCache = true; in createCache()
258 if (mHasCache) { in onCacheRelease()
261 mHasCache = false; in onCacheRelease()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57449 Landroid/util/NtpTrustedTime;->mHasCache:Z