Home
last modified time | relevance | path

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

/frameworks/base/libs/utils/
DVectorImpl.cpp145 static int sortProxy(const void* lhs, const void* rhs, void* func) in sortProxy() function
152 return sort(sortProxy, (void*)cmp); in sort()