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

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

Completed in 458 milliseconds