Home
last modified time | relevance | path

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

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl51 boolean GetBondedDevices(); in GetBondedDevices() method
/aosp12/system/bt/service/test/
H A Dmock_adapter.h50 MOCK_METHOD0(GetBondedDevices, bool());
/aosp12/system/bt/gd/storage/
H A Dstorage_module.h102 std::vector<Device> GetBondedDevices();
H A Dstorage_module.cc226 std::vector<Device> StorageModule::GetBondedDevices() { in GetBondedDevices() function in bluetooth::storage::StorageModule
H A Dstorage_module_test.cc296 storage->GetBondedDevices(), in TEST_F()
/aosp12/system/bt/service/
H A Dadapter.h171 virtual bool GetBondedDevices() = 0;
H A Dadapter.cc416 bool GetBondedDevices() override { in GetBondedDevices() function in bluetooth::AdapterImpl
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc145 Status BluetoothBinderServer::GetBondedDevices(bool* _aidl_return) { in GetBondedDevices() function in ipc::binder::BluetoothBinderServer
147 *_aidl_return = adapter_->GetBondedDevices(); in GetBondedDevices()
H A Dbluetooth_binder_server.h89 Status GetBondedDevices(bool* _aidl_return) override;
/aosp12/system/bt/gd/security/record/
H A Dsecurity_record_storage.cc131 for (auto device : storage_module_->GetBondedDevices()) { in LoadSecurityRecords()