Home
last modified time | relevance | path

Searched refs:storage_module (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.h26 …::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);
Dhci_metrics_logging.cc30 …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()
Dle_scanning_manager.cc197 storage::StorageModule* storage_module) { in start()
202 storage_module_ = storage_module; in start()
/packages/modules/Bluetooth/system/gd/security/
Dsecurity_module.cc49 storage::StorageModule* storage_module, in impl()
58 storage_module_(storage_module), in impl()
/packages/modules/Bluetooth/system/gd/security/record/
Dsecurity_record_storage.h38 SecurityRecordStorage(storage::StorageModule* storage_module, os::Handler* handler);
Dsecurity_record_storage.cc108 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/
DAndroid.bp21 "storage_module.cc",
DBUILD.gn26 "storage_module.cc",
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc803 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/
Dsecurity_manager_impl.cc687 storage::StorageModule* storage_module, in SecurityManagerImpl() argument
697 storage_module_(storage_module), in SecurityManagerImpl()
698 security_record_storage_(storage_module, security_handler), in SecurityManagerImpl()
Dsecurity_manager_impl.h68 storage::StorageModule* storage_module,