Searched refs:GetServiceNames (Results 1 – 2 of 2) sorted by relevance
82 std::vector<std::string> const& names = Codec2Client::GetServiceNames(); in getServiceIndex()155 "\"" << GetServiceNames()[mIndex] << "\". " in getTraits()166 size_t numServices = GetServiceNames().size(); in List()541 return GetServiceNames()[mServiceIndex]; in getServiceName()737 std::vector<std::string> const& Codec2Client::GetServiceNames() { in GetServiceNames() function in android::Codec2Client808 return index == GetServiceNames().size() ? in CreateFromService()815 GetServiceNames().size()); in CreateFromAllServices()816 for (size_t i = GetServiceNames().size(); i > 0; ) { in CreateFromAllServices()824 std::string const& name = GetServiceNames()[index]; in _CreateFromIndex()967 size_t index = GetServiceNames().size(); in CreateInputSurface()[all …]
173 static std::vector<std::string> const& GetServiceNames();