/aosp12/system/bt/service/common/android/bluetooth/ |
H A D | uuid.cc | 61 status_t status = parcel->readUint64(&most_sig_bits); in readFromParcel() 64 status = parcel->readUint64(&least_sig_bits); in readFromParcel()
|
/aosp12/frameworks/native/libs/graphicsenv/ |
H A D | IGpuService.cpp | 104 if ((status = data.readUint64(&driverVersionCode)) != OK) return status; in onTransact() 137 if ((status = data.readUint64(&driverVersionCode)) != OK) return status; in onTransact() 143 if ((status = data.readUint64(&value)) != OK) return status; in onTransact()
|
H A D | GpuStatsInfo.cpp | 49 if ((status = parcel->readUint64(&driverVersionCode)) != OK) return status; in readFromParcel() 97 if ((status = parcel->readUint64(&driverVersionCode)) != OK) return status; in readFromParcel()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | ITransactionCompletedListener.cpp | 68 status_t err = input->readUint64(&frameNumber); in readFromParcel() 318 SAFE_PARCEL(input->readUint64, &bufferId); in readFromParcel() 319 SAFE_PARCEL(input->readUint64, &framenumber); in readFromParcel()
|
H A D | OccupancyTracker.cpp | 51 result = parcel->readUint64(&uintNumFrames); in readFromParcel()
|
H A D | ISurfaceComposer.cpp | 301 SAFE_PARCEL(reply.readUint64, &rawId); in getPrimaryPhysicalDisplayId() 710 result = reply.readUint64(&outStats->numFrames); in getDisplayedContentSample() 1319 SAFE_PARCEL(data.readUint64, &uncachedBuffer.id); in onTransact() 1335 SAFE_PARCEL(data.readUint64, &transactionId); in onTransact() 1360 SAFE_PARCEL(data.readUint64, &displayOrLayerStack); in onTransact() 1430 PhysicalDisplayId displayId(data.readUint64()); in onTransact() 1674 result = data.readUint64(&maxFrames); in onTransact() 1690 status_t result = data.readUint64(&maxFrames); in onTransact() 1696 result = data.readUint64(×tamp); in onTransact()
|
H A D | IGraphicBufferProducer.cpp | 193 result = reply.readUint64(outBufferAge); in dequeueBuffer() 197 result = reply.readUint64(&bufferAge); in dequeueBuffer() 732 result = reply.readUint64(outId); in getUniqueId() 751 result = reply.readUint64(outUsage); in getConsumerUsage() 1089 uint64_t usage = data.readUint64(); in onTransact() 1343 uint64_t usage = data.readUint64(); in onTransact()
|
H A D | LayerState.cpp | 187 SAFE_PARCEL(input.readUint64, &what); in read() 252 SAFE_PARCEL(input.readUint64, &cachedBuffer.id); in read() 277 SAFE_PARCEL(input.readUint64, &frameNumber); in read()
|
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | Parcel.h | 144 uint64_t readUint64() const; 145 status_t readUint64(uint64_t *pArg) const;
|
/aosp12/frameworks/native/libs/binder/rust/tests/ |
H A D | serialization.cpp | 250 ASSERT_EQ(reply.readUint64(), 0); in TEST_F() 251 ASSERT_EQ(reply.readUint64(), 1); in TEST_F() 252 ASSERT_EQ(reply.readUint64(), numeric_limits<uint64_t>::max()); in TEST_F()
|
/aosp12/hardware/qcom/sm7250/display/libqdutils/ |
H A D | display_config.cpp | 278 dsi_clk = outParcel.readUint64(); in getDsiClk() 301 bit_rates.push_back(outParcel.readUint64()); in getSupportedBitClk()
|
/aosp12/system/connectivity/wificond/scanning/ |
H A D | scan_result.cpp | 92 RETURN_IF_FAILED(parcel->readUint64(&tsf)); in readFromParcel()
|
/aosp12/hardware/qcom/sm8150/display/libqdutils/ |
H A D | display_config.cpp | 327 dsi_clk = outParcel.readUint64(); in getDsiClk() 350 bit_rates.push_back(outParcel.readUint64()); in getSupportedBitClk()
|
/aosp12/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/ |
H A D | parcelable_composer_frame.cpp | 61 status_t ret = parcel->readUint64(&frame_.display_id); in readFromParcel()
|
H A D | parcelable_composer_layer.cpp | 117 status_t ret = parcel->readUint64(&layer_.id); in readFromParcel()
|
/aosp12/frameworks/native/libs/binder/ |
H A D | IMemory.cpp | 198 const uint64_t size64 = reply.readUint64(); in getMemory() 324 const uint64_t size64 = reply.readUint64(); in assertReallyMapped()
|
/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/ |
H A D | hwbinder.cpp | 88 PARCEL_READ_OPT_STATUS(uint64_t, readUint64),
|
H A D | binder.cpp | 132 PARCEL_READ_OPT_STATUS(uint64_t, readUint64),
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | IMediaSource.cpp | 154 uint64_t index = reply.readUint64(); in readMultiple()
|
H A D | IMediaRecorder.cpp | 495 return reply.readUint64(bytes); in getRtpDataUsage()
|
/aosp12/frameworks/native/include/binder/ |
H A D | Parcel.h | 334 uint64_t readUint64() const; 335 status_t readUint64(uint64_t *pArg) const; 963 return readUint64(t);
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | Parcel.h | 334 uint64_t readUint64() const; 335 status_t readUint64(uint64_t *pArg) const; 963 return readUint64(t);
|
/aosp12/system/libhwbinder/ |
H A D | Parcel.cpp | 1017 status_t Parcel::readUint64(uint64_t *pArg) const in readUint64() function in android::hardware::Parcel 1022 uint64_t Parcel::readUint64() const in readUint64() function in android::hardware::Parcel 1439 status_t status = readUint64(&nativeHandleSize); in readNullableNativeHandleNoDup()
|
/aosp12/frameworks/native/libs/binder/ndk/ |
H A D | parcel.cpp | 536 status_t status = parcel->get()->readUint64(value); in AParcel_readUint64()
|
/aosp12/frameworks/av/camera/ |
H A D | VendorTagDescriptor.cpp | 392 if ((res = parcel->readUint64(&id)) != OK) { in readFromParcel()
|