Searched defs:CHECK_EQ (Results 1 - 4 of 4) sorted by path

/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h95 #define CHECK_EQ(x,y) CHECK_OP(x,y,EQ,==) macro
109 #define CHECK_EQ_DBG CHECK_EQ
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DADebug.h95 #define CHECK_EQ(x,y) CHECK_OP(x,y,EQ,==) macro
109 #define CHECK_EQ_DBG CHECK_EQ
/frameworks/av/media/libstagefright/include/foundation/
H A DADebug.h95 #define CHECK_EQ(x,y) CHECK_OP(x,y,EQ,==) macro
109 #define CHECK_EQ_DBG CHECK_EQ
/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);

Completed in 235 milliseconds