Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/
DIGpuService.cpp142 if ((status = data.readUint64(&driverVersionCode)) != OK) return status; in onTransact()
175 if ((status = data.readUint64(&driverVersionCode)) != OK) return status; in onTransact()
181 if ((status = data.readUint64(&value)) != OK) return status; in onTransact()
195 if ((status = data.readUint64(&driverVersionCode)) != OK) return status; in onTransact()
220 if ((status = data.readUint64(&driverVersionCode)) != OK) return status; in onTransact()
DGpuStatsInfo.cpp49 if ((status = parcel->readUint64(&driverVersionCode)) != OK) return status; in readFromParcel()
107 if ((status = parcel->readUint64(&driverVersionCode)) != OK) return status; in readFromParcel()
119 if ((status = parcel->readUint64(&vulkanDeviceFeaturesEnabled)) != OK) return status; in readFromParcel()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp175 SAFE_PARCEL(data.readUint64, &uncacheBuffers[i].id); in onTransact()
192 SAFE_PARCEL(data.readUint64, &transactionId); in onTransact()
197 SAFE_PARCEL(data.readUint64, &mergedTransactions[i]); in onTransact()
DITransactionCompletedListener.cpp88 status_t err = input->readUint64(&frameNumber); in readFromParcel()
92 err = input->readUint64(&previousFrameNumber); in readFromParcel()
403 SAFE_PARCEL(input->readUint64, &bufferId); in readFromParcel()
404 SAFE_PARCEL(input->readUint64, &framenumber); in readFromParcel()
DOccupancyTracker.cpp51 result = parcel->readUint64(&uintNumFrames); in readFromParcel()
DIGraphicBufferProducer.cpp192 result = reply.readUint64(outBufferAge); in dequeueBuffer()
196 result = reply.readUint64(&bufferAge); in dequeueBuffer()
731 result = reply.readUint64(outId); in getUniqueId()
750 result = reply.readUint64(outUsage); in getConsumerUsage()
1127 uint64_t usage = data.readUint64(); in onTransact()
1381 uint64_t usage = data.readUint64(); in onTransact()
DLayerState.cpp203 SAFE_PARCEL(input.readUint64, &what); in read()
1011 SAFE_PARCEL(input->readUint64, &frameNumber); in readFromParcel()
1023 SAFE_PARCEL(input->readUint64, &cachedBuffer.id); in readFromParcel()
1026 SAFE_PARCEL(input->readUint64, &barrierFrameNumber); in readFromParcel()
DSurfaceComposerClient.cpp755 const uint64_t transactionId = parcel->readUint64(); in readFromParcel()
839 SAFE_PARCEL(parcel->readUint64, &uncacheBuffers[i].id); in readFromParcel()
848 SAFE_PARCEL(parcel->readUint64, &mergedTransactionIds[i]); in readFromParcel()
/frameworks/native/libs/binder/rust/tests/
Dserialization.cpp252 ASSERT_EQ(reply.readUint64(), 0); in TEST_F()
253 ASSERT_EQ(reply.readUint64(), 1); in TEST_F()
254 ASSERT_EQ(reply.readUint64(), numeric_limits<uint64_t>::max()); in TEST_F()
/frameworks/native/libs/binder/
DIMemory.cpp199 const uint64_t size64 = reply.readUint64(); in getMemory()
325 const uint64_t size64 = reply.readUint64(); in assertReallyMapped()
DParcel.cpp350 if (status_t status = readUint64(&addr); status != OK) return status; in unflattenBinder()
2078 status_t Parcel::readUint64(uint64_t *pArg) const in readUint64() function in android::Parcel
2083 uint64_t Parcel::readUint64() const in readUint64() function in android::Parcel
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dhwbinder.cpp94 PARCEL_READ_OPT_STATUS(uint64_t, readUint64),
Dbinder.cpp161 PARCEL_READ_OPT_STATUS(uint64_t, readUint64),
/frameworks/av/media/libmedia/
DIMediaSource.cpp154 uint64_t index = reply.readUint64(); in readMultiple()
DIMediaRecorder.cpp495 return reply.readUint64(bytes); in getRtpDataUsage()
/frameworks/native/include/binder/
DParcel.h419 LIBBINDER_EXPORTED uint64_t readUint64() const;
420 LIBBINDER_EXPORTED status_t readUint64(uint64_t* pArg) const;
1127 return readUint64(t);
/frameworks/native/libs/binder/include/binder/
DParcel.h419 LIBBINDER_EXPORTED uint64_t readUint64() const;
420 LIBBINDER_EXPORTED status_t readUint64(uint64_t* pArg) const;
1127 return readUint64(t);
DSafeInterface.h197 return handler.callParcel("readUint64", [&]() { return parcel.readUint64(i); });
/frameworks/native/libs/binder/ndk/
Dparcel.cpp564 status_t status = parcel->get()->readUint64(value); in AParcel_readUint64()
/frameworks/av/camera/
DVendorTagDescriptor.cpp392 if ((res = parcel->readUint64(&id)) != OK) { in readFromParcel()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp7409 if (data.readUint64(&value) != NO_ERROR) { in onTransact()
7519 if (uint64_t inputDisplayId; data.readUint64(&inputDisplayId) == NO_ERROR) { in onTransact()