Lines Matching refs:Mode
68 "Audio Mode Count",
69 "Audio Mode To Query",
70 "Query Mode : Format",
71 "Query Mode : Max Ch Count",
72 "Query Mode : Sample Rate Mask",
73 "Query Mode : PCM Bits/Sample Mask",
74 "Query Mode : Max Compressed Bitrate"
153 Mode m;
155 // Pick the mode we want to fetch info for.
163 ALOGI("Got mode %d from ALSA driver.", m.fmt);
173 // Now for the mode dependent fields. Only LPCM has the bits-per-sample
192 ALOGI("Passed sanity check for mode %d from ALSA driver.", m.fmt);
233 // To keep things simple, only report mode information for the PCM mode
329 // To keep things simple, only report mode information for the mode
428 // Otherwise, we need to check the mode table.
435 const Mode& m = mModes[i];
446 const Mode& m = mModes[i];
459 bool HDMIAudioCaps::sanityCheckMode(const Mode& m) {