Searched defs:typeSize (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/aware/ |
H A D | TlvBufferUtils.java | 79 public TlvConstructor(int typeSize, int lengthSize) { in TlvConstructor() 496 public TlvIterable(int typeSize, int lengthSize, @Nullable byte[] array) { in TlvIterable() 627 public static boolean isValid(@Nullable byte[] array, int typeSize, int lengthSize) { in isValid() 642 public static boolean isValidEndian(@Nullable byte[] array, int typeSize, int lengthSize, in isValidEndian()
|
/aosp12/frameworks/rs/ |
H A D | rsScriptGroup.cpp | 197 const Type ** type, size_t typeSize) { in create() 371 const RsType * type, size_t typeSize) { in rsi_ScriptGroupCreate()
|
H A D | rsHidlAdaptation.cpp | 964 const RsType * type, size_t typeSize) in ScriptGroupCreate()
|
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/ |
H A D | ShimDevice.cpp | 429 auto typeSize = ::android::nn::getNonExtensionSize(*type, dimensions); in allocate() local
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_CameraMetadata.cpp | 127 size_t typeSize = getTypeSize(type); in updateAny() local
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 6884 const uint32_t typeSize = dtohl(type->header.size); in parsePackage() local 7670 uint32_t typeSize = dtohl(type->header.size); in print() local
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | ResourceTable.cpp | 3152 const size_t typeSize = sizeof(ResTable_type) + sizeof(uint32_t)*N; in flatten() local
|