Searched defs:data (Results 1 - 25 of 189) sorted by relevance

12345678

/device/htc/flounder/sensor_hub/libsensors/
H A DInputEventReader.h28 __u8 data[24]; member in struct:cw_event
/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/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/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/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/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...]
/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/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/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/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-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...]
/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/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
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/HAL/
H A DQCameraThermalAdapter.cpp150 void *userdata, void *data)
157 rc = instance.mCallback->thermalEvtHandle(lvl, userdata, data);
149 thermalCallback(int level, void *userdata, void *data) argument
/device/lge/hammerhead/camera/QCamera2/HAL/
H A DQCameraThermalAdapter.cpp150 void *userdata, void *data)
157 rc = instance.mCallback->thermalEvtHandle(lvl, userdata, data);
149 thermalCallback(int level, void *userdata, void *data) argument
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_data.c57 int32_t mm_camera_queue_enq(mm_camera_queue_t* queue, void* data) argument
67 node->data = data;
81 void* data = NULL; local
96 data = node->data;
100 return data;
113 void* data = NULL; local
126 /* TODO later to consider ptr inside data */
127 /* for now we only assume there is no ptr inside data
140 mm_camera_cmd_thread(void *data) argument
[all...]
/device/moto/shamu/camera/QCamera2/HAL/
H A DQCameraThermalAdapter.cpp151 void *userdata, void *data)
158 rc = instance.mCallback->thermalEvtHandle(lvl, userdata, data);
150 thermalCallback(int level, void *userdata, void *data) argument
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
H A DGLDecoderContextData.h54 void storePointerData(unsigned int loc, void *data, size_t len) { argument
58 memcpy(m_pointerData[loc].ptr(), data, len);
/device/lge/hammerhead/libsensors/
H A DLightSensor.cpp40 memset(mPendingEvent.data, 0, sizeof(mPendingEvent.data));
117 int LightSensor::readEvents(sensors_event_t* data, int count) argument
125 *data = mPendingEvent;
147 *data++ = mPendingEvent;
H A DProximitySensor.cpp40 memset(mPendingEvent.data, 0, sizeof(mPendingEvent.data));
98 int ProximitySensor::readEvents(sensors_event_t* data, int count) argument
106 *data = mPendingEvent;
129 *data++ = mPendingEvent;
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_data.c58 int32_t mm_camera_queue_enq(mm_camera_queue_t* queue, void* data) argument
68 node->data = data;
82 void* data = NULL; local
97 data = node->data;
101 return data;
114 void* data = NULL; local
128 /* TODO later to consider ptr inside data */
129 /* for now we only assume there is no ptr inside data
142 mm_camera_cmd_thread(void *data) argument
[all...]

Completed in 1746 milliseconds

12345678