/frameworks/av/media/libmedia/ |
D | MediaResource.cpp | 42 mValue = parcel.readUint64(); in readFromParcel()
|
D | IMediaSource.cpp | 154 uint64_t index = reply.readUint64(); in readMultiple()
|
/frameworks/native/libs/graphicsenv/ |
D | GpuStatsInfo.cpp | 49 if ((status = parcel->readUint64(&driverVersionCode)) != OK) return status; in readFromParcel() 95 if ((status = parcel->readUint64(&driverVersionCode)) != OK) return status; in readFromParcel()
|
D | IGpuService.cpp | 125 if ((status = data.readUint64(&driverVersionCode)) != OK) return status; in onTransact() 184 if ((status = data.readUint64(&driverVersionCode)) != OK) return status; in onTransact()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/ |
D | reader.js | 487 return this.readUint64(); 695 jspb.BinaryReader.prototype.readUint64 = function() { method in jspb.BinaryReader 770 return this.decoder_.readUint64(); 1046 return this.readPackedField_(this.decoder_.readUint64);
|
D | decoder_test.js | 221 assertThrows(function() {decoder.readUint64()}); 273 jspb.BinaryDecoder.prototype.readUint64,
|
D | reader_test.js | 171 assertThrows(function() {reader.readUint64()}); 324 assertNotUndefined(jspb.BinaryReader.prototype.readUint64); 334 jspb.BinaryReader.prototype.readUint64, 383 assertNotNull(jspb.BinaryReader.prototype.readUint64); 401 jspb.BinaryReader.prototype.readUint64,
|
D | decoder.js | 786 jspb.BinaryDecoder.prototype.readUint64 = function() { method in jspb.BinaryDecoder
|
/frameworks/native/libs/gui/ |
D | OccupancyTracker.cpp | 51 result = parcel->readUint64(&uintNumFrames); in readFromParcel()
|
D | LayerState.cpp | 104 what = input.readUint64(); in read() 123 frameNumber_legacy = input.readUint64(); in read() 161 cachedBuffer.id = input.readUint64(); in read()
|
D | IGraphicBufferProducer.cpp | 163 result = reply.readUint64(outBufferAge); in dequeueBuffer() 167 result = reply.readUint64(&bufferAge); in dequeueBuffer() 525 result = reply.readUint64(outId); in getUniqueId() 544 result = reply.readUint64(outUsage); in getConsumerUsage() 799 uint64_t usage = data.readUint64(); in onTransact() 928 uint64_t usage = data.readUint64(); in onTransact()
|
D | ISurfaceComposer.cpp | 749 result = reply.readUint64(&outStats->numFrames); in getDisplayedContentSample() 1039 uncachedBuffer.id = data.readUint64(); in onTransact() 1090 uint64_t displayOrLayerStack = data.readUint64(); in onTransact() 1179 PhysicalDisplayId displayId = data.readUint64(); in onTransact() 1435 result = data.readUint64(&maxFrames); in onTransact() 1451 status_t result = data.readUint64(&maxFrames); in onTransact() 1457 result = data.readUint64(×tamp); in onTransact()
|
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/ |
D | parcelable_composer_frame.cpp | 61 status_t ret = parcel->readUint64(&frame_.display_id); in readFromParcel()
|
D | parcelable_composer_layer.cpp | 117 status_t ret = parcel->readUint64(&layer_.id); in readFromParcel()
|
/frameworks/native/libs/binder/ |
D | IMemory.cpp | 196 const uint64_t size64 = reply.readUint64(); in getMemory() 322 const uint64_t size64 = reply.readUint64(); in assertReallyMapped()
|
D | Parcel.cpp | 1788 return readNullableTypedVector(val, &Parcel::readUint64); in readUint64Vector() 1792 return readTypedVector(val, &Parcel::readUint64); in readUint64Vector() 1920 status_t Parcel::readUint64(uint64_t *pArg) const in readUint64() function in android::Parcel 1925 uint64_t Parcel::readUint64() const in readUint64() function in android::Parcel
|
/frameworks/native/libs/binder/include/binder/ |
D | Parcel.h | 258 uint64_t readUint64() const; 259 status_t readUint64(uint64_t *pArg) const;
|
D | SafeInterface.h | 197 return handler.callParcel("readUint64", [&]() { return parcel.readUint64(i); });
|
/frameworks/av/camera/ |
D | VendorTagDescriptor.cpp | 392 if ((res = parcel->readUint64(&id)) != OK) { in readFromParcel()
|
/frameworks/native/libs/binder/ndk/ |
D | parcel.cpp | 539 status_t status = parcel->get()->readUint64(value); in AParcel_readUint64()
|