Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.h96 bool IsInSilenceMode() const;
Ddevice.cc92 bool Device::IsInSilenceMode() const { in IsInSilenceMode() function in bluetooth::avrcp::Device
538 if (status.state == PlayState::PLAYING && !IsInSilenceMode()) { in PlaybackPosNotificationResponse()
1324 bool is_silence = IsInSilenceMode(); in SendMediaUpdate()
/system/bt/btif/src/
Dbtif_av.cc285 bool IsInSilenceMode() const { return is_silenced_; } in IsInSilenceMode() function in BtifAvPeer
428 return peer->IsInSilenceMode(); in IsPeerSilenced()