Home
last modified time | relevance | path

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

/aosp12/system/bt/service/ipc/binder/
H A 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
131 auto avrcp_target = TRY_GET_TARGET(); in ListPlayerAppAttrResponse() local
140 auto avrcp_target = TRY_GET_TARGET(); in GetPlayerAppValueResponse() local
154 auto avrcp_target = TRY_GET_TARGET(); in GetPlayerAppAttrTextResponse() local
168 auto avrcp_target = TRY_GET_TARGET(); in GetPlayerAppValueTextResponse() local
182 auto avrcp_target = TRY_GET_TARGET(); in GetElementAttrResponse() local
[all …]
/aosp12/system/bt/service/
H A Davrcp_target.cc377 auto avrcp_target = base::WrapUnique(new AvrcpTarget(uuid)); in RegisterInstance() local
378 callback(BLE_STATUS_SUCCESS, uuid, std::move(avrcp_target)); in RegisterInstance()
H A DBUILD.gn35 "avrcp_target.cc",
H A DAndroid.bp30 "avrcp_target.cc",