Home
last modified time | relevance | path

Searched defs:typeSize (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/aware/
H A DTlvBufferUtils.java79 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 DrsScriptGroup.cpp197 const Type ** type, size_t typeSize) { in create()
371 const RsType * type, size_t typeSize) { in rsi_ScriptGroupCreate()
H A DrsHidlAdaptation.cpp964 const RsType * type, size_t typeSize) in ScriptGroupCreate()
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/
H A DShimDevice.cpp429 auto typeSize = ::android::nn::getNonExtensionSize(*type, dimensions); in allocate() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp127 size_t typeSize = getTypeSize(type); in updateAny() local
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp6884 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 DResourceTable.cpp3152 const size_t typeSize = sizeof(ResTable_type) + sizeof(uint32_t)*N; in flatten() local