Searched refs:Equals (Results 1 – 9 of 9) sorted by relevance
36 bool Descriptor::Equals(const Descriptor& other) const { in Equals() function in bluetooth::Descriptor41 bool Descriptor::operator==(const Descriptor& rhs) const { return Equals(rhs); } in operator ==()44 return !Equals(rhs); in operator !=()
40 bool Characteristic::Equals(const Characteristic& other) const { in Equals() function in bluetooth::Characteristic48 return Equals(rhs); in operator ==()52 return !Equals(rhs); in operator !=()
39 bool Service::Equals(const Service& other) const { in Equals() function in bluetooth::Service45 bool Service::operator==(const Service& rhs) const { return Equals(rhs); } in operator ==()47 bool Service::operator!=(const Service& rhs) const { return !Equals(rhs); } in operator !=()
32 bool Equals(const Descriptor& other) const;
41 bool Equals(const Characteristic& other) const;
41 bool Equals(const Service& other) const;
69 bool AudioServiceCallback::Equals(const android::sp<AudioServiceCallback>& callback) { in Equals() function in brillo::AudioServiceCallback70 if (callback->connected_callback_.Equals(connected_callback_) && in Equals()71 callback->disconnected_callback_.Equals(disconnected_callback_) && in Equals()72 callback->volume_callback_.Equals(volume_callback_) && in Equals()
65 bool Equals(const android::sp<AudioServiceCallback>& callback);
197 if (entry.second->Equals(callback)) { in RegisterAudioCallback()