Searched defs:Delegate (Results 1 - 7 of 7) sorted by last modified time

/system/netd/server/
H A DPhysicalNetwork.cpp31 Permission permission, PhysicalNetwork::Delegate* delegate) {
44 PhysicalNetwork::Delegate* delegate) {
58 PhysicalNetwork::Delegate::~Delegate() {
61 PhysicalNetwork::PhysicalNetwork(unsigned netId, PhysicalNetwork::Delegate* delegate) :
H A DPhysicalNetwork.h28 class Delegate { class in class:android::net::PhysicalNetwork
30 virtual ~Delegate();
38 PhysicalNetwork(unsigned netId, Delegate* delegate);
55 Delegate* const mDelegate;
/system/bt/service/
H A Dgatt_server.h42 // Delegate interface is used to handle incoming requests and confirmations
44 class Delegate { class in class:bluetooth::GattServer
46 Delegate() = default;
47 virtual ~Delegate() = default;
73 // immediately as this is a "Prepared Write Request". Instead, the Delegate
87 // immediately as this is a "Prepared Write Request". Instead, the Delegate
96 // is true, then the Delegate should commit all previously prepared writes.
97 // Otherwise, all prepared writes should be aborted. The Delegate should
108 DISALLOW_COPY_AND_ASSIGN(Delegate);
116 void SetDelegate(Delegate* delegat
[all...]
H A Dlow_energy_client.h50 // The Delegate interface is used to notify asynchronous events related to BLE
52 class Delegate { class in class:bluetooth::LowEnergyClient
54 Delegate() = default;
55 virtual ~Delegate() = default;
66 DISALLOW_COPY_AND_ASSIGN(Delegate);
75 void SetDelegate(Delegate* delegate);
125 // Raw handle to the Delegate, which must outlive this LowEnergyClient
128 Delegate* delegate_;
H A Dlow_energy_scanner.h46 // The Delegate interface is used to notify asynchronous events related to LE
48 class Delegate { class in class:bluetooth::LowEnergyScanner
50 Delegate() = default;
51 virtual ~Delegate() = default;
59 DISALLOW_COPY_AND_ASSIGN(Delegate);
68 void SetDelegate(Delegate* delegate);
118 // Raw handle to the Delegate, which must outlive this LowEnergyScanner
121 Delegate* delegate_;
/system/bt/service/ipc/binder/
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;
64 Delegate* delegate = nullptr);
85 RemoteCallbackMap<K, V>* owner, Delegate* delegate);
96 Delegate* delegate_; // weak
128 Delegate* delegate) {
218 Delegate* delegate)
/system/bt/service/ipc/
H A Dipc_manager.h47 class Delegate { class in class:ipc::IPCManager
49 Delegate() = default;
50 virtual ~Delegate() = default;
61 DISALLOW_COPY_AND_ASSIGN(Delegate);
77 // Delegate::OnIPCHandlerStopped is called. It is safe to destroy |delegate|
80 bool Start(Type type, Delegate* delegate);

Completed in 85 milliseconds