Home
last modified time | relevance | path

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

/system/bt/include/hardware/avrcp/
Davrcp.h108 using SongInfoCallback = base::Callback<void(SongInfo)>; variable
/system/bt/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc14 using SongInfoCallback = base::Callback<void(SongInfo)>; typedef in bluetooth::avrcp::FakeMediaInterface