Searched defs:events (Results 1 - 21 of 21) sorted by relevance

/hardware/akm/AK8975_FS/libsensors/
H A DInputEventReader.cpp75 ssize_t InputEventCircularReader::readEvent(input_event const** events) argument
77 *events = mCurr;
/hardware/libhardware/tests/input/evdev/
H A DMouseInputMapper_test.cpp95 // Test two switch events in order
107 InputEvent events[] = { local
116 for (auto e : events) {
H A DSwitchInputMapper_test.cpp85 // Test two switch events in order
93 InputEvent events[] = { local
99 for (auto e : events) {
/hardware/qcom/camera/QCamera2/util/
H A DQCameraDisplay.cpp57 * @events : events
63 __unused int events, void* data) {
62 vsyncEventReceiverCamera(__unused int fd, __unused int events, void* data) argument
/hardware/ti/omap4-aah/camera/
H A DSensorListener.cpp20 * This file listens and propogates sensor events to CameraHal.
40 static int sensor_events_listener(int fd, int events, void* data) argument
87 CAMHAL_LOGEB("reading events failed: %s", strerror(-num_sensors));
/hardware/ti/omap4xxx/camera/
H A DSensorListener.cpp20 * This file listens and propogates sensor events to CameraHal.
42 static int sensor_events_listener(int fd, int events, void* data) argument
89 CAMHAL_LOGEB("reading events failed: %s", strerror(-num_sensors));
/hardware/qcom/msm8994/kernel-headers/sound/
H A Dlsm_params.h125 __u8 events; member in struct:snd_lsm_output_format_cfg
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dlsm_params.h148 * @events: indicates whether data path events need to be enabled
154 __u8 events; member in struct:snd_lsm_output_format_cfg
/hardware/qcom/msm8996/kernel-headers/linux/sound/
H A Dlsm_params.h125 __u8 events; member in struct:snd_lsm_output_format_cfg
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dlsm_params.h125 __u8 events; member in struct:snd_lsm_output_format_cfg
H A Dasequencer.h385 int events; member in struct:snd_seq_queue_status
/hardware/qcom/msm8996/original-kernel-headers/linux/sound/
H A Dlsm_params.h148 * @events: indicates whether data path events need to be enabled
154 __u8 events; member in struct:snd_lsm_output_format_cfg
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dlsm_params.h148 * @events: indicates whether data path events need to be enabled
154 __u8 events; member in struct:snd_lsm_output_format_cfg
H A Dasequencer.h109 /* 70-89: synthesizer events - obsoleted */
111 /** user-defined events with fixed length
128 /* 130-139: variable length events
141 /* 150-151: kernel events with quote - DO NOT use in user clients */
147 /* 192-254: hardware specific events */
358 int event_lost; /* number of lost events */
375 /* Remove events by specified criteria */
385 #define SNDRV_SEQ_REMOVE_IGNORE_OFF (1<<8) /* Do not flush off events */
386 #define SNDRV_SEQ_REMOVE_TAG_MATCH (1<<9) /* Restrict to events with given tag */
489 int events; /* rea member in struct:snd_seq_queue_status
[all...]
/hardware/bsp/intel/peripheral/libmraa/include/
H A Dmraa_internal_types.h147 mraa_iio_event* events; member in struct:_iio
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifi_hal.cpp66 static void internal_event_handler(wifi_handle handle, int events,
687 static void internal_event_handler(wifi_handle handle, int events, argument
690 if (events & POLLERR) {
693 } else if (events & POLLHUP) {
695 } else if (events & POLLIN) {
696 //ALOGI("Found some events!!!");
699 ALOGE("Unknown event - %0x", events);
717 pfd[0].events = POLLIN;
720 pfd[1].events = POLLIN;
723 pfd[2].events
[all...]
H A Dwifilogger_diag.cpp43 static event_remap_t events[MAX_CONNECTIVITY_EVENTS] = { variable
974 if (events[i].q_event == in_event) {
975 *out_event = events[i].g_event;
1809 ALOGD("Only %u events are expected, don't process this event",
1849 ALOGD("Only %u events are expected, don't process this event",
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dfuse.h470 uint32_t events; member in struct:fuse_poll_in
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dfuse.h92 * - send the requested events in POLL request
632 uint32_t events; member in struct:fuse_poll_in
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dfuse.h490 uint32_t events; member in struct:fuse_poll_in
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dfuse.h92 * - send the requested events in POLL request
658 uint32_t events; member in struct:fuse_poll_in

Completed in 577 milliseconds