Searched refs:isMsdDevice (Results 1 – 4 of 4) sorted by relevance
359 virtual bool isMsdDevice() const = 0;
532 bool isMsdDevice() const final { return mIsMsdDevice; } in isMsdDevice() function
1739 if (playbackThread == nullptr || !playbackThread->isMsdDevice()) { in updateDownStreamPatches_l()2995 if (thread->isMsdDevice()) { in openOutput_l()
3049 const struct audio_patch patch = isMsdDevice() ? mDownStreamPatch : mPatch; in ioConfigChanged_l()4068 if (isMsdDevice() && outDeviceTypes_l().count(AUDIO_DEVICE_OUT_BUS) != 0) { in threadLoop()