Home
last modified time | relevance | path

Searched defs:CHRE_ASSERT_NOT_NULL (Results 1 – 4 of 4) sorted by relevance

/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/nanoapp/
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
/system/chre/util/include/chre/util/host/
Dassert.h42 #define CHRE_ASSERT_NOT_NULL(ptr) CHRE_ASSERT((ptr) != nullptr) macro
44 #define CHRE_ASSERT_NOT_NULL(ptr) CHRE_ASSERT((ptr) != NULL) macro
/system/chre/util/include/chre/util/nanoapp/
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
/system/chre/platform/include/chre/platform/
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