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

/system/bt/binder/android/os/
H A Dparcel_uuid.cc54 status_t status = parcel->writeInt64(uuid_msb(uuid));
57 status = parcel->writeInt64(uuid_lsb(uuid));
/system/security/keystore/
H A DKeyAttestationPackageInfo.cpp36 rc = parcel->writeInt64(versionCode_);
H A DOperationResult.cpp51 out->writeInt64(handle);
H A Dkeystore_aidl_hidl_marshalling_utils.cpp119 rc = out->writeInt64(param.f.longInteger);
/system/update_engine/
H A Dparcelable_update_engine_status.cc42 status = parcel->writeInt64(last_checked_time_);
67 status = parcel->writeInt64(new_size_);
/system/bt/service/common/android/bluetooth/
H A Dscan_settings.cc40 status = parcel->writeInt64(report_delay_ms_.InMilliseconds());
/system/core/gatekeeperd/
H A DIGateKeeperService.cpp151 reply->writeInt64(sid);
/system/libhwbinder/include/hwbinder/
H A DParcel.h90 status_t writeInt64(int64_t val);
/system/libhwbinder/
H A DParcel.cpp644 status_t Parcel::writeInt64(int64_t val) function in class:android::hardware::Parcel

Completed in 7668 milliseconds