Home
last modified time | relevance | path

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

/system/bt/service/
Davrcp_target.cc127 bool AvrcpTarget::GetPlayStatusResponse(const std::string& str_addr, in GetPlayStatusResponse() argument
130 RawAddress addr = PARSE_ADDR(str_addr); in GetPlayStatusResponse()
139 bool AvrcpTarget::ListPlayerAppAttrResponse(const std::string& str_addr, in ListPlayerAppAttrResponse() argument
141 RawAddress addr = PARSE_ADDR(str_addr); in ListPlayerAppAttrResponse()
158 const std::string& str_addr, const std::vector<AvrcpIntValue>& values) { in GetPlayerAppValueResponse() argument
159 RawAddress addr = PARSE_ADDR(str_addr); in GetPlayerAppValueResponse()
180 const std::string& str_addr, const std::vector<AvrcpStringValue>& attrs) { in GetPlayerAppAttrTextResponse() argument
181 RawAddress addr = PARSE_ADDR(str_addr); in GetPlayerAppAttrTextResponse()
192 const std::string& str_addr, const std::vector<AvrcpStringValue>& values) { in GetPlayerAppValueTextResponse() argument
193 RawAddress addr = PARSE_ADDR(str_addr); in GetPlayerAppValueTextResponse()
[all …]