Searched refs:getMixType (Results 1 – 3 of 3) sorted by relevance
140 public int getMixType() { in getMixType() method in AudioMix
254 if (forTrack && (mix.getMixType() != AudioMix.MIX_TYPE_RECORDERS)) { in checkMixReadyToUse()258 if (!forTrack && (mix.getMixType() != AudioMix.MIX_TYPE_PLAYERS)) { in checkMixReadyToUse()
192 mix.setRegistration(mRegistrationId + "mix" + mixTypeId(mix.getMixType()) + ":" in setRegistration()