Searched refs:data (Results 1 - 25 of 287) sorted by relevance

1234567891011>>

/device/asus/fugu/
H A Dbt_vendor.conf5 FwPatchFilePath = /data/misc/bluedroid/
/device/moto/shamu/camera/QCamera2/util/
H A DQCameraQueue.h38 typedef bool (*match_fn_data)(void *data, void *user_data, void *match_data);
39 typedef void (*release_data_fn)(void* data, void *user_data);
40 typedef bool (*match_fn)(void *data, void *user_data);
48 bool enqueue(void *data);
49 bool enqueueWithPriority(void *data);
60 void* data; member in struct:qcamera::QCameraQueue::__anon1934
/device/asus/flo/
H A Dinit.flo.wifi.sh4 rm /data/misc/wifi/WCNSS_qcom_cfg.ini
5 rm /data/misc/wifi/WCNSS_qcom_wlan_nv.bin
/device/lge/mako/
H A Dinit.mako.wifi.sh4 rm /data/misc/wifi/WCNSS_qcom_cfg.ini
5 rm /data/misc/wifi/WCNSS_qcom_wlan_nv.bin
/device/lge/mako/camera/mm-camera-interface/
H A Dmm_camera_poll_thread.c83 len = write(poll_cb->data.pfds[1], &cmd_evt, sizeof(cmd_evt));
122 for(i = 0; i < poll_cb->data.num_fds-1; i++) {
123 /*Checking for data events*/
124 if((poll_cb->data.poll_type == MM_CAMERA_POLL_TYPE_CH) &&
127 if(poll_cb->data.used) {
128 mm_camera_msm_data_notify(poll_cb->data.my_obj,
130 poll_cb->data.poll_streams[i]->stream_type);
135 if((poll_cb->data.poll_type == MM_CAMERA_POLL_TYPE_EVT) &&
138 mm_camera_msm_evt_notify(poll_cb->data.my_obj, fds[i].fd);
148 poll_cb->data
283 mm_camera_poll_thread(void *data) argument
[all...]
/device/asus/flo/camera/QCamera2/util/
H A DQCameraQueue.h38 typedef void (*release_data_fn)(void* data, void *user_data);
39 typedef bool (*match_fn)(void *data, void *user_data);
46 bool enqueue(void *data);
47 bool enqueueWithPriority(void *data);
55 void* data; member in struct:qcamera::QCameraQueue::__anon267
H A DQCameraQueue.cpp60 * @data_rel_fn : function ptr to release node data internal resource
61 * @user_data : user data ptr
112 * DESCRIPTION: enqueue data into the queue
115 * @data : data to be enqueued
119 bool QCameraQueue::enqueue(void *data) argument
129 node->data = data;
141 * DESCRIPTION: enqueue data into queue with priority, will insert into the
145 * @data
149 enqueueWithPriority(void *data) argument
188 void* data = NULL; local
[all...]
/device/lge/hammerhead/camera/QCamera2/util/
H A DQCameraQueue.h38 typedef void (*release_data_fn)(void* data, void *user_data);
39 typedef bool (*match_fn)(void *data, void *user_data);
47 bool enqueue(void *data);
48 bool enqueueWithPriority(void *data);
58 void* data; member in struct:qcamera::QCameraQueue::__anon774
H A DQCameraQueue.cpp61 * @data_rel_fn : function ptr to release node data internal resource
62 * @user_data : user data ptr
130 * DESCRIPTION: enqueue data into the queue
133 * @data : data to be enqueued
137 bool QCameraQueue::enqueue(void *data) argument
148 node->data = data;
166 * DESCRIPTION: enqueue data into queue with priority, will insert into the
170 * @data
174 enqueueWithPriority(void *data) argument
220 void* data = NULL; local
[all...]
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_exif.c46 * @type : data type
47 * @count : number of data in uint of its type
48 * @data : input data ptr
55 * Function to add an entry to exif data
59 exif_tag_type_t type, uint32_t count, void *data)
81 memcpy(values, data, count);
82 p_info_data[numOfEntries].tag_entry.data._bytes = values;
85 p_info_data[numOfEntries].tag_entry.data._byte = *(uint8_t *)data;
58 addExifEntry(QOMX_EXIF_INFO *p_exif_info, exif_tag_id_t tagid, exif_tag_type_t type, uint32_t count, void *data) argument
[all...]
H A Dmm_jpeg_queue.c42 int32_t mm_jpeg_queue_enq(mm_jpeg_queue_t* queue, void* data) argument
52 node->data = data;
66 void* data = NULL; local
81 data = node->data;
85 return data;
110 void* data = NULL; local
123 /* for now we only assume there is no ptr inside data
124 * so we free data directl
139 void* data = NULL; local
[all...]
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c42 int32_t mm_jpeg_queue_enq(mm_jpeg_queue_t* queue, void* data) argument
52 node->data = data;
66 void* data = NULL; local
81 data = node->data;
85 return data;
110 void* data = NULL; local
123 /* for now we only assume there is no ptr inside data
124 * so we free data directl
139 void* data = NULL; local
[all...]
H A Dmm_jpeg_exif.c49 * @type : data type
50 * @count : number of data in uint of its type
51 * @data : input data ptr
58 * Function to add an entry to exif data
62 exif_tag_type_t type, uint32_t count, void *data)
84 memcpy(values, data, count);
85 p_info_data[numOfEntries].tag_entry.data._bytes = values;
88 p_info_data[numOfEntries].tag_entry.data._byte = *(uint8_t *)data;
61 addExifEntry(QOMX_EXIF_INFO *p_exif_info, exif_tag_id_t tagid, exif_tag_type_t type, uint32_t count, void *data) argument
[all...]
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c42 int32_t mm_jpeg_queue_enq(mm_jpeg_queue_t* queue, void* data) argument
52 node->data = data;
67 void* data = NULL; local
80 data = node->data;
82 return data;
88 void* data = NULL; local
103 data = node->data;
132 void* data = NULL; local
[all...]
/device/moto/shamu/power/
H A Dpower_shamu.c72 char data[MAX_LENGTH]; local
82 snprintf(data, MAX_LENGTH, "8:%d", client);
83 rc = sendto(client_sockfd, data, strlen(data), 0, (const struct sockaddr *)&client_addr, sizeof(struct sockaddr_un));
85 snprintf(data, MAX_LENGTH, "7:%d", client);
86 rc = sendto(client_sockfd, data, strlen(data), 0, (const struct sockaddr *)&client_addr, sizeof(struct sockaddr_un));
98 char data[MAX_LENGTH]; local
108 snprintf(data, MAX_LENGTH, "5:%d", client);
109 rc = sendto(client_sockfd, data, strle
155 char data[MAX_LENGTH]; local
177 char data[MAX_LENGTH]; local
201 process_low_power_hint(void* data) argument
232 power_hint( __attribute__((unused)) struct power_module *module, __attribute__((unused)) power_hint_t hint, __attribute__((unused)) void *data) argument
[all...]
/device/asus/flo/camera/QCamera2/stack/common/
H A Dcam_queue.h34 void *data; member in struct:__anon75
51 static inline int32_t cam_queue_enq(cam_queue_t *queue, void *data) argument
60 node->data = data;
73 void *data = NULL; local
88 data = node->data;
92 return data;
111 /* TODO later to consider ptr inside data */
112 /* for now we only assume there is no ptr inside data
[all...]
/device/lge/hammerhead/camera/QCamera2/stack/common/
H A Dcam_queue.h34 void *data; member in struct:__anon565
51 static inline int32_t cam_queue_enq(cam_queue_t *queue, void *data) argument
60 node->data = data;
73 void *data = NULL; local
88 data = node->data;
92 return data;
111 /* TODO later to consider ptr inside data */
112 /* for now we only assume there is no ptr inside data
[all...]
/device/moto/shamu/camera/QCamera2/stack/common/
H A Dcam_queue.h34 void *data; member in struct:__anon1624
51 static inline int32_t cam_queue_enq(cam_queue_t *queue, void *data) argument
60 node->data = data;
73 void *data = NULL; local
88 data = node->data;
92 return data;
111 /* TODO later to consider ptr inside data */
112 /* for now we only assume there is no ptr inside data
[all...]
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c42 int32_t mm_jpeg_queue_enq(mm_jpeg_queue_t* queue, void* data) argument
52 node->data = data;
63 int32_t mm_jpeg_queue_enq_head(mm_jpeg_queue_t* queue, void* data) argument
75 node->data = data;
91 void* data = NULL; local
106 data = node->data;
110 return data;
135 void* data = NULL; local
164 void* data = NULL; local
[all...]
/device/generic/goldfish/sensors/
H A Dsensors_qemu.c116 ** This one is used to read sensor data from the hardware.
117 ** We implement this by simply reading the data from the
133 * the sensors data (it is passed to data__data_open() below
146 handle->data[0] = dup(ctl->fd);
231 SensorPoll* data = (void*)dev; local
233 D("%s: dev=%p fd=%d", __FUNCTION__, dev, handle->data[0]);
234 memset(&data->sensors, 0, sizeof(data->sensors));
236 data->pendingSensors = 0;
237 data
250 SensorPoll* data = (void*)dev; local
260 pick_sensor(SensorPoll* data, sensors_event_t* values) argument
290 SensorPoll* data = (void*)dev; local
406 SensorPoll* data = (SensorPoll*)dev; local
433 poll__poll(struct sensors_poll_device_1 *dev, sensors_event_t* data, int count) argument
[all...]
/device/asus/flo/camera/QCamera2/HAL/
H A DQCameraThermalAdapter.h51 void *userdata, void *data) = 0;
67 static int thermalCallback(int level, void *userdata, void *data);
72 int (*callback)(int, void *userdata, void *data), void *data);
/device/lge/hammerhead/camera/QCamera2/HAL/
H A DQCameraThermalAdapter.h51 void *userdata, void *data) = 0;
67 static int thermalCallback(int level, void *userdata, void *data);
72 int (*callback)(int, void *userdata, void *data), void *data);
/device/moto/shamu/camera/QCamera2/HAL/
H A DQCameraThermalAdapter.h51 void *userdata, void *data) = 0;
67 static int thermalCallback(int level, void *userdata, void *data);
72 int (*callback)(int, void *userdata, void *data), void *data);
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c42 int32_t mm_jpeg_queue_enq(mm_jpeg_queue_t* queue, void* data) argument
52 node->data = data;
66 void* data = NULL; local
81 data = node->data;
85 return data;
110 void* data = NULL; local
123 /* for now we only assume there is no ptr inside data
124 * so we free data directl
[all...]
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_queue.c78 int mm_qcamera_queue_enqueue(mm_camera_queue_t *queue, void *data) argument
92 node->data = data;
109 void* data = NULL; local
128 data = node->data;
132 return data;
155 if (NULL != node->data) {
157 queue->m_dataFn(node->data, queue->m_userData);
159 free(node->data);
[all...]

Completed in 360 milliseconds

1234567891011>>