Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Dlogging.cpp43 if (location_.IsInternal()) { in ~AidlErrorLog()
H A Dlocation.h40 bool IsInternal() const { return source_ == Source::INTERNAL; } in IsInternal() function