Searched refs:writeUint32 (Results 1 – 6 of 6) sorted by relevance
51 RETURN_IF_FAILED(parcel->writeUint32(maxTxStreams_)); in writeToParcel()52 RETURN_IF_FAILED(parcel->writeUint32(maxRxStreams_)); in writeToParcel()53 RETURN_IF_FAILED(parcel->writeUint32(maxNumAkms_)); in writeToParcel()
35 RETURN_IF_FAILED(parcel->writeUint32(scan_iterations_)); in writeToParcel()36 RETURN_IF_FAILED(parcel->writeUint32(scan_interval_multiplier_)); in writeToParcel()
60 RETURN_IF_FAILED(parcel->writeUint32(frequency)); in writeToParcel()65 RETURN_IF_FAILED(parcel->writeUint32(capability)); in writeToParcel()
104 status_t writeUint32(uint32_t val);
443 reply->writeUint32(static_cast<uint32_t>(sHalIndex)); in onTransact()
517 status_t Parcel::writeUint32(uint32_t val) in writeUint32() function in android::hardware::Parcel