Searched refs:readBool (Results 1 – 6 of 6) sorted by relevance
53 status = parcel->readBool(&primary_); in readFromParcel()
61 status = parcel->readBool(&primary_); in readFromParcel()
147 bool readBool() const;148 status_t readBool(bool *pArg) const;
505 if (reply.readBool(&tokenCreated) != OK) {542 if (reply.readBool(&mHasConverter) != OK) {
199 res = parcel->readBool(/*out*/&value); in ReadNullableProto()
1305 status_t Parcel::readBool(bool *pArg) const in readBool() function in android::hardware::Parcel1313 bool Parcel::readBool() const in readBool() function in android::hardware::Parcel