Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.h139 Table* tableForType(HalType type);
140 const Table* tableForType(HalType type) const;
DListCommand.cpp227 Table* ListCommand::tableForType(HalType type) { in tableForType() function in android::lshal::ListCommand
244 const Table* ListCommand::tableForType(HalType type) const { in tableForType() function in android::lshal::ListCommand
245 return const_cast<ListCommand*>(this)->tableForType(type); in tableForType()
250 f(*tableForType(type)); in forEachTable()
255 f(*tableForType(type)); in forEachTable()
517 tableForType(type)->add(std::forward<TableEntry>(entry)); in putEntry()