Home
last modified time | relevance | path

Searched refs:IsInSilenceMode (Results 1 – 3 of 3) sorted by relevance

/system/bt/profile/avrcp/
Ddevice.h86 bool IsInSilenceMode() const;
Ddevice.cc74 bool Device::IsInSilenceMode() const { in IsInSilenceMode() function in bluetooth::avrcp::Device
519 if (status.state == PlayState::PLAYING && !IsInSilenceMode()) { in PlaybackPosNotificationResponse()
1272 bool is_silence = IsInSilenceMode(); in SendMediaUpdate()
/system/bt/btif/src/
Dbtif_av.cc281 bool IsInSilenceMode() const { return is_silenced_; } in IsInSilenceMode() function in BtifAvPeer
424 return peer->IsInSilenceMode(); in IsPeerSilenced()