Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DPhysicalNetwork.h47 bool isPhysical() override { return true; } in isPhysical() function
H A DNetwork.h58 virtual bool isPhysical() { return false; } in isPhysical() function