Searched refs:smaller_memory_only_config_ptr (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | classic_device_test.cc | 82 ConfigCache* smaller_memory_only_config_ptr = &memory_only_config1; in TEST() local 85 smaller_memory_only_config_ptr = &memory_only_config2; in TEST() 93 …ClassicDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString… in TEST() 99 …ClassicDevice device1(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString(… in TEST() 106 …ClassicDevice device2(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()… in TEST() 111 …ClassicDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString(… in TEST() 118 …ClassicDevice device2(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString(… in TEST() 124 …ClassicDevice device2(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString… in TEST() 130 …ClassicDevice device2(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString(… in TEST() 135 …ClassicDevice device1(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()… in TEST() [all …]
|
D | le_device_test.cc | 82 ConfigCache* smaller_memory_only_config_ptr = &memory_only_config1; in TEST() local 85 smaller_memory_only_config_ptr = &memory_only_config2; in TEST() 93 … LeDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() 99 LeDevice device1(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() 106 LeDevice device2(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() 111 LeDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() 118 LeDevice device2(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() 124 … LeDevice device2(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() 130 LeDevice device2(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() 135 LeDevice device1(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() [all …]
|
D | device_test.cc | 254 ConfigCache* smaller_memory_only_config_ptr = &memory_only_config1; in TEST() local 257 smaller_memory_only_config_ptr = &memory_only_config2; in TEST() 265 Device device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() 271 Device device1(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() 278 Device device2(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() 283 Device device1(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() 290 Device device2(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() 296 Device device2(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() 302 Device device2(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() 307 Device device1(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() [all …]
|