Home
last modified time | relevance | path

Searched refs:updateAudioFlinger (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/voice/
H A DISandboxedDetectionService.aidl59 void updateAudioFlinger(in IBinder audioFlinger); in updateAudioFlinger() method
H A DVisualQueryDetectionService.java149 public void updateAudioFlinger(IBinder audioFlinger) {
H A DHotwordDetectionService.java205 public void updateAudioFlinger(IBinder audioFlinger) {
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java702 updateAudioFlinger(connection, mAudioFlinger); in createLocked()
1007 private static void updateAudioFlinger(ServiceConnection connection, IBinder audioFlinger) { in updateAudioFlinger() method in HotwordDetectionConnection
1009 connection.run(service -> service.updateAudioFlinger(audioFlinger)); in updateAudioFlinger()