Searched defs:writeInt64Impl (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/protoutil/src/ | ||
D | ProtoOutputStream.cpp | 544 ProtoOutputStream::writeInt64Impl(uint32_t id, int64_t val) in writeInt64Impl() function in android::util::ProtoOutputStream |
/frameworks/base/core/java/android/util/proto/ | ||
D | ProtoOutputStream.java | 1112 private void writeInt64Impl(int id, long val) { in writeInt64Impl() method in ProtoOutputStream |