Searched refs:readBool (Results 1 – 12 of 12) sorted by relevance
52 RETURN_IF_FAILED(parcel->readBool(&is80211nSupported_)); in readFromParcel()53 RETURN_IF_FAILED(parcel->readBool(&is80211acSupported_)); in readFromParcel()54 RETURN_IF_FAILED(parcel->readBool(&is80211axSupported_)); in readFromParcel()55 RETURN_IF_FAILED(parcel->readBool(&is160MhzSupported_)); in readFromParcel()56 RETURN_IF_FAILED(parcel->readBool(&is80p80MhzSupported_)); in readFromParcel()
53 status = parcel->readBool(&primary_); in readFromParcel()
61 status = parcel->readBool(&primary_); in readFromParcel()
67 RETURN_IF_FAILED(parcel->readBool(&enable_6ghz_rnr_)); in readFromParcel()
151 bool readBool() const;152 status_t readBool(bool *pArg) const;
508 if (reply.readBool(&tokenCreated) != OK) {545 if (reply.readBool(&mHasConverter) != OK) {
124 _aidl_ret_status = _aidl_parcel->readBool(&booleanDefaultsToTrue); in readFromParcel()172 _aidl_ret_status = _aidl_parcel->readBool(&boolDefault); in readFromParcel()
100 _aidl_ret_status = _aidl_parcel->readBool(&booleanValue); in readFromParcel()
167 _aidl_ret_status = _aidl_reply.readBool(_aidl_return); in RepeatBoolean()1133 _aidl_ret_status = _aidl_reply.readBool(_aidl_return); in VerifyName()2143 _aidl_ret_status = _aidl_data.readBool(&in_token); in onTransact()3361 _aidl_ret_status = _aidl_data.readBool(&in_return_null); in onTransact()
239 res = parcel->readBool(/*out*/&value); in ReadNullableProto()
1093 status_t Parcel::readBool(bool *pArg) const in readBool() function in android::hardware::Parcel1101 bool Parcel::readBool() const in readBool() function in android::hardware::Parcel
302 _aidl_ret_status = _aidl_data.readBool(&in_boolValue); in onTransact()