Home
last modified time | relevance | path

Searched refs:setCommunicationDevice (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DIAudioService.aidl497 boolean setCommunicationDevice(IBinder cb, int portId); in setCommunicationDevice() method
H A DAudioManager.java8644 public boolean setCommunicationDevice(@NonNull AudioDeviceInfo device) { in setCommunicationDevice() method in AudioManager
8651 return getService().setCommunicationDevice(mICallBack, device.getId()); in setCommunicationDevice()
8663 getService().setCommunicationDevice(mICallBack, 0); in clearCommunicationDevice()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java315 /*package*/ boolean setCommunicationDevice(IBinder cb, int uid, AudioDeviceInfo device, in setCommunicationDevice() method in AudioDeviceBroker
H A DAudioService.java6273 public boolean setCommunicationDevice(IBinder cb, int portId) { in setCommunicationDevice() method in AudioService
6326 return mDeviceBroker.setCommunicationDevice(cb, uid, device, isPrivileged, eventSource); in setCommunicationDevice()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt21407 method public boolean setCommunicationDevice(@NonNull android.media.AudioDeviceInfo);