Searched defs:eventSource (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioDeviceBroker.java | 251 /*package*/ void setForceUse_Async(int useCase, int config, String eventSource) { in setForceUse_Async() 295 IBinder cb, int uid, boolean on, boolean isPrivileged, String eventSource) { in setSpeakerphoneOn() 316 boolean isPrivileged, String eventSource) { in setCommunicationDevice() 375 int scoAudioMode, boolean isPrivileged, String eventSource) { in setCommunicationRouteForClient() 808 @NonNull BluetoothProfileConnectionInfo info, @NonNull String eventSource) { in BtDeviceChangedData() 1094 /*package*/ void setBluetoothScoOn(boolean on, String eventSource) { in setBluetoothScoOn() 1101 postUpdateCommunicationRouteClient(isBluetoothScoRequested(), eventSource); in setBluetoothScoOn() local 1459 boolean wasBtScoRequested, String eventSource) { in postUpdateCommunicationRouteClient() 1539 final String eventSource = new StringBuilder("setBluetoothA2dpOn(").append(on) in setBluetoothA2dpOnInt() local 2373 private void updateCommunicationRoute(String eventSource) { in updateCommunicationRoute() [all …]
|
H A D | BtHelper.java | 373 @NonNull String eventSource) { in startBluetoothSco() 380 /*package*/ synchronized boolean stopBluetoothSco(@NonNull String eventSource) { in stopBluetoothSco()
|
H A D | AudioService.java | 2345 private void sendEncodedSurroundMode(ContentResolver cr, String eventSource) in sendEncodedSurroundMode() 2353 private void sendEncodedSurroundMode(int encodedSurroundMode, String eventSource) in sendEncodedSurroundMode() 6292 final String eventSource = new StringBuilder() in setCommunicationDevice() local 6380 final String eventSource = new StringBuilder("setSpeakerphoneOn(").append(on) in setSpeakerphoneOn() local 6424 final String eventSource = new StringBuilder("setBluetoothScoOn(").append(on) in setBluetoothScoOn() local 6443 final String eventSource = new StringBuilder("setA2dpSuspended(").append(enable) in setA2dpSuspended() local 6476 final String eventSource = new StringBuilder("setBluetoothA2dpOn(").append(on) in setBluetoothA2dpOn() local 6507 final String eventSource = new StringBuilder("startBluetoothSco()") in startBluetoothSco() local 6530 final String eventSource = new StringBuilder("startBluetoothScoVirtualCall()") in startBluetoothScoVirtualCall() local 6576 final String eventSource = new StringBuilder("stopBluetoothSco()") in stopBluetoothSco() local [all …]
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilityInputFilter.java | 264 final int eventSource = event.getSource(); in onInputEvent() local 338 private void clearEventStreamHandler(int displayId, int eventSource) { in clearEventStreamHandler()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationGuts.java | 269 public void closeControls(View eventSource, boolean save) { in closeControls()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ExpandHelper.java | 271 public void setEventSource(View eventSource) { in setEventSource()
|