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 934 status_t Parcel::readAligned(T *pArg) const {
948 T Parcel::readAligned() const {
950 if (readAligned(&result) != NO_ERROR) {
974 return readAligned(pArg);
979 return readAligned<int32_t>();
985 return readAligned(pArg);
991 return readAligned<int64_t>();
996 return readAligned(pArg);
1002 return readAligned<float>();
1014 status = readAligned(&u.ll)
    [all...]
  /frameworks/native/include/binder/
Parcel.h 227 status_t readAligned(T *pArg) const;
229 template<class T> T readAligned() const;

Completed in 33 milliseconds