/aosp12/frameworks/native/libs/gui/ |
H A D | ITransactionCompletedListener.cpp | 81 err = input->readInt64(&(compositorTiming.deadline)); in readFromParcel() 84 err = input->readInt64(&(compositorTiming.interval)); in readFromParcel() 87 err = input->readInt64(&(compositorTiming.presentLatency)); in readFromParcel() 90 err = input->readInt64(&refreshStartTime); in readFromParcel() 93 err = input->readInt64(&dequeueReadyTime); in readFromParcel() 107 SAFE_PARCEL(input->readInt64, &frameVsyncId); in readFromParcel() 134 SAFE_PARCEL(input->readInt64, &acquireTime); in readFromParcel() 185 err = input->readInt64(&latchTime); in readFromParcel() 304 SAFE_PARCEL(input->readInt64, &id); in readFromParcel()
|
H A D | FrameTimelineInfo.cpp | 40 SAFE_PARCEL(input.readInt64, &vsyncId); in read()
|
/aosp12/system/bt/service/common/android/bluetooth/ |
H A D | bluetooth_a2dp_codec_config.cc | 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()
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | IDataSource.cpp | 60 err = reply.readInt64(&value); in readAt() 72 *size = reply.readInt64(); in getSize() 109 off64_t offset = (off64_t) data.readInt64(); in onTransact() 110 size_t size = (size_t) data.readInt64(); in onTransact()
|
H A D | IStreamSource.cpp | 97 size_t n = static_cast<size_t>(data.readInt64()); in onTransact() 116 onBufferAvailable(static_cast<size_t>(data.readInt64())); in onTransact() 176 size_t index = static_cast<size_t>(data.readInt64()); in onTransact() 177 size_t size = static_cast<size_t>(data.readInt64()); in onTransact()
|
H A D | IMediaMetadataRetriever.cpp | 340 int64_t offset = data.readInt64(); in onTransact() 341 int64_t length = data.readInt64(); in onTransact() 363 int64_t timeUs = data.readInt64(); in onTransact()
|
/aosp12/frameworks/av/camera/ |
H A D | CaptureResult.cpp | 39 parcel->readInt64(&frameNumber); in readFromParcel() 52 parcel->readInt64(&lastCompletedRegularFrameNumber); in readFromParcel() 53 parcel->readInt64(&lastCompletedReprocessFrameNumber); in readFromParcel() 54 parcel->readInt64(&lastCompletedZslFrameNumber); in readFromParcel()
|
H A D | CameraSessionStats.cpp | 62 if ((err = parcel->readInt64(&usage)) != OK) { in readFromParcel() 68 if ((err = parcel->readInt64(&requestCount)) != OK) { in readFromParcel() 74 if ((err = parcel->readInt64(&errorCount)) != OK) { in readFromParcel() 311 if ((err = parcel->readInt64(&requestCount)) != OK) { in readFromParcel() 317 if ((err = parcel->readInt64(&resultErrorCount)) != OK) { in readFromParcel()
|
H A D | ICameraClient.cpp | 160 nsecs_t timestamp = data.readInt64(); in onTransact() 170 status_t res = data.readInt64(×tamp); in onTransact() 200 res = data.readInt64(&t); in onTransact()
|
/aosp12/frameworks/native/libs/sensor/ |
H A D | ISensorEventConnection.cpp | 135 nsecs_t samplingPeriodNs = data.readInt64(); in onTransact() 136 nsecs_t maxBatchReportLatencyNs = data.readInt64(); in onTransact() 146 nsecs_t ns = data.readInt64(); in onTransact()
|
/aosp12/system/bt/binder/android/os/ |
H A D | parcel_uuid.cc | 64 status_t status = parcel->readInt64(&uuid_msb); in readFromParcel() 67 status = parcel->readInt64(&uuid_lsb); in readFromParcel()
|
/aosp12/system/iorap/include/binder/ |
H A D | app_launch_event.h | 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()
|
/aosp12/frameworks/av/media/libmediametrics/ |
H A D | MediaMetricsItem.cpp | 194 status = data.readInt64(&version) ?: data.readInt64(×tamp) ?: data.readInt32(&count); in readFromParcel0() 636 status = data.readInt64(&value); in readFromParcel() 653 status = data.readInt64(&rate.first) in readFromParcel() 654 ?: data.readInt64(&rate.second); in readFromParcel()
|
/aosp12/frameworks/native/services/powermanager/ |
H A D | ParcelDuration.cpp | 31 return parcel->readInt64(&mSeconds) ?: parcel->readInt32(&mNanos); in readFromParcel()
|
/aosp12/frameworks/av/camera/camera2/ |
H A D | SubmitInfo.cpp | 43 res = parcel->readInt64(&mLastFrameNumber); in readFromParcel()
|
/aosp12/frameworks/native/libs/graphicsenv/ |
H A D | IGpuService.cpp | 107 if ((status = data.readInt64(&driverBuildTime)) != OK) return status; in onTransact() 122 if ((status = data.readInt64(&driverLoadingTime)) != OK) return status; in onTransact()
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/ |
H A D | vidc_vendor_extensions.cpp | 123 OMX_S32 *readInt64) const { in readParamInt64() 129 *readInt64 = ext->nParam[paramIndex].nInt64; in readParamInt64()
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/ |
H A D | vidc_vendor_extensions.cpp | 123 OMX_S32 *readInt64) const { in readParamInt64() 129 *readInt64 = ext->nParam[paramIndex].nInt64; in readParamInt64()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/src/ |
H A D | vidc_vendor_extensions.cpp | 127 OMX_S64 *readInt64) const { in readParamInt64() 133 *readInt64 = ext->nParam[paramIndex].nInt64; in readParamInt64()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/src/ |
H A D | vidc_vendor_extensions.cpp | 123 OMX_S64 *readInt64) const { in readParamInt64() 129 *readInt64 = ext->nParam[paramIndex].nInt64; in readParamInt64()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/src/ |
H A D | vidc_vendor_extensions.cpp | 127 OMX_S64 *readInt64) const { in readParamInt64() 133 *readInt64 = ext->nParam[paramIndex].nInt64; in readParamInt64()
|
/aosp12/system/security/keystore/ |
H A D | KeyAttestationPackageInfo.cpp | 44 rc = parcel->readInt64(&versionCode_); in readFromParcel()
|
/aosp12/system/connectivity/wificond/scanning/ |
H A D | pno_settings.cpp | 49 RETURN_IF_FAILED(parcel->readInt64(&interval_ms_)); in readFromParcel()
|
/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/ |
H A D | binder.cpp | 39 return parcel->readInt64(&(this->mExampleUsedData)); in readFromParcel() 131 PARCEL_READ_OPT_STATUS(int64_t, readInt64),
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/unions/ |
H A D | EnumUnion.cpp | 28 …if ((_aidl_ret_status = _aidl_parcel->readInt64(reinterpret_cast<int64_t *>(&_aidl_value))) != ::a… in readFromParcel()
|