Home
last modified time | relevance | path

Searched refs:readUint64 (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/system/bt/service/common/android/bluetooth/
H A Duuid.cc61 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 DIGpuService.cpp104 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 DGpuStatsInfo.cpp49 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 DITransactionCompletedListener.cpp68 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 DOccupancyTracker.cpp51 result = parcel->readUint64(&uintNumFrames); in readFromParcel()
H A DISurfaceComposer.cpp301 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(&timestamp); in onTransact()
H A DIGraphicBufferProducer.cpp193 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 DLayerState.cpp187 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 DParcel.h144 uint64_t readUint64() const;
145 status_t readUint64(uint64_t *pArg) const;
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dserialization.cpp250 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 Ddisplay_config.cpp278 dsi_clk = outParcel.readUint64(); in getDsiClk()
301 bit_rates.push_back(outParcel.readUint64()); in getSupportedBitClk()
/aosp12/system/connectivity/wificond/scanning/
H A Dscan_result.cpp92 RETURN_IF_FAILED(parcel->readUint64(&tsf)); in readFromParcel()
/aosp12/hardware/qcom/sm8150/display/libqdutils/
H A Ddisplay_config.cpp327 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 Dparcelable_composer_frame.cpp61 status_t ret = parcel->readUint64(&frame_.display_id); in readFromParcel()
H A Dparcelable_composer_layer.cpp117 status_t ret = parcel->readUint64(&layer_.id); in readFromParcel()
/aosp12/frameworks/native/libs/binder/
H A DIMemory.cpp198 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 Dhwbinder.cpp88 PARCEL_READ_OPT_STATUS(uint64_t, readUint64),
H A Dbinder.cpp132 PARCEL_READ_OPT_STATUS(uint64_t, readUint64),
/aosp12/frameworks/av/media/libmedia/
H A DIMediaSource.cpp154 uint64_t index = reply.readUint64(); in readMultiple()
H A DIMediaRecorder.cpp495 return reply.readUint64(bytes); in getRtpDataUsage()
/aosp12/frameworks/native/include/binder/
H A DParcel.h334 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 DParcel.h334 uint64_t readUint64() const;
335 status_t readUint64(uint64_t *pArg) const;
963 return readUint64(t);
/aosp12/system/libhwbinder/
H A DParcel.cpp1017 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 Dparcel.cpp536 status_t status = parcel->get()->readUint64(value); in AParcel_readUint64()
/aosp12/frameworks/av/camera/
H A DVendorTagDescriptor.cpp392 if ((res = parcel->readUint64(&id)) != OK) { in readFromParcel()

12