Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.h139 Table* tableForType(HalType type);
140 const Table* tableForType(HalType type) const;
H A DListCommand.cpp225 Table* ListCommand::tableForType(HalType type) { in tableForType() function in android::lshal::ListCommand
242 const Table* ListCommand::tableForType(HalType type) const { in tableForType() function in android::lshal::ListCommand
243 return const_cast<ListCommand*>(this)->tableForType(type); in tableForType()
248 f(*tableForType(type)); in forEachTable()
253 f(*tableForType(type)); in forEachTable()
507 tableForType(type)->add(std::forward<TableEntry>(entry)); in putEntry()