Searched refs:tableForType (Results 1 – 2 of 2) sorted by relevance
141 Table* tableForType(HalType type);142 const Table* tableForType(HalType type) const;
306 Table* ListCommand::tableForType(HalType type) { in tableForType() function in android::lshal::ListCommand323 const Table* ListCommand::tableForType(HalType type) const { in tableForType() function in android::lshal::ListCommand324 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()