Searched refs:policyPort (Results 1 – 2 of 2) sorted by relevance
160 const sp<PolicyAudioPort>& policyPort, bool force) { in importAudioPortAndPickAudioProfile() argument161 if (!force && !policyPort->asAudioPort()->hasDynamicAudioProfile()) { in importAudioPortAndPickAudioProfile()164 AudioPort::importAudioPort(policyPort->asAudioPort()); in importAudioPortAndPickAudioProfile()165 policyPort->pickAudioProfile(mSamplingRate, mChannelMask, mFormat); in importAudioPortAndPickAudioProfile()
87 void importAudioPortAndPickAudioProfile(const sp<PolicyAudioPort>& policyPort,