Searched refs:storage_module (Results 1 – 10 of 10) sorted by relevance
/system/bt/gd/hci/ |
D | hci_metrics_logging.h | 25 …::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);
|
D | hci_metrics_logging.cc | 28 …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/ |
D | security_record_storage.h | 42 SecurityRecordStorage(storage::StorageModule* storage_module, os::Handler* handler);
|
D | security_record_storage.cc | 101 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/ |
D | security_module.cc | 48 storage::StorageModule* storage_module, in impl() 57 storage_module_(storage_module), in impl()
|
/system/bt/gd/storage/ |
D | Android.bp | 22 "storage_module.cc",
|
D | BUILD.gn | 27 "storage_module.cc",
|
/system/bt/main/shim/ |
D | le_scanning_manager.cc | 458 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/ |
D | security_manager_impl.cc | 670 storage::StorageModule* storage_module, in SecurityManagerImpl() argument 680 storage_module_(storage_module), in SecurityManagerImpl() 681 security_record_storage_(storage_module, security_handler), in SecurityManagerImpl()
|
D | security_manager_impl.h | 63 storage::StorageModule* storage_module,
|