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

1 2 3 4 5

  /frameworks/av/camera/camera2/
SubmitInfo.cpp 32 res = parcel->writeInt64(mLastFrameNumber);
  /system/bt/binder/android/os/
parcel_uuid.cc 54 status_t status = parcel->writeInt64(uuid_msb(uuid));
57 status = parcel->writeInt64(uuid_lsb(uuid));
  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.h 64 void writeInt64(int64_t value);
  /system/security/keystore/
KeyAttestationPackageInfo.cpp 36 rc = parcel->writeInt64(versionCode_);
OperationResult.cpp 51 out->writeInt64(handle);
  /frameworks/av/media/libaudioclient/
IAudioFlingerClient.cpp 52 data.writeInt64(ioDesc->mFrameCount);
53 data.writeInt64(ioDesc->mFrameCountHAL);
  /system/update_engine/
parcelable_update_engine_status.cc 42 status = parcel->writeInt64(last_checked_time_);
67 status = parcel->writeInt64(new_size_);
  /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/media/libaudioclient/include/media/
IAudioFlinger.h 106 (void)parcel->writeInt64(frameCount);
107 (void)parcel->writeInt64(notificationFrameCount);
155 (void)parcel->writeInt64(frameCount);
156 (void)parcel->writeInt64(notificationFrameCount);
162 (void)parcel->writeInt64(afFrameCount);
163 (void)parcel->writeInt64(afSampleRate);
224 (void)parcel->writeInt64(frameCount);
225 (void)parcel->writeInt64(notificationFrameCount);
280 (void)parcel->writeInt64(frameCount);
281 (void)parcel->writeInt64(notificationFrameCount)
    [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 57 data.writeInt64(static_cast<int64_t>(buffers.size()));
67 data.writeInt64(static_cast<int64_t>(index));
144 data.writeInt64(static_cast<int64_t>(index));
145 data.writeInt64(static_cast<int64_t>(size));
  /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-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 36 void writeInt64(int64_t Value);

Completed in 1353 milliseconds

1 2 3 4 5