Searched refs:devType (Results 1 – 3 of 3) sorted by relevance
126 AudioPortExt ModuleMock::createDeviceExt(AudioDeviceType devType, int32_t flags) { in createDeviceExt() argument128 deviceExt.device.type.type = devType; in createDeviceExt()
123 AudioPortExt createDeviceExt(AudioDeviceType devType, int32_t flags);
117 AudioPortExt createPortDeviceExt(AudioDeviceType devType, int32_t flags, in createPortDeviceExt() argument120 deviceExt.device.type.type = devType; in createPortDeviceExt()121 if (devType == AudioDeviceType::IN_MICROPHONE && connection.empty()) { in createPortDeviceExt()123 } else if (devType == AudioDeviceType::IN_MICROPHONE_BACK && connection.empty()) { in createPortDeviceExt()