Searched refs:writeUint32 (Results 1 – 5 of 5) sorted by relevance
46 RETURN_IF_FAILED(parcel->writeUint32(maxTxStreams_)); in writeToParcel()47 RETURN_IF_FAILED(parcel->writeUint32(maxRxStreams_)); in writeToParcel()
60 RETURN_IF_FAILED(parcel->writeUint32(frequency)); in writeToParcel()65 RETURN_IF_FAILED(parcel->writeUint32(capability)); in writeToParcel()
106 status_t writeUint32(uint32_t val);
443 reply->writeUint32(static_cast<uint32_t>(sHalIndex)); in onTransact()
534 status_t Parcel::writeUint32(uint32_t val) in writeUint32() function in android::hardware::Parcel