Searched refs:readInt64 (Results 1 – 13 of 13) sorted by relevance
83 status = parcel->readInt64(&tmp64); in readFromParcel()87 status = parcel->readInt64(&tmp64); in readFromParcel()91 status = parcel->readInt64(&tmp64); in readFromParcel()95 status = parcel->readInt64(&tmp64); in readFromParcel()
65 status = parcel->readInt64(&value64); in readFromParcel()
64 status_t status = parcel->readInt64(&uuid_msb); in readFromParcel()67 status = parcel->readInt64(&uuid_lsb); in readFromParcel()
44 rc = parcel->readInt64(&versionCode_); in readFromParcel()
118 PARCEL_READ_OR_RETURN(parcel->readInt64, &sequence_id); in readFromParcel()123 PARCEL_READ_OR_RETURN(parcel->readInt64, ×tamp_nanos); in readFromParcel()137 PARCEL_READ_OR_RETURN(parcel->readInt64, ×tamp_nanos); in readFromParcel()144 PARCEL_READ_OR_RETURN(parcel->readInt64, ×tamp_nanos); in readFromParcel()
49 RETURN_IF_FAILED(parcel->readInt64(&interval_ms_)); in readFromParcel()
28 …if ((_aidl_ret_status = _aidl_parcel->readInt64(reinterpret_cast<int64_t *>(&_aidl_value))) != ::a… in readFromParcel()
60 _aidl_ret_status = _aidl_parcel->readInt64(reinterpret_cast<int64_t *>(&shouldBeLongBar)); in readFromParcel()116 _aidl_ret_status = _aidl_parcel->readInt64(&longDefaultsToNegativeSeven); in readFromParcel()196 _aidl_ret_status = _aidl_parcel->readInt64(&longDefault); in readFromParcel()260 _aidl_ret_status = _aidl_parcel->readInt64(&int64_max); in readFromParcel()
36 _aidl_ret_status = _aidl_parcel->readInt64(&longValue); in readFromParcel()
319 _aidl_ret_status = _aidl_reply.readInt64(_aidl_return); in RepeatLong()547 _aidl_ret_status = _aidl_reply.readInt64(reinterpret_cast<int64_t *>(_aidl_return)); in RepeatLongEnum()2247 _aidl_ret_status = _aidl_data.readInt64(&in_token); in onTransact()2403 _aidl_ret_status = _aidl_data.readInt64(reinterpret_cast<int64_t *>(&in_token)); in onTransact()
142 int64_t readInt64() const;143 status_t readInt64(int64_t *pArg) const;
1007 status_t Parcel::readInt64(int64_t *pArg) const in readInt64() function in android::hardware::Parcel1012 int64_t Parcel::readInt64() const in readInt64() function in android::hardware::Parcel
334 _aidl_ret_status = _aidl_data.readInt64(&in_longValue); in onTransact()