Home
last modified time | relevance | path

Searched refs:IsValid (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/nanotool/
Dapptohostevent.cpp30 if (!event->IsValid()) { in FromBytes()
94 bool AppToHostEvent::IsValid() const { in IsValid() function in android::AppToHostEvent
Dapptohostevent.h70 virtual bool IsValid() const;
/device/google/dragon/crash_collector/
Dcoredump_writer.cc274 while (note.IsValid() && note.GetType() != NT_FILE) { in GetFileMappings()
277 if (!note.IsValid()) { in GetFileMappings()
366 while (note.IsValid() && note.GetType() != NT_AUXV) { in WriteAuxv()
369 if (!note.IsValid()) { in WriteAuxv()