Home
last modified time | relevance | path

Searched defs:pcmConfig (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/audio/aidl/default/bluetooth/
DStreamBluetooth.cpp56 const PcmConfiguration& pcmConfig) in StreamBluetooth()
127 bool StreamBluetooth::checkConfigParams(const PcmConfiguration& pcmConfig, in checkConfigParams()
241 const PcmConfiguration& pcmConfig) in StreamInBluetooth()
263 const PcmConfiguration& pcmConfig) in StreamOutBluetooth()
DModuleBluetooth.cpp147 const auto& pcmConfig = proxy.pcmConfig; in setAudioPortConfig() local
175 const auto& pcmConfig = proxyIt->second.pcmConfig; in checkAudioPatchEndpointsMatch() local
240 const auto& pcmConfig = proxy.pcmConfig; in populateConnectedDevicePort() local
/hardware/interfaces/audio/aidl/default/alsa/
DUtils.cpp282 struct pcm_config* pcmConfig, size_t bufferFrameCount) { in openProxyForAttachedDevice()
304 struct pcm_config* pcmConfig, bool requireExactMatch) { in openProxyForExternalDevice()