Searched defs:SongInfoCallback (Results 1 – 2 of 2) sorted by relevance
/system/bt/include/hardware/avrcp/ | ||
D | avrcp.h | 108 using SongInfoCallback = base::Callback<void(SongInfo)>; variable |
/system/bt/profile/avrcp/tests/avrcp_device_fuzz/ | ||
D | avrcp_device_fuzz.cc | 14 using SongInfoCallback = base::Callback<void(SongInfo)>; typedef in bluetooth::avrcp::FakeMediaInterface |