Searched refs:readUint32 (Results 1 – 6 of 6) sorted by relevance
65 RETURN_IF_FAILED(parcel->readUint32(&maxTxStreams_)); in readFromParcel()66 RETURN_IF_FAILED(parcel->readUint32(&maxRxStreams_)); in readFromParcel()67 RETURN_IF_FAILED(parcel->readUint32(&maxNumAkms_)); in readFromParcel()
52 RETURN_IF_FAILED(parcel->readUint32(&scan_iterations_)); in readFromParcel()53 RETURN_IF_FAILED(parcel->readUint32(&scan_interval_multiplier_)); in readFromParcel()
90 RETURN_IF_FAILED(parcel->readUint32(&frequency)); in readFromParcel()95 capability = static_cast<uint16_t>(parcel->readUint32()); in readFromParcel()
138 uint32_t readUint32() const;139 status_t readUint32(uint32_t *pArg) const;
538 if (reply.readUint32(&halIndex) != OK) {
980 status_t Parcel::readUint32(uint32_t *pArg) const in readUint32() function in android::hardware::Parcel985 uint32_t Parcel::readUint32() const in readUint32() function in android::hardware::Parcel