Searched defs:events (Results 51 - 75 of 167) sorted by relevance

1234567

/external/qemu/android/protocol/
H A Dui-commands-impl.c119 _uiCmdImpl_io_callback(void* opaque, int fd, unsigned events) argument
H A Dui-commands-proxy.c105 _uiCmdProxy_io_func(void* opaque, int fd, unsigned events) argument
112 if (events & LOOP_IO_WRITE) {
H A Dfb-updates-impl.c108 _fbUpdatesImpl_io_callback(void* opaque, int fd, unsigned events) argument
H A Dfb-updates-proxy.c246 _proxyFb_io_fun(void* opaque, int fd, unsigned events) argument
248 if (events & LOOP_IO_READ) {
250 } else if (events & LOOP_IO_WRITE) {
/external/qemu/distrib/sdl-1.2.15/test/
H A Dthreadwin.c116 /* Mouse and keyboard events go to threads */
124 /* Drop all other events */
132 SDL_Event events[10]; local
136 /* Handle mouse events here */
139 found = SDL_PeepEvents(events, 10, SDL_GETEVENT, mask);
141 switch(events[i].type) {
145 if ( events[i].button.state == SDL_PRESSED ) {
150 events[i].button.button,
151 (events[i].button.state == SDL_PRESSED) ?
157 events[
169 SDL_Event events[10]; local
[all...]
/external/qemu/
H A Dvl-android-ui.c56 #include "android/protocol/user-events-proxy.h"
78 static void ioh_callback(void* opaque, int fd, unsigned events) argument
82 if ((events & LOOP_IO_READ) != 0) {
85 if (!ioh->deleted && (events & LOOP_IO_WRITE) != 0) {
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c207 // We'd like to get 60 events per second (in us).
229 * event loop for receiving input events and doing other things.
258 // Read all pending events.
260 int events; local
263 // If not animating, we will block forever waiting for events.
264 // If animating, we loop until all events are read, then continue
266 while ((ident=ALooper_pollAll(engine.animating ? 0 : -1, NULL, &events,
295 // Done with events; draw next animation frame.
/external/bluetooth/bluedroid/hci/src/
H A Dbt_hci_bdroid.c341 uint16_t events; local
357 events = ready_events;
362 if (events & HC_EVENT_RX)
372 events |= HC_EVENT_TX;
377 if (events & HC_EVENT_PRELOAD)
393 if (events & HC_EVENT_POSTLOAD)
409 if (events & HC_EVENT_TX)
455 if (events & HC_EVENT_LPM_ENABLE)
460 if (events & HC_EVENT_LPM_DISABLE)
465 if (events
[all...]
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_rfc.c153 UINT32 events = 0; local
161 events |= port_get_signal_changes (p_port, old_signals, p_port->peer_ctrl.modem_signal);
164 events |= PORT_EV_CONNECT_ERR;
167 events |= PORT_EV_ERR;
169 if ((p_port->p_callback != NULL) && events)
170 p_port->p_callback (events, p_port->inx);
656 /* execute call back function only if the application is registered for events */
700 /* execute call back function only if the application is registered for events */
825 UINT32 events = 0; local
878 events |
924 UINT32 events = 0; local
983 UINT32 events = 0; local
1039 UINT32 events = 0; local
[all...]
/external/chromium/base/files/
H A Dfile_path_watcher_mac.cc32 // current implementation (Mac OS X 10.6.7) sometimes drops events and doesn't
104 // Fills |events| with one kevent per component in |path|.
105 // Returns the number of valid events created where a valid event is
107 static int EventsForPath(FilePath path, EventVector *events);
145 int FilePathWatcherImpl::EventsForPath(FilePath path, EventVector* events) { argument
148 DCHECK(events->empty());
182 events->push_back(event);
250 // potentially rendering other events in |updates| invalid.
251 // There is no need to remove the events from |kqueue_| because this
269 // potentially rendering other events i
[all...]
/external/chromium/base/
H A Dmessage_pump_libevent.cc205 static void timer_callback(int fd, short events, void *context) argument
241 // but to service all pending events when it wakes up.
/external/chromium/chrome/browser/automation/
H A Dui_controls_linux.cc61 // The number of events of this type to wait for.
73 // If there is a grab, we need to target all events at it regardless of
108 // If there is a grab, send all events to the grabbed widget.
113 // No target was specified. Send the events to the active toplevel.
129 std::vector<GdkEvent*> events; local
130 ui::SynthesizeKeyPressEvents(event_window, key, control, shift, alt, &events);
131 for (std::vector<GdkEvent*>::iterator iter = events.begin();
132 iter != events.end(); ++iter) {
191 // If there is a grab, we need to target all events at it regardless of
/external/chromium/chrome/browser/extensions/
H A Dextension_omnibox_api.cc18 namespace events { namespace
23 }; // namespace events
64 extension_id, events::kOnInputStarted, "[]", profile, GURL());
72 extension_id, events::kOnInputChanged))
82 extension_id, events::kOnInputChanged, json_args, profile, GURL());
96 extension_id, events::kOnInputEntered, json_args, profile, GURL());
107 extension_id, events::kOnInputCancelled, "[]", profile, GURL());
H A Dextension_tts_api.cc25 namespace events { namespace
28 }; // namespace events
154 extension->id(), events::kOnSpeak) ||
156 extension->id(), events::kOnStop)) {
210 events::kOnSpeak,
244 events::kOnStop,
/external/chromium/testing/gtest/test/
H A Dgtest-listener_test.cc33 // This file verifies Google Test event listeners receive events at the
50 // Used by tests to register their events.
204 std::vector<String> events; local
205 g_events = &events;
215 GTEST_CHECK_(events.size() == 0)
216 << "AddGlobalTestEnvironment should not generate any events itself.";
303 VerifyResults(events,
/external/chromium/third_party/libevent/
H A Devbuffer.c424 bufferevent_setwatermark(struct bufferevent *bufev, short events, argument
427 if (events & EV_READ) {
432 if (events & EV_WRITE) {
/external/dbus/dbus/
H A Ddbus-sysdeps.h44 /* AIX sys/poll.h does #define events reqevents, and other
296 short events; /**< Events to poll for */ member in struct:__anon5046
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java18 import org.eclipse.swt.events.SelectionListener;
273 * Resends KeyDown/KeyUp events.
285 * Adds given listener as handler for events in given widget.
287 private void addEvents(Widget widget, Listener listener, int[] events) { argument
288 for (int i = 0; i < events.length; i++) {
289 widget.addListener(events[i], listener);
294 * Adds the listener to receive events.
/external/gtest/test/
H A Dgtest-listener_test.cc33 // This file verifies Google Test event listeners receive events at the
50 // Used by tests to register their events.
204 std::vector<String> events; local
205 g_events = &events;
215 GTEST_CHECK_(events.size() == 0)
216 << "AddGlobalTestEnvironment should not generate any events itself.";
303 VerifyResults(events,
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DAbstractCinematicEvent.java32 package com.jme3.cinematic.events;
H A DMotionTrack.java32 package com.jme3.cinematic.events;
/external/linux-tools-perf/util/scripting-engines/
H A Dtrace-event-perl.c2 * trace-event-perl. Feed perf script events to an embedded Perl interpreter.
56 struct event *events[FTRACE_MAX_EVENT]; variable in typeref:struct:event
234 if (events[type])
235 return events[type];
237 events[type] = event = trace_find_event(type);
429 fprintf(ofp, "# all events. They don't necessarily correspond to "
/external/oprofile/utils/
H A Dophelp.c209 fprintf(stderr, "All events must be distinct.\n");
238 fprintf(stderr, "Couldn't allocate hardware counters for the selected events.\n");
300 { "check-events", 'e', POPT_ARG_NONE, &check_events, 0,
313 "list events as XML", NULL, },
366 struct list_head * events; local
413 events = op_events(cpu_type);
416 fprintf(stderr, "No events given.\n");
430 /* without --check-events, the only argument must be an event name */
437 list_for_each(pos, events) {
454 /* default: list all events */
[all...]
/external/protobuf/gtest/test/
H A Dgtest-listener_test.cc33 // This file verifies Google Test event listeners receive events at the
59 // Used by tests to register their events.
213 Vector<String> events; local
214 g_events = &events;
224 GTEST_CHECK_(events.size() == 0)
225 << "AddGlobalTestEnvironment should not generate any events itself.";
312 VerifyResults(events,
/external/qemu/android/
H A Dadb-server.c313 _on_adb_host_io(void* opaque, int fd, unsigned events) argument
319 if ((events & LOOP_IO_READ) != 0) {
322 if ((events & LOOP_IO_WRITE) != 0) {
361 _on_server_socket_io(void* opaque, int fd, unsigned events) argument
369 if ((events & LOOP_IO_READ) == 0) {

Completed in 901 milliseconds

1234567