HomeSort by relevance Sort by last modified time
    Searched refs:writeInt64 (Results 1 - 25 of 44) sorted by null

1 2

  /frameworks/native/services/batteryservice/
BatteryProperty.cpp 36 p->writeInt64(valueInt64);
  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.h 64 void writeInt64(int64_t value);
EventLog.cpp 104 void EventLog::TagBuffer::writeInt64(int64_t value) {
  /frameworks/av/media/common_time/
ICommonClock.cpp 74 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(timelineID)
    [all...]
ICommonTimeConfig.cpp 144 data.writeInt64(id);
389 reply->writeInt64(id);
  /frameworks/native/libs/gui/
ISensorEventConnection.cpp 63 data.writeInt64(samplingPeriodNs);
64 data.writeInt64(maxBatchReportLatencyNs);
75 data.writeInt64(ns);
IGraphicBufferConsumer.cpp 221 data.writeInt64(presentWhen);
264 data.writeInt64(frameNumber);
483 reply->writeInt64(slotMask);
  /frameworks/av/camera/
ICameraRecordingProxyListener.cpp 43 data.writeInt64(timestamp);
CaptureResult.cpp 55 parcel->writeInt64(frameNumber);
ICameraClient.cpp 75 data.writeInt64(timestamp);
  /frameworks/av/media/libmedia/
IMediaMetadataRetriever.cpp 106 data.writeInt64(headers->size());
122 data.writeInt64(offset);
123 data.writeInt64(length);
133 data.writeInt64(timeUs);
IStreamSource.cpp 65 data.writeInt64(static_cast<int64_t>(buffers.size()));
75 data.writeInt64(static_cast<int64_t>(index));
148 data.writeInt64(static_cast<int64_t>(index));
149 data.writeInt64(static_cast<int64_t>(size));
IAudioTrack.cpp 121 data.writeInt64(size);
141 data.writeInt64(pts);
154 data.writeInt64(xform.a_zero);
155 data.writeInt64(xform.b_zero);
IMediaLogService.cpp 46 data.writeInt64((int64_t) size);
IHDCP.cpp 154 data.writeInt64(inputCTR);
257 reply->writeInt64(inputCTR);
285 reply->writeInt64(inputCTR);
IAudioFlingerClient.cpp 58 data.writeInt64(desc->frameCount);
IOMX.cpp 144 data.writeInt64(size);
165 data.writeInt64(size);
179 data.writeInt64(size);
200 data.writeInt64(size);
398 data.writeInt64(size);
470 data.writeInt64(timestamp);
507 data.writeInt64(size);
861 reply->writeInt64((uintptr_t)buffer_data);
IMediaHTTPConnection.cpp 94 data.writeInt64(offset);
IAudioFlinger.cpp 116 data.writeInt64(frameCount);
192 data.writeInt64(frameCount);
201 data.writeInt64(notificationFrames != NULL ? *notificationFrames : 0);
    [all...]
IMediaPlayerService.cpp 128 data.writeInt64(offset);
129 data.writeInt64(length);
ICrypto.cpp 134 data.writeInt64(static_cast<uint64_t>(reinterpret_cast<uintptr_t>(dstPtr)));
  /frameworks/av/camera/camera2/
ICameraDeviceUser.cpp 347 reply->writeInt64(lastFrameNumber);
376 reply->writeInt64(lastFrameNumber);
387 reply->writeInt64(lastFrameNumber);
478 reply->writeInt64(lastFrameNumber);
ICameraDeviceCallbacks.cpp 78 data.writeInt64(timestamp);
  /frameworks/av/include/media/stagefright/
MPEG4Writer.h 55 void writeInt64(int64_t x);
  /frameworks/native/libs/input/
Input.cpp 163 parcel->writeInt64(bits);
486 parcel->writeInt64(mDownTime);
496 parcel->writeInt64(mSampleEventTimes.itemAt(h));

Completed in 463 milliseconds

1 2