Home
last modified time | relevance | path

Searched refs:CHRE_ASSERT_NOT_NULL (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/chre/util/include/chre/util/nanoapp/
H A Dassert.h50 #define CHRE_ASSERT_NOT_NULL(ptr) CHRE_ASSERT((ptr) != nullptr) macro
52 #define CHRE_ASSERT_NOT_NULL(ptr) CHRE_ASSERT((ptr) != NULL) macro
/aosp12/system/chre/platform/include/chre/platform/
H A Dassert.h47 #define CHRE_ASSERT_NOT_NULL(ptr) CHRE_ASSERT((ptr) != nullptr) macro
49 #define CHRE_ASSERT_NOT_NULL(ptr) CHRE_ASSERT((ptr) != NULL) macro