Searched defs:profileToImport (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp135 const sp<AudioProfile> &profileToImport = port->mProfiles[indexToImport]; local
136 if (profileToImport->isValid()) {
140 if (*mProfiles[profileIndex] == *profileToImport) {
149 addAudioProfile(profileToImport);

Completed in 75 milliseconds