Searched refs:AvrcpService (Results 1 - 4 of 4) sorted by relevance

/system/bt/btif/avrcp/
H A Davrcp_service.h31 * AvrcpService is the management interface for AVRCP Target. It handles any
35 * have the AvrcpService itself be its interface so we don't have to access
38 class AvrcpService : public MediaCallbacks { class in namespace:bluetooth::avrcp
41 * Gets a handle to the AvrcpService
46 static AvrcpService* Get();
87 static AvrcpService* instance_;
H A Davrcp_service.cc34 AvrcpService* AvrcpService::instance_ = nullptr;
35 AvrcpService::ServiceInterfaceImpl* AvrcpService::service_interface_ = nullptr;
282 void AvrcpService::Init(MediaInterface* media_interface,
300 base::Bind(&AvrcpService::DeviceCallback, base::Unretained(instance_)),
305 void AvrcpService::Cleanup() {
316 AvrcpService* AvrcpService::Get() {
321 ServiceInterface* AvrcpService
[all...]
/system/bt/btif/src/
H A Dbluetooth.cc319 bluetooth::avrcp::AvrcpService::DebugDump(fd);
429 return bluetooth::avrcp::AvrcpService::GetServiceInterface();
/system/bt/bta/av/
H A Dbta_av_aact.cc3010 bluetooth::avrcp::AvrcpService::Get()->ConnectDevice(

Completed in 67 milliseconds