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