Searched refs:policyPort (Results 1 – 2 of 2) sorted by relevance
174 const sp<PolicyAudioPort>& policyPort, bool force) { in importAudioPortAndPickAudioProfile() argument175 if (!force && !policyPort->asAudioPort()->hasDynamicAudioProfile()) { in importAudioPortAndPickAudioProfile()178 AudioPort::importAudioPort(policyPort->asAudioPort()); in importAudioPortAndPickAudioProfile()179 policyPort->pickAudioProfile(mSamplingRate, mChannelMask, mFormat); in importAudioPortAndPickAudioProfile()
93 void importAudioPortAndPickAudioProfile(const sp<PolicyAudioPort>& policyPort,