Searched defs:Observer (Results 1 - 4 of 4) sorted by relevance

/system/bt/service/hal/
H A Dbluetooth_interface.h41 // variables. The Observer interface is to redirect these events to interested
45 class Observer { class in class:bluetooth::hal::BluetoothInterface
47 virtual ~Observer() = default;
101 virtual void AddObserver(Observer* observer) = 0;
102 virtual void RemoveObserver(Observer* observer) = 0;
/system/bt/service/
H A Dadapter.h40 // Observer interface allows other classes to receive notifications from us.
45 // object that the Observer instance was added to.
46 class Observer { class in class:bluetooth::Adapter
48 virtual ~Observer() = default;
71 virtual void AddObserver(Observer* observer) = 0;
72 virtual void RemoveObserver(Observer* observer) = 0;
/system/connectivity/shill/cellular/
H A Dmobile_operator_info.h44 // // Implement all Observer functions.
67 class Observer { class in class:shill::MobileOperatorInfo
69 virtual ~Observer() {}
96 void AddObserver(MobileOperatorInfo::Observer* observer);
97 void RemoveObserver(MobileOperatorInfo::Observer* observer);
/system/update_engine/
H A Dcertificate_checker.h92 class Observer { class in class:chromeos_update_engine::CertificateChecker
94 virtual ~Observer() = default;
121 void SetObserver(Observer* observer) { observer_ = observer; }
168 Observer* observer_{nullptr};

Completed in 512 milliseconds