Home
last modified time | relevance | path

Searched defs:unsignedValue (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libmedia/include/media/
H A DModulo.h96 unsignedT unsignedValue() const { return mValue; } in unsignedValue() function
/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/io/write/
H A DTypedOutputStream.java72 public void writeUnsignedByte(int unsignedValue) throws IOException { in writeUnsignedByte()
/aosp12/hardware/interfaces/identity/support/include/cppbor/
H A Dcppbor.h228 uint64_t unsignedValue() const { return mValue; } in unsignedValue() function