Home
last modified time | relevance | path

Searched defs:NowPlayingCallback (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp.h116 using NowPlayingCallback = base::Callback<void(std::string, std::vector<SongInfo>)>; variable
/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc85 using NowPlayingCallback = base::Callback<void(std::string, std::vector<SongInfo>)>; typedef in bluetooth::avrcp::FakeMediaInterface