Home
last modified time | relevance | path

Searched defs:IsValid (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/util/nanotool/
Dapptohostevent.cpp128 bool AppToHostEvent::IsValid() const { in IsValid() function in android::AppToHostEvent
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp178 static inline bool IsValid(PlatformHandle h) { in IsValid() function
242 static bool IsValid(T t) { return t != InvalidValue; } in IsValid() function
2270 inline bool IsValid() const noexcept { return !!p_; } in IsValid() function in perfetto::base::PagedMemory