Searched refs:tableForType (Results 1 – 2 of 2) sorted by relevance
139 Table* tableForType(HalType type);140 const Table* tableForType(HalType type) const;
227 Table* ListCommand::tableForType(HalType type) { in tableForType() function in android::lshal::ListCommand244 const Table* ListCommand::tableForType(HalType type) const { in tableForType() function in android::lshal::ListCommand245 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()