Searched defs:readInt32 (Results 1 - 1 of 1) sorted by path

/frameworks/native/libs/binder/
H A DParcel.cpp518 int32_t strictPolicy = readInt32();
1026 status_t Parcel::readInt32(int32_t *pArg) const function in class:android::Parcel
1031 int32_t Parcel::readInt32() const function in class:android::Parcel
1145 int32_t size = readInt32();
1165 int32_t size = readInt32();
1212 err = readInt32(&numFds);
1214 err = readInt32(&numInts);
1251 if (readInt32() == 0) {
1255 if (fd >= 0 && readInt32() != 0) {
1265 status_t status = readInt32(
[all...]

Completed in 19 milliseconds