Home
last modified time | relevance | path

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

/packages/services/Car/packages/ScriptExecutor/src/
DJniUtils.cpp104 const auto kLength = env->GetArrayLength(booleanArray); in pushBundleToLuaTable() local
121 const auto kLength = env->GetArrayLength(intArray); in pushBundleToLuaTable() local
139 const auto kLength = env->GetArrayLength(longArray); in pushBundleToLuaTable() local
156 const auto kLength = env->GetArrayLength(doubleArray); in pushBundleToLuaTable() local
172 const auto kLength = env->GetArrayLength(stringArray); in pushBundleToLuaTable() local
/packages/modules/Bluetooth/system/gd/common/
Dbyte_array.h39 ByteArray(const uint8_t (&d)[kLength]) { in ByteArray()
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Daddress.cc45 Address::Address(const uint8_t (&address)[kLength]) { in Address()
/packages/modules/Bluetooth/system/gd/hci/
Dclass_of_device.cc32 ClassOfDevice::ClassOfDevice(const uint8_t (&class_of_device)[kLength]) { in ClassOfDevice()
/packages/modules/Bluetooth/system/pdl/hci/
Dclass_of_device.cc33 ClassOfDevice::ClassOfDevice(const uint8_t (&class_of_device)[kLength]) { in ClassOfDevice()
/packages/modules/NeuralNetworks/runtime/test/
DTestUnspecifiedDimensions.cpp133 static constexpr size_t kLength = 64; member in __anon1e0d2ba30111::UnspecifiedDimensionsTest::SharedMemoryForTest
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc75 constexpr uint16_t kLength = 0x5678; variable