Home
last modified time | relevance | path

Searched defs:writeInt64Impl (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/protoutil/src/
DProtoOutputStream.cpp544 ProtoOutputStream::writeInt64Impl(uint32_t id, int64_t val) in writeInt64Impl() function in android::util::ProtoOutputStream
/frameworks/base/core/java/android/util/proto/
DProtoOutputStream.java1112 private void writeInt64Impl(int id, long val) { in writeInt64Impl() method in ProtoOutputStream