Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dhci_metrics_logging.h25 …::unique_ptr<CommandView>& command_view, EventView packet, storage::StorageModule* storage_module);
29 …og_link_layer_connection_other_hci_event(EventView packet, storage::StorageModule* storage_module);
36 …ss& address, uint32_t connection_handle, ErrorCode status, storage::StorageModule* storage_module);
Dhci_metrics_logging.cc28 …que_ptr<CommandView>& command_view, EventView event_view, storage::StorageModule* storage_module) { in log_hci_event() argument
53 log_link_layer_connection_other_hci_event(event_view, storage_module); in log_hci_event()
318 …g_link_layer_connection_other_hci_event(EventView packet, storage::StorageModule* storage_module) { in log_link_layer_connection_other_hci_event() argument
337 log_remote_device_information(address, connection_handle, status, storage_module); in log_link_layer_connection_other_hci_event()
849 …s& address, uint32_t connection_handle, ErrorCode status, storage::StorageModule* storage_module) { in log_remote_device_information() argument
853 const storage::Device device = storage_module->GetDeviceByLegacyKey(address); in log_remote_device_information()
/system/bt/gd/security/record/
Dsecurity_record_storage.h42 SecurityRecordStorage(storage::StorageModule* storage_module, os::Handler* handler);
Dsecurity_record_storage.cc101 SecurityRecordStorage::SecurityRecordStorage(storage::StorageModule* storage_module, os::Handler* h… in SecurityRecordStorage() argument
102 : storage_module_(storage_module), handler_(handler) {} in SecurityRecordStorage()
/system/bt/gd/security/
Dsecurity_module.cc48 storage::StorageModule* storage_module, in impl()
57 storage_module_(storage_module), in impl()
/system/bt/gd/storage/
DAndroid.bp22 "storage_module.cc",
DBUILD.gn27 "storage_module.cc",
/system/bt/main/shim/
Dle_scanning_manager.cc458 auto* storage_module = bluetooth::shim::GetStorage(); in handle_remote_properties() local
462 auto mutation = storage_module->Modify(); in handle_remote_properties()
464 storage_module->GetDeviceByLegacyKey(address); in handle_remote_properties()
469 auto mutation2 = storage_module->Modify(); in handle_remote_properties()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc670 storage::StorageModule* storage_module, in SecurityManagerImpl() argument
680 storage_module_(storage_module), in SecurityManagerImpl()
681 security_record_storage_(storage_module, security_handler), in SecurityManagerImpl()
Dsecurity_manager_impl.h63 storage::StorageModule* storage_module,