Searched refs:wireType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java2399 public void writeTag(int id, int wireType) { argument
2400 mBuffer.writeRawVarint32((id << FIELD_ID_SHIFT) | wireType);
2498 final int wireType = tag & WIRE_TYPE_MASK;
2499 switch (wireType) {
2544 + Integer.toHexString(tag) + " wireType=" + wireType
2567 final int wireType = tag & WIRE_TYPE_MASK;
2568 switch (wireType) {
2603 + Integer.toHexString(tag) + " wireType=" + wireType
[all...]

Completed in 79 milliseconds