Searched refs:smaller_config_ptr (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | classic_device_test.cc | 72 ConfigCache* smaller_config_ptr = &config1; in TEST() local 75 smaller_config_ptr = &config2; in TEST() 93 …ClassicDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString… in TEST() 100 …ClassicDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()… in TEST() 105 …ClassicDevice device1(smaller_config_ptr, larger_memory_only_config_ptr, smaller_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() 129 …ClassicDevice device1(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()… in TEST() 136 …ClassicDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString(… in TEST() [all …]
|
D | le_device_test.cc | 72 ConfigCache* smaller_config_ptr = &config1; in TEST() local 75 smaller_config_ptr = &config2; in TEST() 93 … LeDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() 100 LeDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() 105 LeDevice device1(smaller_config_ptr, larger_memory_only_config_ptr, smaller_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() 129 LeDevice device1(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() 136 LeDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() [all …]
|
D | device_test.cc | 244 ConfigCache* smaller_config_ptr = &config1; in TEST() local 247 smaller_config_ptr = &config2; in TEST() 265 Device device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() 272 Device device2(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() 277 Device device1(smaller_config_ptr, larger_memory_only_config_ptr, smaller_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() 301 Device device1(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() 308 Device device2(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() [all …]
|