Searched refs:str_addr (Results 1 – 1 of 1) sorted by relevance
127 bool AvrcpTarget::GetPlayStatusResponse(const std::string& str_addr, in GetPlayStatusResponse() argument130 RawAddress addr = PARSE_ADDR(str_addr); in GetPlayStatusResponse()139 bool AvrcpTarget::ListPlayerAppAttrResponse(const std::string& str_addr, in ListPlayerAppAttrResponse() argument141 RawAddress addr = PARSE_ADDR(str_addr); in ListPlayerAppAttrResponse()158 const std::string& str_addr, const std::vector<AvrcpIntValue>& values) { in GetPlayerAppValueResponse() argument159 RawAddress addr = PARSE_ADDR(str_addr); in GetPlayerAppValueResponse()180 const std::string& str_addr, const std::vector<AvrcpStringValue>& attrs) { in GetPlayerAppAttrTextResponse() argument181 RawAddress addr = PARSE_ADDR(str_addr); in GetPlayerAppAttrTextResponse()192 const std::string& str_addr, const std::vector<AvrcpStringValue>& values) { in GetPlayerAppValueTextResponse() argument193 RawAddress addr = PARSE_ADDR(str_addr); in GetPlayerAppValueTextResponse()[all …]