Searched defs:systemUsages (Results 1 – 10 of 10) sorted by relevance
841 int[] systemUsages = {AudioAttributes.USAGE_CALL_ASSISTANT, AudioAttributes.USAGE_EMERGENCY, in testGetFadeVolumeShaperConfigForUsage_forSystemUsages() local
194 void setSupportedSystemUsages(in AudioUsage[] systemUsages); in setSupportedSystemUsages()
105 public void setSupportedSystemUsages(int[] systemUsages) { } in setSupportedSystemUsages()
172 void setSupportedSystemUsages(in int[] systemUsages); in setSupportedSystemUsages()
2022 public static native int setSupportedSystemUsages(int[] systemUsages); in setSupportedSystemUsages()
1688 public void setSupportedSystemUsages(@NonNull @AttributeSystemUsage int[] systemUsages) { in setSupportedSystemUsages()
1507 std::vector<audio_usage_t> systemUsages; in setSupportedSystemUsages() local
1583 status_t AudioSystem::setSupportedSystemUsages(const std::vector<audio_usage_t>& systemUsages) { in setSupportedSystemUsages()
2790 jintArray systemUsages) { in android_media_AudioSystem_setSupportedSystemUsages()
2137 public void setSupportedSystemUsages(@NonNull @AttributeSystemUsage int[] systemUsages) { in setSupportedSystemUsages()2160 private void verifySystemUsages(@NonNull int[] systemUsages) { in verifySystemUsages()