Home
last modified time | relevance | path

Searched refs:isCacheable (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecMessageCache.java86 if (!isCacheable(opcode)) { in cacheMessage()
99 private boolean isCacheable(int opcode) { in isCacheable() method in HdmiCecMessageCache
/frameworks/base/libs/hwui/
DLayerCache.cpp131 if (!layer->isCacheable()) return false; in put()
DLayer.h231 inline bool isCacheable() const { in isCacheable() function
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java895 if (!skipCache && isCacheable(type)) { in acquirePreparedStatement()
1030 private static boolean isCacheable(int statementType) { in isCacheable() method in SQLiteConnection