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 910 status_t Parcel::readAligned(T *pArg) const {
924 T Parcel::readAligned() const {
926 if (readAligned(&result) != NO_ERROR) {
950 return readAligned(pArg);
955 return readAligned<int32_t>();
961 return readAligned(pArg);
967 return readAligned<int64_t>();
972 return readAligned(pArg);
978 return readAligned<float>();
990 status = readAligned(&u.ll)
    [all...]
  /frameworks/native/include/binder/
Parcel.h 222 status_t readAligned(T *pArg) const;
224 template<class T> T readAligned() const;

Completed in 458 milliseconds