Home
last modified time | relevance | path

Searched refs:writeUint64 (Results 1 – 22 of 22) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Dwriter_test.js71 assertFails(function() {writer.writeUint64(-1, 1);});
85 assertFails(function() {writer.writeUint64(1, -1);});
86 assertFails(function() {writer.writeUint64(1, Infinity);});
Dutils_test.js502 writer.writeUint64(1, Math.floor(i));
515 writer.writeUint64(123456789, Math.floor(i));
Dwriter.js302 this.writeUint64(field, /** @type {number} */(value));
528 jspb.BinaryWriter.prototype.writeUint64 = function(field, value) { method in jspb.BinaryWriter
603 this.encoder_.writeUint64(value);
1453 this.encoder_.writeUint64(value[i]);
Ddecoder_test.js274 jspb.BinaryEncoder.prototype.writeUint64,
Dencoder.js256 jspb.BinaryEncoder.prototype.writeUint64 = function(value) { method in jspb.BinaryEncoder
Dreader_test.js325 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint64);
335 jspb.BinaryWriter.prototype.writeUint64,
/frameworks/native/libs/graphicsenv/
DIGpuService.cpp40 data.writeUint64(driverVersionCode); in setGpuStats()
101 data.writeUint64(driverVersionCode); in setTargetStats()
103 data.writeUint64(value); in setTargetStats()
DGpuStatsInfo.cpp31 if ((status = parcel->writeUint64(driverVersionCode)) != OK) return status; in writeToParcel()
84 if ((status = parcel->writeUint64(driverVersionCode)) != OK) return status; in writeToParcel()
/frameworks/av/media/libmedia/
DMediaResource.cpp48 parcel->writeUint64(mValue); in writeToParcel()
DIMediaSource.cpp405 reply->writeUint64(index); in onTransact()
411 reply->writeUint64(index); in onTransact()
/frameworks/native/libs/gui/
DLayerState.cpp32 output.writeUint64(what); in write()
47 output.writeUint64(frameNumber_legacy); in write()
91 output.writeUint64(cachedBuffer.id); in write()
DOccupancyTracker.cpp34 result = parcel->writeUint64(static_cast<uint64_t>(numFrames)); in writeToParcel()
DIGraphicBufferProducer.cpp147 data.writeUint64(usage); in dequeueBuffer()
363 data.writeUint64(usage); in allocateBuffers()
815 reply->writeUint64(bufferAge); in onTransact()
1026 result = reply->writeUint64(outId); in onTransact()
1040 result = reply->writeUint64(outUsage); in onTransact()
DISurfaceComposer.cpp92 data.writeUint64(uncacheBuffer.id); in setTransactionState()
149 data.writeUint64(displayOrLayerStack); in captureScreen()
338 data.writeUint64(displayId); in getPhysicalDisplayToken()
724 data.writeUint64(maxFrames); in setDisplayContentSamplingEnabled()
739 data.writeUint64(maxFrames); in getDisplayedContentSample()
740 data.writeUint64(timestamp); in getDisplayedContentSample()
1466 reply->writeUint64(stats.numFrames); in onTransact()
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
Dparcelable_composer_frame.cpp19 status_t ret = parcel->writeUint64(frame_.display_id); in writeToParcel()
Dparcelable_composer_layer.cpp19 status_t ret = parcel->writeUint64(layer_.id); in writeToParcel()
/frameworks/native/libs/binder/
DIMemory.cpp243 reply->writeUint64(size); in onTransact()
405 reply->writeUint64(getSize()); in onTransact()
DParcel.cpp918 return writeTypedVector(val, &Parcel::writeUint64); in writeUint64Vector()
923 return writeNullableTypedVector(val, &Parcel::writeUint64); in writeUint64Vector()
1049 status_t Parcel::writeUint64(uint64_t val) in writeUint64() function in android::Parcel
/frameworks/native/libs/binder/ndk/
Dparcel.cpp494 status_t status = parcel->get()->writeUint64(value); in AParcel_writeUint64()
/frameworks/av/camera/
DVendorTagDescriptor.cpp364 if ((res = parcel->writeUint64(iter.first)) != OK) break; in writeToParcel()
/frameworks/native/libs/binder/include/binder/
DSafeInterface.h200 return handler.callParcel("writeUint64", [&]() { return parcel->writeUint64(i); });
DParcel.h115 status_t writeUint64(uint64_t val);