/system/bt/service/ipc/binder/ |
D | bluetooth_binder_server.cc | 44 BluetoothBinderServer::BluetoothBinderServer(bluetooth::Adapter* adapter) in BluetoothBinderServer() 386 bluetooth::Adapter* adapter, bluetooth::AdapterState prev_state, in OnAdapterStateChanged() 397 bluetooth::Adapter* adapter, const std::string& device_address, in OnDeviceConnectionStateChanged() 406 void BluetoothBinderServer::OnScanEnableChanged(bluetooth::Adapter* adapter, in OnScanEnableChanged() 414 void BluetoothBinderServer::OnSspRequest(bluetooth::Adapter* adapter, in OnSspRequest() 434 bluetooth::Adapter* adapter, int status, const std::string& device_address, in OnBondStateChanged() 447 bluetooth::Adapter* adapter, int status, in OnGetBondedDevices() 462 bluetooth::Adapter* adapter, int status, const std::string& device_address, in OnGetRemoteDeviceProperties() 477 bluetooth::Adapter* adapter, in OnDeviceFound()
|
D | ipc_handler_binder.cc | 38 IPCHandlerBinder::IPCHandlerBinder(bluetooth::Adapter* adapter, in IPCHandlerBinder()
|
D | bluetooth_gatt_client_binder_server.cc | 33 bluetooth::Adapter* adapter) in BluetoothGattClientBinderServer()
|
D | bluetooth_le_scanner_binder_server.cc | 35 bluetooth::Adapter* adapter) in BluetoothLeScannerBinderServer()
|
D | bluetooth_le_advertiser_binder_server.cc | 35 bluetooth::Adapter* adapter) in BluetoothLeAdvertiserBinderServer()
|
D | bluetooth_low_energy_binder_server.cc | 35 bluetooth::Adapter* adapter) in BluetoothLowEnergyBinderServer()
|
D | bluetooth_a2dp_sink_binder_server.cc | 32 bluetooth::Adapter* adapter) in BluetoothA2dpSinkBinderServer()
|
D | bluetooth_a2dp_source_binder_server.cc | 98 bluetooth::Adapter* adapter) in BluetoothA2dpSourceBinderServer()
|
D | bluetooth_avrcp_control_binder_server.cc | 37 bluetooth::Adapter* adapter) in BluetoothAvrcpControlBinderServer()
|
D | bluetooth_gatt_server_binder_server.cc | 37 bluetooth::Adapter* adapter) in BluetoothGattServerBinderServer()
|
/system/bt/service/ipc/ |
D | ipc_handler.cc | 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.cc | 28 IPCManager::IPCManager(bluetooth::Adapter* adapter) : adapter_(adapter) { in IPCManager()
|
D | ipc_handler_linux.cc | 31 IPCHandlerLinux::IPCHandlerLinux(bluetooth::Adapter* adapter, in IPCHandlerLinux()
|
D | linux_ipc_host.cc | 75 LinuxIPCHost::LinuxIPCHost(int sockfd, Adapter* adapter) in LinuxIPCHost()
|
/system/bt/service/test/ |
D | stub_ipc_handler_binder.cc | 25 IPCHandlerBinder::IPCHandlerBinder(bluetooth::Adapter* adapter, in IPCHandlerBinder()
|
D | adapter_unittest.cc | 62 explicit TestObserver(bluetooth::Adapter* adapter) in TestObserver() 85 void OnAdapterStateChanged(bluetooth::Adapter* adapter, in OnAdapterStateChanged() 93 void OnDeviceConnectionStateChanged(Adapter* adapter, in OnDeviceConnectionStateChanged()
|
/system/bt/service/ipc/dbus/ |
D | ipc_handler_dbus.cc | 29 IPCHandlerDBus::IPCHandlerDBus(bluetooth::Adapter* adapter, in IPCHandlerDBus()
|
D | bluetooth_adapter.cc | 50 bluetooth::Adapter* adapter) in BluetoothAdapter()
|
/system/bt/service/ |
D | adapter.cc | 148 void Adapter::Observer::OnAdapterStateChanged(Adapter* adapter, in OnAdapterStateChanged() 155 Adapter* adapter, const std::string& device_address, bool connected) { in OnDeviceConnectionStateChanged() 159 void Adapter::Observer::OnScanEnableChanged(Adapter* adapter, in OnScanEnableChanged() 164 void Adapter::Observer::OnSspRequest(Adapter* adapter, in OnSspRequest() 171 void Adapter::Observer::OnBondStateChanged(Adapter* adapter, int status, in OnBondStateChanged() 178 Adapter* adapter, int status, in OnGetBondedDevices() 184 Adapter* adapter, int status, const std::string& device_address, in OnGetRemoteDeviceProperties() 189 void Adapter::Observer::OnDeviceFound(Adapter* adapter, in OnDeviceFound()
|
D | low_energy_scanner.cc | 69 LowEnergyScanner::LowEnergyScanner(Adapter& adapter, const Uuid& uuid, in LowEnergyScanner() 164 LowEnergyScannerFactory::LowEnergyScannerFactory(Adapter& adapter) in LowEnergyScannerFactory()
|
D | low_energy_client.cc | 34 LowEnergyClient::LowEnergyClient(Adapter& adapter, const Uuid& uuid, in LowEnergyClient() 198 LowEnergyClientFactory::LowEnergyClientFactory(Adapter& adapter) in LowEnergyClientFactory()
|
/system/nvram/hal/ |
D | testing_nvram_implementation.cpp | 137 nvram::NvramDeviceAdapter* adapter = in testing_nvram_open() local
|
D | nvram_device_adapter.cpp | 38 NvramDeviceAdapter* adapter = reinterpret_cast<NvramDeviceAdapter*>( in Execute() local
|
/system/libhidl/adapter/ |
D | HidlBinderAdapter.cpp | 165 sp<IBase> adapter = it->second(implementation); in adapterMain() local
|