Home
last modified time | relevance | path

Searched refs:mMaxPacketLengthBytes (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/location/
H A DContextHubInfo.java43 private int mMaxPacketLengthBytes; field in ContextHubInfo
73 mMaxPacketLengthBytes = contextHub.maxSupportedMsgLen; in ContextHubInfo()
96 mMaxPacketLengthBytes = contextHub.maxSupportedMessageLengthBytes; in ContextHubInfo()
113 return mMaxPacketLengthBytes; in getMaxPacketLengthBytes()
292 retVal += ", MaxPacketLength : " + mMaxPacketLengthBytes + " Bytes"; in toString()
318 proto.write(ContextHubInfoProto.MAX_PACKET_LENGTH_BYTES, mMaxPacketLengthBytes); in dump()
341 && (other.getMaxPacketLengthBytes() == mMaxPacketLengthBytes) in equals()
360 mMaxPacketLengthBytes = in.readInt(); in ContextHubInfo()
387 out.writeInt(mMaxPacketLengthBytes); in writeToParcel()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21102 Landroid/hardware/location/ContextHubInfo;->mMaxPacketLengthBytes:I