/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 | 40 enum eventSource { 57 void monitorMetadata(eventSource source, int64_t frameNumber, 85 MonitorEvent(eventSource src, uint32_t frameNumber, nsecs_t timestamp, 89 eventSource source;
|
TagMonitor.cpp | 93 void TagMonitor::monitorMetadata(eventSource source, int64_t frameNumber, nsecs_t timestamp, 268 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...] |
/external/v8/test/cctest/ |
test-func-name-inference.cc | 512 " var EventSource = function () { };\n" 513 " EventSource.prototype.addListener = function () {\n" 516 " this.PublicEventSource = EventSource;\n" 518 CheckFunctionName(script, "return 2012", "EventSource.addListener");
|
/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 | 191 int eventSource = event.getSource(); 194 mEventHandler.clearEvents(eventSource); 200 mEventHandler.clearEvents(eventSource);
|
/external/chromium-trace/catapult/tracing/tracing/ui/base/ |
camera.html | 34 decorate: function(eventSource) { 35 this.eventSource_ = eventSource;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ExpandHelper.java | 241 public void setEventSource(View eventSource) { 242 mEventSource = eventSource;
|
/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...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/awslambda/ |
layer1.py | 122 'EventSource': event_source, 279 query_params['EventSource'] = event_source_arn
|
/external/libnfc-nxp/src/ |
phHciNfc_DevMgmt.c | [all...] |
phHciNfc_NfcIPMgmt.c | 809 event_info.eventSource = phHal_eNfcIP1_Initiator; 815 event_info.eventSource = phHal_eNfcIP1_Target; [all...] |
phHciNfc_CE_A.c | 646 event_info.eventSource = phHal_eISO14443_A_PICC;
|
phHciNfc_CE_B.c | 644 event_info.eventSource = phHal_eISO14443_B_PICC;
|
phHciNfc_SWP.c | 622 EventInfo.eventSource = phHal_ePICC_DevType;
|
phHciNfc_WI.c | 687 EventInfo.eventSource = phHal_ePICC_DevType;
|
phLibNfc_SE.c | 152 if((pEvtInfo->eventSource == phHal_ePICC_DevType )
|
phHal4Nfc.c | [all...] |
phHciNfc_Emulation.c | [all...] |
/external/guice/extensions/persist/lib/ |
hibernate-entitymanager.jar | |
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3Device.h | 864 void monitorMetadata(TagMonitor::eventSource source, int64_t frameNumber, [all...] |
/external/libnfc-nxp/inc/ |
phNfcHalTypes.h | 888 phHal_eRFDevType_t eventSource; [all...] |