Searched refs:avrcp_target (Results 1 – 4 of 4) sorted by relevance
110 auto avrcp_target = TRY_GET_TARGET(); in Enable() local111 TRY_RET_FUNC(avrcp_target->Enable()); in Enable()115 auto avrcp_target = TRY_GET_TARGET(); in Disable() local116 avrcp_target->Disable(); in Disable()123 auto avrcp_target = TRY_GET_TARGET(); in GetPlayStatusResponse() local124 TRY_RET_FUNC(avrcp_target->GetPlayStatusResponse( in GetPlayStatusResponse()131 auto avrcp_target = TRY_GET_TARGET(); in ListPlayerAppAttrResponse() local133 avrcp_target->ListPlayerAppAttrResponse(String8(addr).string(), attrs)); in ListPlayerAppAttrResponse()140 auto avrcp_target = TRY_GET_TARGET(); in GetPlayerAppValueResponse() local146 TRY_RET_FUNC(avrcp_target->GetPlayerAppValueResponse(String8(addr).string(), in GetPlayerAppValueResponse()[all …]
23 "avrcp_target.cc",
376 auto avrcp_target = base::WrapUnique(new AvrcpTarget(uuid)); in RegisterInstance() local377 callback(BLE_STATUS_SUCCESS, uuid, std::move(avrcp_target)); in RegisterInstance()
21 "avrcp_target.cc",