Home
last modified time | relevance | path

Searched defs:adapter (Results 1 – 15 of 15) sorted by relevance

/system/bt/service/ipc/
Dipc_handler.cpp23 IPCHandler::IPCHandler(bluetooth::Adapter* adapter, in IPCHandler()
Dipc_handler.h47 bluetooth::Adapter* adapter() const { return adapter_; } in adapter() function
Dipc_manager.cpp24 IPCManager::IPCManager(bluetooth::Adapter* adapter) in IPCManager()
Dipc_handler_linux.cpp31 IPCHandlerLinux::IPCHandlerLinux(bluetooth::Adapter* adapter, in IPCHandlerLinux()
Dlinux_ipc_host.cpp77 LinuxIPCHost::LinuxIPCHost(int sockfd, Adapter* adapter) in LinuxIPCHost()
/system/bt/service/test/
Dadapter_unittest.cpp62 TestObserver(bluetooth::Adapter* adapter) in TestObserver()
87 void OnAdapterStateChanged(bluetooth::Adapter* adapter, in OnAdapterStateChanged()
96 Adapter* adapter, in OnDeviceConnectionStateChanged()
Dstub_ipc_handler_binder.cpp26 bluetooth::Adapter* adapter, in IPCHandlerBinder()
Dstub_ipc_handler_linux.cpp26 bluetooth::Adapter* adapter, in IPCHandlerLinux()
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cpp32 BluetoothBinderServer::BluetoothBinderServer(bluetooth::Adapter* adapter) in BluetoothBinderServer()
175 bluetooth::Adapter* adapter, in OnAdapterStateChanged()
Dipc_handler_binder.cpp36 bluetooth::Adapter* adapter, in IPCHandlerBinder()
Dbluetooth_gatt_client_binder_server.cpp31 bluetooth::Adapter* adapter) : adapter_(adapter) { in BluetoothGattClientBinderServer()
Dbluetooth_low_energy_binder_server.cpp31 bluetooth::Adapter* adapter) : adapter_(adapter) { in BluetoothLowEnergyBinderServer()
Dbluetooth_gatt_server_binder_server.cpp31 bluetooth::Adapter* adapter) : adapter_(adapter) { in BluetoothGattServerBinderServer()
/system/bt/service/
Dadapter.cpp59 void Adapter::Observer::OnAdapterStateChanged(Adapter* adapter, in OnAdapterStateChanged()
66 Adapter* adapter, const std::string& device_address, bool connected) { in OnDeviceConnectionStateChanged()
Dlow_energy_client.cpp306 Adapter& adapter, const UUID& uuid, int client_id) in LowEnergyClient()
830 LowEnergyClientFactory::LowEnergyClientFactory(Adapter& adapter) in LowEnergyClientFactory()