Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DTagMonitor.h46 enum eventSource { enum
67 void monitorMetadata(eventSource source, int64_t frameNumber,
79 void monitorSingleMetadata(TagMonitor::eventSource source, int64_t frameNumber,
103 MonitorEvent(eventSource src, uint32_t frameNumber, nsecs_t timestamp,
107 eventSource source;
DTagMonitor.cpp117 void TagMonitor::monitorMetadata(eventSource source, int64_t frameNumber, nsecs_t timestamp, in monitorMetadata()
138 void TagMonitor::monitorSingleMetadata(eventSource source, int64_t frameNumber, nsecs_t timestamp, in monitorSingleMetadata()
327 TagMonitor::MonitorEvent::MonitorEvent(eventSource src, uint32_t frameNumber, nsecs_t timestamp, in MonitorEvent()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java190 /*package*/ void setForceUse_Async(int useCase, int config, String eventSource) { in setForceUse_Async() argument
192 useCase, config, eventSource); in setForceUse_Async()
238 /*package*/ void setSpeakerphoneOn(IBinder cb, int pid, boolean on, String eventSource) { in setSpeakerphoneOn() argument
256 cb, pid, device, BtHelper.SCO_MODE_UNDEFINED, eventSource); in setSpeakerphoneOn()
269 IBinder cb, int pid, AudioDeviceInfo device, String eventSource) { in setCommunicationDevice() argument
287 cb, pid, deviceAttr, BtHelper.SCO_MODE_UNDEFINED, eventSource); in setCommunicationDevice()
296 int scoAudioMode, String eventSource) { in setCommunicationRouteForClient() argument
304 + " from API: " + eventSource)).printLog(TAG)); in setCommunicationRouteForClient()
332 if (!mBtHelper.startBluetoothSco(scoAudioMode, eventSource)) { in setCommunicationRouteForClient()
344 mBtHelper.stopBluetoothSco(eventSource); in setCommunicationRouteForClient()
[all …]
DBtHelper.java380 @NonNull String eventSource) { in startBluetoothSco() argument
381 AudioService.sDeviceLogger.log(new AudioEventLogger.StringEvent(eventSource)); in startBluetoothSco()
387 /*package*/ synchronized boolean stopBluetoothSco(@NonNull String eventSource) { in stopBluetoothSco() argument
388 AudioService.sDeviceLogger.log(new AudioEventLogger.StringEvent(eventSource)); in stopBluetoothSco()
DAudioService.java1905 private void sendEncodedSurroundMode(ContentResolver cr, String eventSource) in sendEncodedSurroundMode() argument
1910 sendEncodedSurroundMode(encodedSurroundMode, eventSource); in sendEncodedSurroundMode()
1913 private void sendEncodedSurroundMode(int encodedSurroundMode, String eventSource) in sendEncodedSurroundMode() argument
1937 eventSource); in sendEncodedSurroundMode()
4378 final String eventSource = "muteRingerModeStreams() from u/pid:" + Binder.getCallingUid() in muteRingerModeStreams() local
4381 shouldRingSco ? AudioSystem.FORCE_BT_SCO : AudioSystem.FORCE_NONE, eventSource, 0); in muteRingerModeStreams()
5154 final String eventSource = new StringBuilder("setCommunicationDevice(") in setCommunicationDevice() local
5185 mDeviceBroker.setCommunicationDevice(cb, pid, device, eventSource); in setCommunicationDevice()
5233 final String eventSource = new StringBuilder("setSpeakerphoneOn(").append(on) in setSpeakerphoneOn() local
5244 mDeviceBroker.setSpeakerphoneOn(cb, pid, on, eventSource); in setSpeakerphoneOn()
[all …]
DAudioDeviceInventory.java954 private void makeA2dpDeviceAvailable(String address, String name, String eventSource, in makeA2dpDeviceAvailable() argument
958 mDeviceBroker.setBluetoothA2dpOnInt(true, true /*fromA2dp*/, eventSource); in makeA2dpDeviceAvailable()
1078 String address, String name, int streamType, String eventSource) { in makeHearingAidDeviceAvailable() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java270 public void closeControls(View eventSource, boolean save) { in closeControls() argument
274 eventSource.getLocationOnScreen(targetLoc); in closeControls()
275 final int centerX = eventSource.getWidth() / 2; in closeControls()
276 final int centerY = eventSource.getHeight() / 2; in closeControls()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java240 int eventSource = event.getSource(); in onInputEvent() local
243 clearEventsForAllEventHandlers(eventSource); in onInputEvent()
249 clearEventsForAllEventHandlers(eventSource); in onInputEvent()
301 private void clearEventsForAllEventHandlers(int eventSource) { in clearEventsForAllEventHandlers() argument
305 eventHandler.clearEvents(eventSource); in clearEventsForAllEventHandlers()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java251 public void setEventSource(View eventSource) { in setEventSource() argument
252 mEventSource = eventSource; in setEventSource()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h1250 void monitorMetadata(TagMonitor::eventSource source, int64_t frameNumber,
DCamera3Device.cpp3073 void Camera3Device::monitorMetadata(TagMonitor::eventSource source, in monitorMetadata()