Searched refs:setSupportedSystemUsages (Results 1 – 13 of 13) sorted by relevance
105 public void setSupportedSystemUsages(int[] systemUsages) { } in setSupportedSystemUsages() method in AudioManager
194 void setSupportedSystemUsages(in AudioUsage[] systemUsages); in setSupportedSystemUsages() method
172 void setSupportedSystemUsages(in int[] systemUsages); in setSupportedSystemUsages() method
2022 public static native int setSupportedSystemUsages(int[] systemUsages); in setSupportedSystemUsages() method in AudioSystem
1688 public void setSupportedSystemUsages(@NonNull @AttributeSystemUsage int[] systemUsages) { in setSupportedSystemUsages() method in AudioManager1692 service.setSupportedSystemUsages(systemUsages); in setSupportedSystemUsages()
435 static status_t setSupportedSystemUsages(const std::vector<audio_usage_t>& systemUsages);
183 binder::Status setSupportedSystemUsages(
105 BINDER_METHOD_ENTRY(setSupportedSystemUsages) \
1501 Status AudioPolicyService::setSupportedSystemUsages( in setSupportedSystemUsages() function in android::AudioPolicyService
1583 status_t AudioSystem::setSupportedSystemUsages(const std::vector<audio_usage_t>& systemUsages) { in setSupportedSystemUsages() function in android::AudioSystem1590 return statusTFromBinderStatus(aps->setSupportedSystemUsages(systemUsagesAidl)); in setSupportedSystemUsages()
2810 status_t status = AudioSystem::setSupportedSystemUsages(nativeSystemUsagesVector); in android_media_AudioSystem_setSupportedSystemUsages()3477 MAKE_AUDIO_SYSTEM_METHOD(setSupportedSystemUsages),
1684 AudioSystem.setSupportedSystemUsages(mSupportedSystemUsages); in onSystemReady()1887 AudioSystem.setSupportedSystemUsages(mSupportedSystemUsages); in onAudioServerDied()2137 public void setSupportedSystemUsages(@NonNull @AttributeSystemUsage int[] systemUsages) { in setSupportedSystemUsages() method in AudioService2143 AudioSystem.setSupportedSystemUsages(systemUsages); in setSupportedSystemUsages()
7077 …n(android.Manifest.permission.MODIFY_AUDIO_ROUTING) public void setSupportedSystemUsages(@NonNull …