Searched refs:readInt64 (Results 1 - 9 of 9) sorted by relevance

/system/bt/binder/android/os/
H A Dparcel_uuid.cc64 status_t status = parcel->readInt64(&uuid_msb);
67 status = parcel->readInt64(&uuid_lsb);
/system/security/keystore/
H A DKeyAttestationPackageInfo.cpp44 rc = parcel->readInt64(&versionCode_);
H A DOperationResult.cpp41 handle = static_cast<uint64_t>(in.readInt64());
H A Dkeystore_aidl_hidl_marshalling_utils.cpp86 result.f.longInteger = in.readInt64();
/system/update_engine/
H A Dparcelable_update_engine_status.cc83 status = parcel->readInt64(&last_checked_time_);
108 status = parcel->readInt64(&new_size_);
/system/bt/service/common/android/bluetooth/
H A Dscan_settings.cc65 status = parcel->readInt64(&value64);
/system/libhwbinder/include/hwbinder/
H A DParcel.h138 int64_t readInt64() const;
139 status_t readInt64(int64_t *pArg) const;
/system/core/gatekeeperd/
H A DIGateKeeperService.cpp110 uint64_t challenge = data.readInt64();
/system/libhwbinder/
H A DParcel.cpp1216 status_t Parcel::readInt64(int64_t *pArg) const function in class:android::Parcel
1221 int64_t Parcel::readInt64() const function in class:android::Parcel

Completed in 8009 milliseconds