Searched refs:readUint32 (Results 1 – 5 of 5) sorted by relevance
57 RETURN_IF_FAILED(parcel->readUint32(&maxTxStreams_)); in readFromParcel()58 RETURN_IF_FAILED(parcel->readUint32(&maxRxStreams_)); in readFromParcel()
90 RETURN_IF_FAILED(parcel->readUint32(&frequency)); in readFromParcel()95 capability = static_cast<uint16_t>(parcel->readUint32()); in readFromParcel()
140 uint32_t readUint32() const;141 status_t readUint32(uint32_t *pArg) const;
538 if (reply.readUint32(&halIndex) != OK) {
997 status_t Parcel::readUint32(uint32_t *pArg) const in readUint32() function in android::hardware::Parcel1002 uint32_t Parcel::readUint32() const in readUint32() function in android::hardware::Parcel