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()
140 bool readBool() const;141 status_t readBool(bool *pArg) const;
508 if (reply.readBool(&tokenCreated) != OK) {545 if (reply.readBool(&mHasConverter) != OK) {
199 res = parcel->readBool(/*out*/&value); in ReadNullableProto()
1088 status_t Parcel::readBool(bool *pArg) const in readBool() function in android::hardware::Parcel1096 bool Parcel::readBool() const in readBool() function in android::hardware::Parcel