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.java173 /*package*/ void setForceUse_Async(int useCase, int config, String eventSource) { in setForceUse_Async() argument
175 useCase, config, eventSource); in setForceUse_Async()
222 /*package*/ boolean setSpeakerphoneOn(IBinder cb, int pid, boolean on, String eventSource) { in setSpeakerphoneOn() argument
228 updateSpeakerphoneOn(eventSource); in setSpeakerphoneOn()
234 private void updateSpeakerphoneOn(String eventSource) { in updateSpeakerphoneOn() argument
237 setForceUse_Async(AudioSystem.FOR_RECORD, AudioSystem.FORCE_NONE, eventSource); in updateSpeakerphoneOn()
244 AudioSystem.FOR_RECORD, AudioSystem.FORCE_BT_SCO, eventSource); in updateSpeakerphoneOn()
250 setForceUse_Async(AudioSystem.FOR_COMMUNICATION, mForcedUseForComm, eventSource); in updateSpeakerphoneOn()
392 boolean suppressNoisyIntent, int musicDevice, @NonNull String eventSource) { in HearingAidDeviceConnectionInfo() argument
397 mEventSource = eventSource; in HearingAidDeviceConnectionInfo()
[all …]
DBtHelper.java408 @NonNull String eventSource) { in startBluetoothScoForClient() argument
417 AudioService.sDeviceLogger.log(new AudioEventLogger.StringEvent(eventSource)); in startBluetoothScoForClient()
428 @NonNull String eventSource) { in stopBluetoothScoForClient() argument
435 AudioService.sDeviceLogger.log(new AudioEventLogger.StringEvent(eventSource)); in stopBluetoothScoForClient()
DAudioService.java1502 private void sendEncodedSurroundMode(ContentResolver cr, String eventSource) in sendEncodedSurroundMode() argument
1507 sendEncodedSurroundMode(encodedSurroundMode, eventSource); in sendEncodedSurroundMode()
1510 private void sendEncodedSurroundMode(int encodedSurroundMode, String eventSource) in sendEncodedSurroundMode() argument
1534 eventSource); in sendEncodedSurroundMode()
3519 final String eventSource = "muteRingerModeStreams() from u/pid:" + Binder.getCallingUid() in muteRingerModeStreams() local
3522 shouldRingSco ? AudioSystem.FORCE_BT_SCO : AudioSystem.FORCE_NONE, eventSource, 0); in muteRingerModeStreams()
4093 final String eventSource = new StringBuilder("setSpeakerphoneOn(").append(on) in setSpeakerphoneOn() local
4096 final boolean stateChanged = mDeviceBroker.setSpeakerphoneOn(cb, pid, on, eventSource); in setSpeakerphoneOn()
4137 final String eventSource = new StringBuilder("setBluetoothScoOn(").append(on) in setBluetoothScoOn() local
4149 mDeviceBroker.setBluetoothScoOn(on, eventSource); in setBluetoothScoOn()
[all …]
DAudioDeviceInventory.java878 private void makeA2dpDeviceAvailable(String address, String name, String eventSource, in makeA2dpDeviceAvailable() argument
882 mDeviceBroker.setBluetoothA2dpOnInt(true, true /*fromA2dp*/, eventSource); in makeA2dpDeviceAvailable()
1002 String address, String name, int streamType, String eventSource) { in makeHearingAidDeviceAvailable() argument
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java217 int eventSource = event.getSource(); in onInputEvent() local
220 clearEventsForAllEventHandlers(eventSource); in onInputEvent()
226 clearEventsForAllEventHandlers(eventSource); in onInputEvent()
278 private void clearEventsForAllEventHandlers(int eventSource) { in clearEventsForAllEventHandlers() argument
282 eventHandler.clearEvents(eventSource); in clearEventsForAllEventHandlers()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java275 public void closeControls(View eventSource, boolean save) { in closeControls() argument
279 eventSource.getLocationOnScreen(targetLoc); in closeControls()
280 final int centerX = eventSource.getWidth() / 2; in closeControls()
281 final int centerY = eventSource.getHeight() / 2; in closeControls()
/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.h1155 void monitorMetadata(TagMonitor::eventSource source, int64_t frameNumber,
DCamera3Device.cpp2873 void Camera3Device::monitorMetadata(TagMonitor::eventSource source, in monitorMetadata()