Searched refs:readAligned (Results 1 - 2 of 2) 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...]
/frameworks/native/include/binder/
H A DParcel.h222 status_t readAligned(T *pArg) const;
224 template<class T> T readAligned() const;

Completed in 49 milliseconds