Home
last modified time | relevance | path

Searched refs:mKeySize (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java163 protected int mKeySize = 16; field in BluetoothGattCharacteristic
255 out.writeInt(mKeySize); in writeToParcel()
276 mKeySize = in.readInt(); in BluetoothGattCharacteristic()
297 return mKeySize; in getKeySize()
426 mKeySize = keySize; in setKeySize()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DBpfMap.java70 private final int mKeySize; field in BpfMap
116 mKeySize = Struct.getSize(key); in BpfMap()
118 mMapFd = cachedBpfFdGet(path, flag, mKeySize, mValueSize); in BpfMap()
214 byte[] rawKey = new byte[mKeySize]; in getNextKeyInternal()
/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache.h298 size_t mKeySize; member
DBlobCache.cpp266 eheader->mKeySize = keySize; in flatten()
319 size_t keySize = eheader->mKeySize; in unflatten()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt377 Landroid/bluetooth/BluetoothGattCharacteristic;->mKeySize:I