Searched refs:writeInt64 (Results 1 - 25 of 34) sorted by last modified time

12

/frameworks/native/include/binder/
H A DParcel.h97 status_t writeInt64(int64_t val);
/frameworks/native/libs/binder/
H A DParcel.cpp669 status_t Parcel::writeInt64(int64_t val) function in class:android::Parcel
/frameworks/native/libs/gui/
H A DIGraphicBufferConsumer.cpp221 data.writeInt64(presentWhen);
264 data.writeInt64(frameNumber);
483 reply->writeInt64(slotMask);
H A DISensorEventConnection.cpp63 data.writeInt64(samplingPeriodNs);
64 data.writeInt64(maxBatchReportLatencyNs);
75 data.writeInt64(ns);
/frameworks/native/libs/input/
H A DInput.cpp163 parcel->writeInt64(bits);
486 parcel->writeInt64(mDownTime);
496 parcel->writeInt64(mSampleEventTimes.itemAt(h));
/frameworks/native/services/batteryservice/
H A DBatteryProperty.cpp36 p->writeInt64(valueInt64);
/frameworks/native/services/surfaceflinger/EventLog/
H A DEventLog.cpp104 void EventLog::TagBuffer::writeInt64(int64_t value) { function in class:android::EventLog::TagBuffer
H A DEventLog.h64 void writeInt64(int64_t value);
/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp241 const status_t err = parcel->writeInt64(val);
/frameworks/av/camera/
H A DCaptureResult.cpp55 parcel->writeInt64(frameNumber);
H A DICameraClient.cpp75 data.writeInt64(timestamp);
H A DICameraRecordingProxyListener.cpp43 data.writeInt64(timestamp);
/frameworks/av/camera/camera2/
H A DICameraDeviceCallbacks.cpp78 data.writeInt64(timestamp);
H A DICameraDeviceUser.cpp347 reply->writeInt64(lastFrameNumber);
376 reply->writeInt64(lastFrameNumber);
387 reply->writeInt64(lastFrameNumber);
478 reply->writeInt64(lastFrameNumber);
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp441 data.writeInt64(position);
611 data.writeInt64(offset);
612 data.writeInt64(length);
780 data.writeInt64(offset);
1217 reply->writeInt64(drmConvertedStatus->offset);
1248 reply->writeInt64(drmConvertedStatus->offset);
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h55 void writeInt64(int64_t x);
/frameworks/av/media/common_time/
H A DICommonClock.cpp74 data.writeInt64(commonTime);
90 data.writeInt64(localTime);
262 reply->writeInt64(localTime);
274 reply->writeInt64(commonTime);
285 reply->writeInt64(commonTime);
296 reply->writeInt64(freq);
307 reply->writeInt64(localTime);
318 reply->writeInt64(freq);
340 reply->writeInt64(static_cast<int64_t>(id));
411 data.writeInt64(timelineI
[all...]
H A DICommonTimeConfig.cpp144 data.writeInt64(id);
389 reply->writeInt64(id);
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp116 data.writeInt64(frameCount);
192 data.writeInt64(frameCount);
201 data.writeInt64(notificationFrames != NULL ? *notificationFrames : 0);
938 reply->writeInt64(frameCount);
964 reply->writeInt64(frameCount);
967 reply->writeInt64(notificationFrames);
986 reply->writeInt64( frameCount((audio_io_handle_t) data.readInt32()) );
1085 reply->writeInt64( getInputBufferSize(sampleRate, format, channelMask) );
1281 reply->writeInt64(getPrimaryOutputFrameCount());
H A DIAudioFlingerClient.cpp58 data.writeInt64(desc->frameCount);
H A DIAudioTrack.cpp121 data.writeInt64(size);
141 data.writeInt64(pts);
154 data.writeInt64(xform.a_zero);
155 data.writeInt64(xform.b_zero);
H A DICrypto.cpp135 data.writeInt64(static_cast<uint64_t>(reinterpret_cast<uintptr_t>(dstPtr)));
H A DIHDCP.cpp154 data.writeInt64(inputCTR);
257 reply->writeInt64(inputCTR);
285 reply->writeInt64(inputCTR);
H A DIMediaHTTPConnection.cpp94 data.writeInt64(offset);
H A DIMediaLogService.cpp46 data.writeInt64((int64_t) size);

Completed in 956 milliseconds

12