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

1 2 3 4

  /system/update_engine/
parcelable_update_engine_status.cc 27 status = parcel->writeInt64(last_checked_time_);
47 return parcel->writeInt64(new_size_);
  /frameworks/native/services/batteryservice/
BatteryProperty.cpp 36 p->writeInt64(valueInt64);
  /frameworks/av/camera/camera2/
SubmitInfo.cpp 32 res = parcel->writeInt64(mLastFrameNumber);
  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.h 64 void writeInt64(int64_t value);
  /frameworks/av/media/libaudioclient/
IAudioFlingerClient.cpp 52 data.writeInt64(ioDesc->mFrameCount);
53 data.writeInt64(ioDesc->mFrameCountHAL);
  /cts/tests/tests/proto/src/android/util/proto/cts/
ProtoOutputStreamInt64Test.java 32 // writeInt64
36 * Test writeInt64.
51 po.writeInt64(ProtoOutputStream.makeFieldId(1, fieldFlags), 0);
52 po.writeInt64(ProtoOutputStream.makeFieldId(2, fieldFlags), 1);
53 po.writeInt64(ProtoOutputStream.makeFieldId(3, fieldFlags), -1);
54 po.writeInt64(ProtoOutputStream.makeFieldId(4, fieldFlags), Integer.MIN_VALUE);
55 po.writeInt64(ProtoOutputStream.makeFieldId(5, fieldFlags), Integer.MAX_VALUE);
56 po.writeInt64(ProtoOutputStream.makeFieldId(6, fieldFlags), Long.MIN_VALUE);
57 po.writeInt64(ProtoOutputStream.makeFieldId(7, fieldFlags), Long.MAX_VALUE);
111 po.writeInt64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), val)
    [all...]
  /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...]
  /frameworks/av/camera/
ICameraRecordingProxyListener.cpp 47 data.writeInt64(timestamp);
57 data.writeInt64(timestamp);
82 data.writeInt64(ts);
  /frameworks/native/libs/sensor/
ISensorEventConnection.cpp 68 data.writeInt64(samplingPeriodNs);
69 data.writeInt64(maxBatchReportLatencyNs);
80 data.writeInt64(ns);
  /external/llvm/lib/DebugInfo/CodeView/
TypeRecordBuilder.cpp 44 void TypeRecordBuilder::writeInt64(int64_t Value) {
75 writeInt64(Value);
  /frameworks/av/media/libmedia/
IMediaExtractorService.cpp 62 data.writeInt64(offset);
63 data.writeInt64(length);
IDataSource.cpp 56 data.writeInt64(offset);
57 data.writeInt64(size);
155 reply->writeInt64(readAt(offset, size));
163 reply->writeInt64(size);
IStreamSource.cpp 68 data.writeInt64(static_cast<int64_t>(buffers.size()));
78 data.writeInt64(static_cast<int64_t>(index));
155 data.writeInt64(static_cast<int64_t>(index));
156 data.writeInt64(static_cast<int64_t>(size));
IResourceManagerService.cpp 81 data.writeInt64(clientId);
92 data.writeInt64(clientId);
IMediaMetadataRetriever.cpp 108 data.writeInt64(headers->size());
124 data.writeInt64(offset);
125 data.writeInt64(length);
152 data.writeInt64(timeUs);
  /frameworks/av/media/libmediametrics/
IMediaAnalyticsService.cpp 136 reply->writeInt64(sessionid);
154 reply->writeInt64(sessionid);
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);

Completed in 4475 milliseconds

1 2 3 4