Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DString16.h125 inline int compare_type(const String16& lhs, const String16& rhs) in compare_type() function
132 return compare_type(lhs, rhs) < 0; in strictly_order_type()
DString8.h232 inline int compare_type(const String8& lhs, const String8& rhs) in compare_type() function
239 return compare_type(lhs, rhs) < 0; in strictly_order_type()
DSortedVector.h274 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) );
DTypeHelpers.h123 int compare_type(const TYPE& lhs, const TYPE& rhs) {
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp97 int compare_type(const ComposerState& lhs, const ComposerState& rhs) { in compare_type() function
106 int compare_type(const DisplayState& lhs, const DisplayState& rhs) { in compare_type() function
107 return compare_type(lhs.token, rhs.token); in compare_type()
/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.h109 inline int compare_type(const TextLayoutCacheKey& lhs, const TextLayoutCacheKey& rhs) { in compare_type() function
/frameworks/base/tools/aapt/
DAaptAssets.h145 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) in compare_type() function
152 return compare_type(lhs, rhs) < 0; in strictly_order_type()
/frameworks/base/libs/hwui/utils/
DSortedList.h236 return compare_type(*reinterpret_cast<const TYPE*> (lhs), *reinterpret_cast<const TYPE*> (rhs)); in do_compare()