Searched defs:CHECK_EQ (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp32 #define CHECK_EQ(a,b) CHECK((a)==(b)) macro
50 CHECK_EQ(composerClient->initCheck(), (status_t)OK);
64 CHECK_EQ(control->setLayer(30000), (status_t)OK);
65 CHECK_EQ(control->show(), (status_t)OK);
/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h71 #define CHECK_EQ(x,y) CHECK_OP(x,y,EQ,==) macro

Completed in 164 milliseconds