Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.h141 int32_t getDeviceChannelCount() const { return mDeviceChannelCount; } in getDeviceChannelCount()
196 int32_t mDeviceChannelCount = 0; variable
DAudioStreamInternal.cpp119 mDeviceChannelCount = getSamplesPerFrame(); // Assume it will be the same. Update if not. in open()
147 mDeviceChannelCount = configurationOutput.getSamplesPerFrame(); in open()