Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp.h111 using SongInfoCallback = base::Callback<void(SongInfo)>; variable
/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc18 using SongInfoCallback = base::Callback<void(SongInfo)>; typedef in bluetooth::avrcp::FakeMediaInterface