Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStream.cpp228 std::vector<AudioProfile> tempProfiles; in getSupportedProfiles() local
255 tempProfiles.push_back({.format = format, in getSupportedProfiles()
262 if (!tempProfiles.empty()) { in getSupportedProfiles()
263 profiles = tempProfiles; in getSupportedProfiles()