Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.h158 bool hasPassthroughEntry(const TableEntry& entry) const;
H A DListCommand.cpp752 if (!hasPassthroughEntry(manifestEntry)) { in fetchLazyHals()
773 bool ListCommand::hasPassthroughEntry(const TableEntry& entry) const { in hasPassthroughEntry() function in android::lshal::ListCommand