Home
last modified time | relevance | path

Searched refs:DCHECK_NE (Results 1 – 4 of 4) sorted by relevance

/system/core/bootstat/
Dboot_event_record_store.cpp41 DCHECK_NE(static_cast<int32_t*>(nullptr), uptime); in ParseRecordEventTime()
/system/iorap/src/perfetto/
Drx_producer.cc235 DCHECK_NE(state, State::kIdle); in DcheckValidStateTransition()
237 DCHECK_NE(state, State::kSessionNotFound); in DcheckValidStateTransition()
400 DCHECK_NE(handle, ::perfetto::consumer::kInvalidHandle); in CallbackOnStateChanged()
/system/core/base/include/android-base/
Dlogging.h363 #define DCHECK_NE(x, y) \ macro
/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc522 DCHECK_NE(part, kRoot); in Name()
1039 DCHECK_NE(&cur_value[0], &old_cur_value[0]); in UpdateValues()