Home
last modified time | relevance | path

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

/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/
DBpfDumpTest.java99 private String getDumpMap(final IBpfMap<Struct.S32, Struct.S32> map) { in getDumpMap()
132 private String getDumpMapStatus(final IBpfMap<Struct.S32, Struct.S32> map) { in getDumpMapStatus()
/frameworks/libs/net/common/device/com/android/net/module/util/
DStruct.java115 S32, // signed int, size = 4 bytes enumConstant
746 public static class S32 extends Struct { class in Struct
750 public S32(final int val) { in S32() method in Struct.S32
/frameworks/av/media/codec2/tests/
DC2Param_test.cpp641 struct S32 { struct
643 inline S32(const T*) { in S32() argument