Searched refs:storage_module (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_metrics_logging.h | 26 …::unique_ptr<CommandView>& command_view, EventView packet, storage::StorageModule* storage_module); 31 …og_link_layer_connection_other_hci_event(EventView packet, storage::StorageModule* storage_module); 42 storage::StorageModule* storage_module);
|
D | hci_metrics_logging.cc | 30 …que_ptr<CommandView>& command_view, EventView event_view, storage::StorageModule* storage_module) { in log_hci_event() argument 63 log_link_layer_connection_other_hci_event(event_view, storage_module); in log_hci_event() 573 …g_link_layer_connection_other_hci_event(EventView packet, storage::StorageModule* storage_module) { in log_link_layer_connection_other_hci_event() argument 598 storage_module); in log_link_layer_connection_other_hci_event() 1276 storage::StorageModule* storage_module) { in log_remote_device_information() argument 1280 const storage::Device device = storage_module->GetDeviceByLegacyKey(address); in log_remote_device_information()
|
D | le_scanning_manager.cc | 197 storage::StorageModule* storage_module) { in start() 202 storage_module_ = storage_module; in start()
|
/packages/modules/Bluetooth/system/gd/security/ |
D | security_module.cc | 49 storage::StorageModule* storage_module, in impl() 58 storage_module_(storage_module), in impl()
|
/packages/modules/Bluetooth/system/gd/security/record/ |
D | security_record_storage.h | 38 SecurityRecordStorage(storage::StorageModule* storage_module, os::Handler* handler);
|
D | security_record_storage.cc | 108 SecurityRecordStorage::SecurityRecordStorage(storage::StorageModule* storage_module, os::Handler* h… in SecurityRecordStorage() argument 109 : storage_module_(storage_module), handler_(handler) {} in SecurityRecordStorage()
|
/packages/modules/Bluetooth/system/gd/storage/ |
D | Android.bp | 21 "storage_module.cc",
|
D | BUILD.gn | 26 "storage_module.cc",
|
/packages/modules/Bluetooth/system/main/shim/ |
D | le_scanning_manager.cc | 803 auto* storage_module = bluetooth::shim::GetStorage(); in handle_remote_properties() local 807 auto mutation = storage_module->Modify(); in handle_remote_properties() 809 storage_module->GetDeviceByLegacyKey(address); in handle_remote_properties() 814 auto mutation2 = storage_module->Modify(); in handle_remote_properties()
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.cc | 687 storage::StorageModule* storage_module, in SecurityManagerImpl() argument 697 storage_module_(storage_module), in SecurityManagerImpl() 698 security_record_storage_(storage_module, security_handler), in SecurityManagerImpl()
|
D | security_manager_impl.h | 68 storage::StorageModule* storage_module,
|