Searched refs:larger_memory_only_config_ptr (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | classic_device_test.cc | 83 ConfigCache* larger_memory_only_config_ptr = &memory_only_config2; in TEST() local 86 larger_memory_only_config_ptr = &memory_only_config1; in TEST() 94 …ClassicDevice device2(larger_config_ptr, larger_memory_only_config_ptr, larger_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() 112 …ClassicDevice device2(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()… in TEST() 117 …ClassicDevice device1(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()… in TEST() 123 …ClassicDevice device1(larger_config_ptr, larger_memory_only_config_ptr, larger_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 | 83 ConfigCache* larger_memory_only_config_ptr = &memory_only_config2; in TEST() local 86 larger_memory_only_config_ptr = &memory_only_config1; in TEST() 94 LeDevice device2(larger_config_ptr, larger_memory_only_config_ptr, larger_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() 112 LeDevice device2(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() 117 LeDevice device1(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() 123 LeDevice device1(larger_config_ptr, larger_memory_only_config_ptr, larger_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 | 255 ConfigCache* larger_memory_only_config_ptr = &memory_only_config2; in TEST() local 258 larger_memory_only_config_ptr = &memory_only_config1; in TEST() 266 Device device2(larger_config_ptr, larger_memory_only_config_ptr, larger_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() 284 Device device2(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() 289 Device device1(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() 295 Device device1(larger_config_ptr, larger_memory_only_config_ptr, larger_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 …]
|