Searched refs:Delegate (Results 1 - 25 of 25) sorted by relevance

/system/bt/service/ipc/
H A Dipc_manager.h46 class Delegate { class in class:ipc::IPCManager
48 Delegate() = default;
49 virtual ~Delegate() = default;
60 DISALLOW_COPY_AND_ASSIGN(Delegate);
76 // Delegate::OnIPCHandlerStopped is called. It is safe to destroy |delegate|
79 bool Start(Type type, Delegate* delegate);
H A Dipc_handler.h34 IPCHandler(bluetooth::Adapter* adapter, IPCManager::Delegate* delegate);
48 IPCManager::Delegate* delegate() const { return delegate_; }
57 IPCManager::Delegate* delegate_;
H A Dipc_handler.cpp24 IPCManager::Delegate* delegate)
H A Dipc_handler_linux.h39 IPCManager::Delegate* delegate);
H A Dipc_manager.cpp38 bool IPCManager::Start(Type type, Delegate* delegate) {
H A Dipc_handler_linux.cpp32 IPCManager::Delegate* delegate)
/system/bt/service/test/
H A Dstub_ipc_handler_binder.cpp27 IPCManager::Delegate* delegate)
H A Dstub_ipc_handler_linux.cpp27 IPCManager::Delegate* delegate)
H A Dipc_linux_unittest.cpp128 class TestDelegate : public ipc::IPCManager::Delegate,
H A Dlow_energy_client_unittest.cpp78 class TestDelegate : public LowEnergyClient::Delegate {
H A Dgatt_server_unittest.cpp51 class TestDelegate : public GattServer::Delegate {
/system/netd/server/
H A DPhysicalNetwork.h25 class Delegate { class in class:PhysicalNetwork
27 virtual ~Delegate();
35 PhysicalNetwork(unsigned netId, Delegate* delegate);
51 Delegate* const mDelegate;
H A DPhysicalNetwork.cpp28 Permission permission, PhysicalNetwork::Delegate* delegate) {
41 PhysicalNetwork::Delegate* delegate) {
55 PhysicalNetwork::Delegate::~Delegate() {
58 PhysicalNetwork::PhysicalNetwork(unsigned netId, PhysicalNetwork::Delegate* delegate) :
H A DNetworkController.cpp65 class NetworkController::DelegateImpl : public PhysicalNetwork::Delegate {
/system/bt/service/ipc/binder/
H A Dipc_handler_binder.h30 IPCManager::Delegate* delegate);
H A Dremote_callback_map.h43 // The Delegate interface is used to notify when a registered callback is
46 class Delegate { class in class:ipc::binder::final
48 virtual ~Delegate() = default;
65 Delegate* delegate = nullptr);
89 Delegate* delegate);
100 Delegate* delegate_; // weak
134 Delegate* delegate) {
228 Delegate* delegate)
H A Dinterface_with_instances_base.h39 : public RemoteCallbackMap<int, android::IInterface>::Delegate,
90 // RemoteCallbackMap<int, IBluetoothLowEnergyCallback>::Delegate override:
H A Dipc_handler_binder.cpp37 IPCManager::Delegate* delegate)
H A Dbluetooth_low_energy_binder_server.h40 public bluetooth::LowEnergyClient::Delegate {
65 // bluetooth::LowEnergyClient::Delegate overrides:
H A Dbluetooth_gatt_server_binder_server.h36 public bluetooth::GattServer::Delegate {
67 // bluetooth::GattServer::Delegate overrides:
/system/bt/service/
H A Dlow_energy_client.h52 // The Delegate interface is used to notify asynchronous events related to BLE
54 class Delegate { class in class:bluetooth::LowEnergyClient
56 Delegate() = default;
57 virtual ~Delegate() = default;
73 DISALLOW_COPY_AND_ASSIGN(Delegate);
82 void SetDelegate(Delegate* delegate);
225 // Raw handle to the Delegate, which must outlive this LowEnergyClient
228 Delegate* delegate_;
H A Dgatt_server.h41 // Delegate interface is used to handle incoming requests and confirmations
43 class Delegate { class in class:bluetooth::GattServer
45 Delegate() = default;
46 virtual ~Delegate() = default;
74 // immediately as this is a "Prepared Write Request". Instead, the Delegate
90 // immediately as this is a "Prepared Write Request". Instead, the Delegate
101 // is true, then the Delegate should commit all previously prepared writes.
102 // Otherwise, all prepared writes should be aborted. The Delegate should
110 DISALLOW_COPY_AND_ASSIGN(Delegate);
118 void SetDelegate(Delegate* delegat
[all...]
H A Dlow_energy_client.cpp407 void LowEnergyClient::SetDelegate(Delegate* delegate) {
H A Dgatt_server.cpp63 void GattServer::SetDelegate(Delegate* delegate) {
/system/update_engine/payload_generator/
H A Dfull_update_generator.cc47 class ChunkProcessor : public base::DelegateSimpleThread::Delegate {
66 // Overrides DelegateSimpleThread::Delegate.

Completed in 244 milliseconds