Home
last modified time | relevance | path

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

/aosp12/system/bt/profile/avrcp/
H A Ddevice.cc1479 static std::string volumeToStr(int8_t volume) { in volumeToStr() function
1492 out << "Current Volume: " << volumeToStr(d.volume_) << std::endl; in operator <<()