Home
last modified time | relevance | path

Searched defs:kLength (Results 1 – 6 of 6) 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]) { std::copy(d, d + kLength, data()); } in ByteArray()
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Daddress.cc44 Address::Address(const uint8_t (&address)[kLength]) { in Address()
/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 __anon98baecd90111::UnspecifiedDimensionsTest::SharedMemoryForTest
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc79 constexpr uint16_t kLength = 0x5678; variable