Searched refs:compare_type (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/gui/include/gui/ |
D | LayerState.h | 366 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/ |
D | SortedEntryVector.cpp | 40 return compare_type(**lEntry, **rEntry); in do_compare()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | DeviceDescriptor.cpp | 263 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/ |
D | AaptAssets.h | 129 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()
|
D | ResourceTable.cpp | 673 int cmp = compare_type(type, o.type); in operator <()
|
/frameworks/rs/cpp/util/ |
D | TypeHelpers.h | 124 int compare_type(const TYPE& lhs, const TYPE& rhs) {
|