Searched refs:AASSERT_INT (Results 1 – 2 of 2) sorted by relevance
131 # define AASSERT_INT(cond_,expected_) _ANDROID_ASSERT_INT(cond_,expected_) macro153 # define AASSERT_INT(cond,val) AASSERT_BOOL(cond,val) macro
497 AASSERT_INT(LOOP_IO_READ, IOLOOPER_READ); in looper_newGeneric()498 AASSERT_INT(LOOP_IO_WRITE, IOLOOPER_WRITE); in looper_newGeneric()