Home
last modified time | relevance | path

Searched refs:eventSource (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
DTagMonitor.h47 enum eventSource { enum
68 void monitorMetadata(eventSource source, int64_t frameNumber,
91 void monitorSingleMetadata(TagMonitor::eventSource source, int64_t frameNumber,
119 MonitorEvent(eventSource src, uint32_t frameNumber, nsecs_t timestamp,
124 eventSource source;
DTagMonitor.cpp121 void TagMonitor::monitorMetadata(eventSource source, int64_t frameNumber, nsecs_t timestamp, in monitorMetadata()
151 void TagMonitor::monitorSingleMetadata(eventSource source, int64_t frameNumber, nsecs_t timestamp, in monitorSingleMetadata()
391 TagMonitor::MonitorEvent::MonitorEvent(eventSource src, uint32_t frameNumber, nsecs_t timestamp, in MonitorEvent()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java265 /*package*/ void setForceUse_Async(int useCase, int config, String eventSource) { in setForceUse_Async() argument
267 useCase, config, eventSource); in setForceUse_Async()
303 IBinder cb, int uid, boolean on, boolean isPrivileged, String eventSource) { in setSpeakerphoneOn() argument
310 on, BtHelper.SCO_MODE_UNDEFINED, eventSource, isPrivileged)); in setSpeakerphoneOn()
329 boolean isPrivileged, String eventSource) { in setCommunicationDevice() argument
348 device != null, BtHelper.SCO_MODE_UNDEFINED, eventSource, isPrivileged); in setCommunicationDevice()
380 int scoAudioMode, boolean isPrivileged, String eventSource) { in setCommunicationRouteForClient() argument
384 + ", eventSource: " + eventSource); in setCommunicationRouteForClient()
389 + " from API: " + eventSource)).printLog(TAG)); in setCommunicationRouteForClient()
418 if (!mBtHelper.startBluetoothSco(scoAudioMode, eventSource)) { in setCommunicationRouteForClient()
[all …]
DBtHelper.java494 @NonNull String eventSource) { in startBluetoothSco() argument
495 AudioService.sDeviceLogger.enqueue(new EventLogger.StringEvent(eventSource)); in startBluetoothSco()
501 /*package*/ synchronized boolean stopBluetoothSco(@NonNull String eventSource) { in stopBluetoothSco() argument
502 AudioService.sDeviceLogger.enqueue(new EventLogger.StringEvent(eventSource)); in stopBluetoothSco()
DAudioService.java2543 private void sendEncodedSurroundMode(ContentResolver cr, String eventSource) in sendEncodedSurroundMode() argument
2548 sendEncodedSurroundMode(encodedSurroundMode, eventSource); in sendEncodedSurroundMode()
2551 private void sendEncodedSurroundMode(int encodedSurroundMode, String eventSource) in sendEncodedSurroundMode() argument
2575 eventSource); in sendEncodedSurroundMode()
5222 boolean mute, int flags, int userId, String eventSource) { in setMasterMuteInternalNoCallerCheck() argument
5225 mute, flags, userId, eventSource)); in setMasterMuteInternalNoCallerCheck()
5754 final String eventSource = "muteRingerModeStreams() from u/pid:" + Binder.getCallingUid() in muteRingerModeStreams() local
5757 shouldRingSco ? AudioSystem.FORCE_BT_SCO : AudioSystem.FORCE_NONE, eventSource, 0); in muteRingerModeStreams()
6603 final String eventSource = new StringBuilder() in setCommunicationDevice() local
6636 return mDeviceBroker.setCommunicationDevice(cb, uid, device, isPrivileged, eventSource); in setCommunicationDevice()
[all …]
DAudioDeviceInventory.java2043 String eventSource) {
2049 mDeviceBroker.setBluetoothA2dpOnInt(true, true /*fromA2dp*/, eventSource);
2403 String address, String name, int streamType, String eventSource) {
2408 mDeviceBroker.setBluetoothA2dpOnInt(true, false /*fromA2dp*/, eventSource);
2495 @AudioSystem.AudioFormatNativeEnumForBtCodec int codec, String eventSource) {
2528 mDeviceBroker.setBluetoothA2dpOnInt(true, false /*fromA2dp*/, eventSource);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java269 public void closeControls(View eventSource, boolean save) { in closeControls() argument
273 eventSource.getLocationOnScreen(targetLoc); in closeControls()
274 final int centerX = eventSource.getWidth() / 2; in closeControls()
275 final int centerY = eventSource.getHeight() / 2; in closeControls()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java347 final int eventSource = event.getSource(); in onInputEventInternal() local
352 clearEventStreamHandler(displayId, eventSource); in onInputEventInternal()
362 clearEventStreamHandler(displayId, eventSource); in onInputEventInternal()
426 private void clearEventStreamHandler(int displayId, int eventSource) { in clearEventStreamHandler() argument
429 eventHandler.clearEvents(eventSource); in clearEventStreamHandler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java272 public void setEventSource(View eventSource) { in setEventSource() argument
273 mEventSource = eventSource; in setEventSource()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h1404 void monitorMetadata(TagMonitor::eventSource source, int64_t frameNumber,
DCamera3Device.cpp2926 void Camera3Device::monitorMetadata(TagMonitor::eventSource source, in monitorMetadata()