Home
last modified time | relevance | path

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

12

/aosp12/system/bt/service/common/android/bluetooth/
H A Duuid.cc50 status_t status = parcel->writeUint64(most_sig_bits); in writeToParcel()
53 status = parcel->writeUint64(least_sig_bits); in writeToParcel()
/aosp12/frameworks/native/libs/graphicsenv/
H A DIGpuService.cpp40 data.writeUint64(driverVersionCode); in setGpuStats()
57 data.writeUint64(driverVersionCode); in setTargetStats()
59 data.writeUint64(value); in setTargetStats()
H A DGpuStatsInfo.cpp31 if ((status = parcel->writeUint64(driverVersionCode)) != OK) return status; in writeToParcel()
84 if ((status = parcel->writeUint64(driverVersionCode)) != OK) return status; in writeToParcel()
/aosp12/frameworks/native/libs/gui/
H A DITransactionCompletedListener.cpp38 status_t err = output->writeUint64(frameNumber); in writeToParcel()
312 SAFE_PARCEL(output->writeUint64, bufferId); in writeToParcel()
313 SAFE_PARCEL(output->writeUint64, framenumber); in writeToParcel()
H A DOccupancyTracker.cpp34 result = parcel->writeUint64(static_cast<uint64_t>(numFrames)); in writeToParcel()
H A DISurfaceComposer.cpp97 SAFE_PARCEL(data.writeUint64, uncacheBuffer.id); in setTransactionState()
106 SAFE_PARCEL(data.writeUint64, transactionId); in setTransactionState()
131 SAFE_PARCEL(data.writeUint64, displayOrLayerStack); in captureDisplay()
309 data.writeUint64(displayId.value); in getPhysicalDisplayToken()
685 data.writeUint64(maxFrames); in setDisplayContentSamplingEnabled()
700 data.writeUint64(maxFrames); in getDisplayedContentSample()
701 data.writeUint64(timestamp); in getDisplayedContentSample()
1705 reply->writeUint64(stats.numFrames); in onTransact()
1752 return reply->writeUint64(id.value); in onTransact()
H A DIGraphicBufferProducer.cpp177 data.writeUint64(usage); in dequeueBuffer()
520 data.writeUint64(usage); in allocateBuffers()
1105 reply->writeUint64(bufferAge); in onTransact()
1480 result = reply->writeUint64(outId); in onTransact()
1494 result = reply->writeUint64(outUsage); in onTransact()
H A DLayerState.cpp84 SAFE_PARCEL(output.writeUint64, what); in write()
138 SAFE_PARCEL(output.writeUint64, cachedBuffer.id); in write()
155 SAFE_PARCEL(output.writeUint64, frameNumber); in write()
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dserialization.cpp239 data.writeUint64(0); in TEST_F()
240 data.writeUint64(1); in TEST_F()
241 data.writeUint64(numeric_limits<uint64_t>::max()); in TEST_F()
/aosp12/frameworks/av/media/libmedia/
H A DIMediaSource.cpp407 reply->writeUint64(index); in onTransact()
413 reply->writeUint64(index); in onTransact()
H A DIMediaRecorder.cpp787 reply->writeUint64(bytes); in onTransact()
/aosp12/system/connectivity/wificond/scanning/
H A Dscan_result.cpp62 RETURN_IF_FAILED(parcel->writeUint64(tsf)); in writeToParcel()
/aosp12/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
H A Dparcelable_composer_frame.cpp19 status_t ret = parcel->writeUint64(frame_.display_id); in writeToParcel()
H A Dparcelable_composer_layer.cpp19 status_t ret = parcel->writeUint64(layer_.id); in writeToParcel()
/aosp12/frameworks/native/libs/binder/
H A DIMemory.cpp245 reply->writeUint64(size); in onTransact()
407 reply->writeUint64(getSize()); in onTransact()
/aosp12/system/libhwbinder/include/hwbinder/
H A DParcel.h108 status_t writeUint64(uint64_t val);
/aosp12/hardware/qcom/sm7250/display/libqdutils/
H A Ddisplay_config.cpp260 inParcel.writeUint64(bitClk); in setDsiClk()
/aosp12/system/libhwbinder/
H A DParcel.cpp548 status_t Parcel::writeUint64(uint64_t val) in writeUint64() function in android::hardware::Parcel
849 status = writeUint64(0); in writeNativeHandleNoDup()
855 writeUint64(native_handle_size); in writeNativeHandleNoDup()
/aosp12/hardware/qcom/sm8150/display/libqdutils/
H A Ddisplay_config.cpp309 inParcel.writeUint64(bitClk); in setDsiClk()
/aosp12/frameworks/native/include/binder/
H A DParcel.h143 status_t writeUint64(uint64_t val);
833 return writeUint64(t);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DParcel.h143 status_t writeUint64(uint64_t val);
833 return writeUint64(t);
H A DSafeInterface.h200 return handler.callParcel("writeUint64", [&]() { return parcel->writeUint64(i); });
/aosp12/frameworks/native/libs/binder/ndk/
H A Dparcel.cpp491 status_t status = parcel->get()->writeUint64(value); in AParcel_writeUint64()
/aosp12/frameworks/av/camera/
H A DVendorTagDescriptor.cpp364 if ((res = parcel->writeUint64(iter.first)) != OK) break; in writeToParcel()
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_session.cpp2432 output_parcel->writeUint64(bitrate); in GetDsiClk()
2453 output_parcel->writeUint64(bit_rate); in GetSupportedDsiClk()

12