Home
last modified time | relevance | path

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

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