HomeSort by relevance Sort by last modified time
    Searched refs:COMPARE_WEAK (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/utils/
RefBase.h 38 #define COMPARE_WEAK(_op_) \
253 COMPARE_WEAK(==)
254 COMPARE_WEAK(!=)
255 COMPARE_WEAK(>)
256 COMPARE_WEAK(<)
257 COMPARE_WEAK(<=)
258 COMPARE_WEAK(>=)
301 #undef COMPARE_WEAK
  /frameworks/rs/server/
RefBase.h 37 #define COMPARE_WEAK(_op_) \
241 COMPARE_WEAK(==)
242 COMPARE_WEAK(!=)
243 COMPARE_WEAK(>)
244 COMPARE_WEAK(<)
245 COMPARE_WEAK(<=)
246 COMPARE_WEAK(>=)
289 #undef COMPARE_WEAK

Completed in 277 milliseconds