Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DLayerState.h366 static inline int compare_type(const ComposerState& lhs, const ComposerState& rhs) { in compare_type() function
372 static inline int compare_type(const DisplayState& lhs, const DisplayState& rhs) { in compare_type() function
373 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/av/services/audiopolicy/common/managerdefinitions/src/
DDeviceDescriptor.cpp263 ret = compare_type(ldevice->type(), rdevice->type()); in do_compare()
267 ret = compare_type(rdevice->getId(), ldevice->getId()); 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) {