Home
last modified time | relevance | path

Searched refs:ListPlayerAppAttrResponse (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpTarget.aidl36 boolean ListPlayerAppAttrResponse(String addr, in int[] attrs); in ListPlayerAppAttrResponse() method
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc128 Status BluetoothAvrcpTargetBinderServer::ListPlayerAppAttrResponse( in ListPlayerAppAttrResponse() function in ipc::binder::BluetoothAvrcpTargetBinderServer
133 avrcp_target->ListPlayerAppAttrResponse(String8(addr).string(), attrs)); in ListPlayerAppAttrResponse()
Dbluetooth_avrcp_target_binder_server.h62 android::binder::Status ListPlayerAppAttrResponse(
/system/bt/service/
Davrcp_target.h89 bool ListPlayerAppAttrResponse(const std::string& addr,
Davrcp_target.cc139 bool AvrcpTarget::ListPlayerAppAttrResponse(const std::string& str_addr, in ListPlayerAppAttrResponse() function in bluetooth::AvrcpTarget