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()
131 bool StreamBluetooth::checkConfigParams(const PcmConfiguration& pcmConfig, in checkConfigParams()
245 const PcmConfiguration& pcmConfig) in StreamInBluetooth()
267 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.cpp368 struct pcm_config* pcmConfig, size_t bufferFrameCount) { in openProxyForAttachedDevice()
390 struct pcm_config* pcmConfig, bool requireExactMatch) { in openProxyForExternalDevice()