Home
last modified time | relevance | path

Searched defs:size_bytes (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dlink_layer_socket_device.cc102 std::vector<uint8_t> size_bytes; in ReceiveLinkLayerPacket() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_BtifConfigInterface.cc52 int* size_bytes) { in GetStr()
Dmock_btif_config.cc97 char* value, int* size_bytes) { in btif_config_get_str()
Dmock_device_iot_config.cc91 int* size_bytes) { in device_iot_config_get_str()
/packages/modules/Bluetooth/system/main/shim/
Dconfig.cc81 int* size_bytes) { in GetStr()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc261 char* value, int* size_bytes) { in btif_config_get_str()
/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config.cc189 int* size_bytes) { in device_iot_config_get_str()
/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc2295 int size_bytes = initial_size_bytes; in TEST_F() local
2311 int size_bytes = initial_size_bytes; in TEST_F() local
2484 size_t size_bytes = initial_size_bytes; in TEST_F() local
2501 size_t size_bytes = initial_size_bytes; in TEST_F() local
2520 size_t size_bytes = initial_size_bytes; in TEST_F() local
2539 size_t size_bytes = initial_size_bytes; in TEST_F() local
2558 size_t size_bytes = initial_size_bytes; in TEST_F() local
/packages/modules/Virtualization/virtualizationmanager/src/
Daidl.rs192 let size_bytes = size_bytes.try_into().map_err(|e| { in initializeWritablePartition() localVariable
198 let size_bytes = round_up(size_bytes, PARTITION_GRANULARITY_BYTES); in initializeWritablePartition() localVariable