Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.h141 Table* tableForType(HalType type);
142 const Table* tableForType(HalType type) const;
DListCommand.cpp306 Table* ListCommand::tableForType(HalType type) { in tableForType() function in android::lshal::ListCommand
323 const Table* ListCommand::tableForType(HalType type) const { in tableForType() function in android::lshal::ListCommand
324 return const_cast<ListCommand*>(this)->tableForType(type); in tableForType()
329 f(*tableForType(type)); in forEachTable()
334 f(*tableForType(type)); in forEachTable()
588 tableForType(type)->add(std::forward<TableEntry>(entry)); in putEntry()