HomeSort by relevance Sort by last modified time
    Searched refs:readAligned (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/
Parcel.cpp 911 status_t Parcel::readAligned(T *pArg) const {
925 T Parcel::readAligned() const {
927 if (readAligned(&result) != NO_ERROR) {
951 return readAligned(pArg);
956 return readAligned<int32_t>();
962 return readAligned(pArg);
968 return readAligned<int64_t>();
973 return readAligned(pArg);
979 return readAligned<float>();
991 status = readAligned(&u.ll)
    [all...]
  /frameworks/native/include/binder/
Parcel.h 225 status_t readAligned(T *pArg) const;
227 template<class T> T readAligned() const;

Completed in 841 milliseconds