Home
last modified time | relevance | path

Searched refs:smaller_memory_only_config_ptr (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/storage/
Dadapter_config_test.cc78 ConfigCache* smaller_memory_only_config_ptr = &memory_only_config1; in TEST() local
81 smaller_memory_only_config_ptr = &memory_only_config2; in TEST()
89 …AdapterConfig adapter_config1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.… in TEST()
95 …AdapterConfig adapter_config1(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.T… in TEST()
102 …AdapterConfig adapter_config2(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.To… in TEST()
107 …AdapterConfig adapter_config1(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.T… in TEST()
114 …AdapterConfig adapter_config2(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.T… in TEST()
120 …AdapterConfig adapter_config2(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.… in TEST()
126 …AdapterConfig adapter_config2(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.T… in TEST()
131 …AdapterConfig adapter_config1(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.To… in TEST()
[all …]
Dle_device_test.cc82 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 …]
Dclassic_device_test.cc82 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 …]
Ddevice_test.cc254 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 …]