Searched defs:at (Results 1 - 1 of 1) sorted by relevance

/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.cpp6 * You may obtain a copy of the License at
158 KeyParameter& AuthorizationSet::operator[](int at) { argument
159 return data_[at];
162 const KeyParameter& AuthorizationSet::operator[](int at) const {
163 return data_[at];

Completed in 44 milliseconds