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