Searched defs:adapter (Results 1 – 15 of 15) sorted by relevance
/system/bt/service/ipc/ |
D | ipc_handler.cpp | 23 IPCHandler::IPCHandler(bluetooth::Adapter* adapter, in IPCHandler()
|
D | ipc_handler.h | 47 bluetooth::Adapter* adapter() const { return adapter_; } in adapter() function
|
D | ipc_manager.cpp | 24 IPCManager::IPCManager(bluetooth::Adapter* adapter) in IPCManager()
|
D | ipc_handler_linux.cpp | 31 IPCHandlerLinux::IPCHandlerLinux(bluetooth::Adapter* adapter, in IPCHandlerLinux()
|
D | linux_ipc_host.cpp | 77 LinuxIPCHost::LinuxIPCHost(int sockfd, Adapter* adapter) in LinuxIPCHost()
|
/system/bt/service/test/ |
D | adapter_unittest.cpp | 62 TestObserver(bluetooth::Adapter* adapter) in TestObserver() 87 void OnAdapterStateChanged(bluetooth::Adapter* adapter, in OnAdapterStateChanged() 96 Adapter* adapter, in OnDeviceConnectionStateChanged()
|
D | stub_ipc_handler_binder.cpp | 26 bluetooth::Adapter* adapter, in IPCHandlerBinder()
|
D | stub_ipc_handler_linux.cpp | 26 bluetooth::Adapter* adapter, in IPCHandlerLinux()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_binder_server.cpp | 32 BluetoothBinderServer::BluetoothBinderServer(bluetooth::Adapter* adapter) in BluetoothBinderServer() 175 bluetooth::Adapter* adapter, in OnAdapterStateChanged()
|
D | ipc_handler_binder.cpp | 36 bluetooth::Adapter* adapter, in IPCHandlerBinder()
|
D | bluetooth_gatt_client_binder_server.cpp | 31 bluetooth::Adapter* adapter) : adapter_(adapter) { in BluetoothGattClientBinderServer()
|
D | bluetooth_low_energy_binder_server.cpp | 31 bluetooth::Adapter* adapter) : adapter_(adapter) { in BluetoothLowEnergyBinderServer()
|
D | bluetooth_gatt_server_binder_server.cpp | 31 bluetooth::Adapter* adapter) : adapter_(adapter) { in BluetoothGattServerBinderServer()
|
/system/bt/service/ |
D | adapter.cpp | 59 void Adapter::Observer::OnAdapterStateChanged(Adapter* adapter, in OnAdapterStateChanged() 66 Adapter* adapter, const std::string& device_address, bool connected) { in OnDeviceConnectionStateChanged()
|
D | low_energy_client.cpp | 306 Adapter& adapter, const UUID& uuid, int client_id) in LowEnergyClient() 830 LowEnergyClientFactory::LowEnergyClientFactory(Adapter& adapter) in LowEnergyClientFactory()
|