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