Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSession_2_1.cpp147 auto& tmpPcm = audio_config.pcmConfig(); in OnSessionStarted() local
150 .sampleRate = static_cast<SampleRate>(tmpPcm.sampleRate), in OnSessionStarted()
151 .channelMode = tmpPcm.channelMode, in OnSessionStarted()
152 .bitsPerSample = tmpPcm.bitsPerSample in OnSessionStarted()