Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpTarget.aidl50 boolean SetPlayerAppValueResponse(String addr, int rsp_status); in SetPlayerAppValueResponse() method
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc192 Status BluetoothAvrcpTargetBinderServer::SetPlayerAppValueResponse( in SetPlayerAppValueResponse() function in ipc::binder::BluetoothAvrcpTargetBinderServer
195 TRY_RET_FUNC(avrcp_target->SetPlayerAppValueResponse(String8(addr).string(), in SetPlayerAppValueResponse()
Dbluetooth_avrcp_target_binder_server.h81 android::binder::Status SetPlayerAppValueResponse(
/system/bt/service/
Davrcp_target.h104 bool SetPlayerAppValueResponse(const std::string& addr, int32_t rsp_status);
Davrcp_target.cc214 bool AvrcpTarget::SetPlayerAppValueResponse(const std::string& str_addr, in SetPlayerAppValueResponse() function in bluetooth::AvrcpTarget