Searched refs:writeInt32Impl (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/libs/protoutil/src/ |
H A D | ProtoOutputStream.cpp | 70 case FIELD_TYPE_INT32: writeInt32Impl(id, (int32_t)val); break; in internalWrite() 132 case FIELD_TYPE_INT32: writeInt32Impl(id, (int)val); break; in write() 583 ProtoOutputStream::writeInt32Impl(uint32_t id, int32_t val) in writeInt32Impl() function in android::util::ProtoOutputStream
|
/aosp14/frameworks/base/libs/protoutil/include/android/util/ |
H A D | ProtoOutputStream.h | 153 inline void writeInt32Impl(uint32_t id, int32_t val);
|
/aosp14/frameworks/base/core/java/android/util/proto/ |
H A D | ProtoOutputStream.java | 250 writeInt32Impl(id, (int)val); in write() 385 writeInt32Impl(id, (int)val); in write() 520 writeInt32Impl(id, (int)val); in write() 655 writeInt32Impl(id, (int)val); in write() 1058 writeInt32Impl(id, val); in writeInt32() 1061 private void writeInt32Impl(int id, int val) { in writeInt32Impl() method in ProtoOutputStream
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 964 Landroid/util/proto/ProtoOutputStream;->writeInt32Impl(II)V
|
H A D | boot-image-profile.txt | 16185 HSPLandroid/util/proto/ProtoOutputStream;->writeInt32Impl(II)V
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 16121 HSPLandroid/util/proto/ProtoOutputStream;->writeInt32Impl(II)V
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 58206 Landroid/util/proto/ProtoOutputStream;->writeInt32Impl(II)V
|