Home
last modified time | relevance | path

Searched defs:GetAddress (Results 1 – 6 of 6) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl35 String GetAddress(); in GetAddress() method
/system/bt/profile/avrcp/
Ddevice.h64 const RawAddress& GetAddress() const { return address_; }; in GetAddress() function
/system/bt/vendor_libs/test_vendor_lib/include/
Ddevice_properties.h84 const BtAddress& GetAddress() const { return address_; } in GetAddress() function
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc83 Status BluetoothBinderServer::GetAddress(::android::String16* _aidl_return) { in GetAddress() function in ipc::binder::BluetoothBinderServer
/system/bt/service/test/
Dadapter_unittest.cc226 TEST_F(AdapterTest, GetAddress) { in TEST_F() argument
/system/bt/service/
Dadapter.cc184 std::string GetAddress() const override { return address_.Get(); } in GetAddress() function in bluetooth::AdapterImpl