HomeSort by relevance Sort by last modified time
    Searched full:eventsource (Results 1 - 25 of 38) sorted by null

1 2

  /external/jmdns/src/javax/jmdns/
NetworkTopologyEvent.java 22 * @param eventSource
27 protected NetworkTopologyEvent(final Object eventSource) {
28 super(eventSource);
ServiceEvent.java 22 * @param eventSource
27 public ServiceEvent(final Object eventSource) {
28 super(eventSource);
  /frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.h 45 enum eventSource {
64 void monitorMetadata(eventSource source, int64_t frameNumber,
92 MonitorEvent(eventSource src, uint32_t frameNumber, nsecs_t timestamp,
96 eventSource source;
TagMonitor.cpp 104 void TagMonitor::monitorMetadata(eventSource source, int64_t frameNumber, nsecs_t timestamp,
297 TagMonitor::MonitorEvent::MonitorEvent(eventSource src, uint32_t frameNumber, nsecs_t timestamp,
  /external/mdnsresponder/mDNSShared/
dnsextd.h 108 typedef struct EventSource
115 struct EventSource * next;
116 } EventSource;
151 GenLinkedList eventSources; // linked list of EventSource's
dnsextd.c 240 EventSource * newSource;
245 InitLinkedList( &self->eventSources, offsetof( EventSource, next));
248 newSource = ( EventSource*) malloc( sizeof *newSource );
272 EventSource * source;
275 for ( source = ( EventSource* ) self->eventSources.Head; source; source = source->next )
    [all...]
  /frameworks/native/libs/vr/libpdx/private/pdx/
client_channel.h 26 struct EventSource {
33 virtual std::vector<EventSource> GetEventSources() const = 0;
mock_client_channel.h 14 MOCK_CONST_METHOD0(GetEventSources, std::vector<EventSource>());
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
channel_event_set.h 68 std::vector<ClientChannel::EventSource> GetEventSources() const;
client_channel.h 29 std::vector<EventSource> GetEventSources() const override {
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerView.java 122 * @param ev MotionEvent in {@param eventSource}
124 public boolean shouldContainerScroll(MotionEvent ev, View eventSource) {
128 Utilities.mapCoordInSelfToDescendant(mScrollbar, eventSource, point);
  /frameworks/native/libs/vr/libpdx_uds/
channel_event_set.cpp 141 std::vector<ClientChannel::EventSource> ChannelEventReceiver::GetEventSources()
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 142 public void setXMLReader(XMLReader eventsource)
144 fXMLReader=eventsource;
145 eventsource.setContentHandler(this);
146 eventsource.setDTDHandler(this);
147 eventsource.setErrorHandler(this); // to report fatal errors in filtering mode
152 eventsource.
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityInputFilter.java 206 int eventSource = event.getSource();
209 mEventHandler.clearEvents(eventSource);
215 mEventHandler.clearEvents(eventSource);
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]
  /external/mdnsresponder/mDNSWindows/SystemService/
Service.c 87 typedef struct EventSource
92 struct EventSource * next;
93 } EventSource;
96 static EventSource * gEventSourceList = NULL;
97 static EventSource * gCurrentSource = NULL;
    [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 162 int eventSource = event.getSource();
163 if ((((eventSource & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) ||
164 ((eventSource & InputDevice.SOURCE_JOYSTICK) == InputDevice.SOURCE_JOYSTICK))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 248 public void setEventSource(View eventSource) {
249 mEventSource = eventSource;
  /external/guice/extensions/persist/lib/
hibernate-entitymanager.jar 
hibernate-search.jar 
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
buffer_hub_client.h 95 std::vector<pdx::ClientChannel::EventSource> GetEventSources() const {
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/
aws-java-sdk-config-1.11.18.jar 
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h     [all...]
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/26.0.0/
protos-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/26.0.0-beta6/
protos-26.0.0-beta6.jar 

Completed in 477 milliseconds

1 2