Searched refs:writeInt64Impl (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/protoutil/src/ |
D | ProtoOutputStream.cpp | 61 case FIELD_TYPE_INT64: writeInt64Impl(id, (long long)val); break; in write() 87 case FIELD_TYPE_INT64: writeInt64Impl(id, (long long)val); break; in write() 113 case FIELD_TYPE_INT64: writeInt64Impl(id, (long long)val); break; in write() 141 case FIELD_TYPE_INT64: writeInt64Impl(id, (long long)val); break; in write() 557 ProtoOutputStream::writeInt64Impl(uint32_t id, long long val) in writeInt64Impl() function in android::util::ProtoOutputStream
|
/frameworks/base/libs/protoutil/include/android/util/ |
D | ProtoOutputStream.h | 146 inline void writeInt64Impl(uint32_t id, long long val);
|
/frameworks/base/core/java/android/util/proto/ |
D | ProtoOutputStream.java | 307 writeInt64Impl(id, (long)val); in write() 442 writeInt64Impl(id, (long)val); in write() 577 writeInt64Impl(id, (long)val); in write() 712 writeInt64Impl(id, (long)val); in write() 1173 writeInt64Impl(id, val); in writeInt64() 1176 private void writeInt64Impl(int id, long val) { in writeInt64Impl() method in ProtoOutputStream
|