Searched refs:supportedLayouts (Results 1 – 5 of 5) sorted by relevance
165 Nothing -> go Nothing True (supportedLayouts baseurl)205 supportedLayouts :: URLString -> [[Key -> URLString]]206 supportedLayouts baseurl = function
72 QList<AkAudioCaps::ChannelLayout> *supportedLayouts,298 QList<AkAudioCaps::ChannelLayout> *supportedLayouts, in fillDeviceInfo() argument356 supportedLayouts->append(layout); in fillDeviceInfo()
114 QList<AkAudioCaps::ChannelLayout> *supportedLayouts,656 QList<AkAudioCaps::ChannelLayout> *supportedLayouts, in fillDeviceInfo() argument732 && !supportedLayouts->contains(layout)) in fillDeviceInfo()733 supportedLayouts->append(layout); in fillDeviceInfo()
974 decltype(this->d->m_supportedLayouts) supportedLayouts; in updateDevices() local1081 supportedLayouts[devId] = layouts; in updateDevices()1099 if (this->d->m_supportedLayouts != supportedLayouts) in updateDevices()1100 this->d->m_supportedLayouts = supportedLayouts; in updateDevices()
285 protected AbstractTextSearchViewPage(int supportedLayouts) { in AbstractTextSearchViewPage() argument286 fSupportedLayouts = supportedLayouts; in AbstractTextSearchViewPage()294 if ((supportedLayouts & FLAG_LAYOUT_TREE) != 0) { in AbstractTextSearchViewPage()