Home
last modified time | relevance | path

Searched refs:compare_type (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DLayerState.h276 static inline int compare_type(const ComposerState& lhs, const ComposerState& rhs) { in compare_type() function
284 static inline int compare_type(const DisplayState& lhs, const DisplayState& rhs) { in compare_type() function
285 return compare_type(lhs.token, rhs.token); in compare_type()
/frameworks/av/media/img_utils/src/
DSortedEntryVector.cpp40 return compare_type(**lEntry, **rEntry); in do_compare()
/frameworks/base/tools/aapt/
DAaptAssets.h129 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) in compare_type() function
136 return compare_type(lhs, rhs) < 0; in strictly_order_type()
DResourceTable.cpp673 int cmp = compare_type(type, o.type); in operator <()
/frameworks/rs/cpp/util/
DTypeHelpers.h124 int compare_type(const TYPE& lhs, const TYPE& rhs) {