Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DSpdifStreamOut.h87 virtual audio_channel_mask_t getChannelMask() const { return mApplicationChannelMask; } in getChannelMask()
114 audio_channel_mask_t mApplicationChannelMask; variable
DSpdifStreamOut.cpp43 , mApplicationChannelMask(0) in SpdifStreamOut()
57 mApplicationChannelMask = config->channel_mask; in open()