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

/frameworks/native/libs/binder/
H A DParcel.cpp894 status_t Parcel::readAligned(T *pArg) const { function in class:android::Parcel
908 T Parcel::readAligned() const { function in class:android::Parcel
910 if (readAligned(&result) != NO_ERROR) {
934 return readAligned(pArg);
939 return readAligned<int32_t>();
945 return readAligned(pArg);
951 return readAligned<int64_t>();
956 return readAligned(pArg);
962 return readAligned<float>();
967 return readAligned(pAr
[all...]

Completed in 867 milliseconds