Searched defs:SetShort (Results 1 – 3 of 3) sorted by relevance
196 inline void ArtField::SetShort(ObjPtr<mirror::Object> object, int16_t s) { in SetShort() function
837 bool ExifUtilsImpl::SetShort(ExifIfd ifd, ExifTag tag, uint16_t value, in SetShort() function in android::ExifUtilsImpl
773 void SetShort(int16_t s) { u_.short_val_ = s; } in SetShort() function