Searched refs:doAssign (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
H A Dmat.h33 mat<TYPE, C, R>& doAssign( function in namespace:android::helpers
149 helpers::doAssign(*this, rhs);
166 return helpers::doAssign(*this, rhs);
270 mat(const TYPE& rhs) { helpers::doAssign(*this, rhs); }
273 mat& operator=(const TYPE& rhs) { return helpers::doAssign(*this, rhs); }
H A Dvec.h49 vec<TYPE, SIZE>& doAssign( function in namespace:android::helpers
337 helpers::doAssign(*this, rhs);
366 return helpers::doAssign(*this, rhs);

Completed in 611 milliseconds