Home
last modified time | relevance | path

Searched refs:avrcp_target (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc110 auto avrcp_target = TRY_GET_TARGET(); in Enable() local
111 TRY_RET_FUNC(avrcp_target->Enable()); in Enable()
115 auto avrcp_target = TRY_GET_TARGET(); in Disable() local
116 avrcp_target->Disable(); in Disable()
123 auto avrcp_target = TRY_GET_TARGET(); in GetPlayStatusResponse() local
124 TRY_RET_FUNC(avrcp_target->GetPlayStatusResponse( in GetPlayStatusResponse()
131 auto avrcp_target = TRY_GET_TARGET(); in ListPlayerAppAttrResponse() local
133 avrcp_target->ListPlayerAppAttrResponse(String8(addr).string(), attrs)); in ListPlayerAppAttrResponse()
140 auto avrcp_target = TRY_GET_TARGET(); in GetPlayerAppValueResponse() local
146 TRY_RET_FUNC(avrcp_target->GetPlayerAppValueResponse(String8(addr).string(), in GetPlayerAppValueResponse()
[all …]
/system/bt/service/
DBUILD.gn23 "avrcp_target.cc",
Davrcp_target.cc376 auto avrcp_target = base::WrapUnique(new AvrcpTarget(uuid)); in RegisterInstance() local
377 callback(BLE_STATUS_SUCCESS, uuid, std::move(avrcp_target)); in RegisterInstance()
DAndroid.bp21 "avrcp_target.cc",