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

  /system/chre/platform/linux/
assert.cc 21 MockAssert *gMockAssert;
  /system/chre/platform/linux/include/chre/target_platform/
assert.h 28 extern MockAssert *gMockAssert;
38 gMockAssert = this;
41 gMockAssert = nullptr;
65 ASSERT_EQ(gMockAssert, nullptr); \
73 if (gMockAssert != nullptr && !(condition)) { \
75 gMockAssert->doAssert(); \

Completed in 139 milliseconds