Searched refs:list (Results 1 - 25 of 101) sorted by relevance

12345

/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
H A DOMX_TI_Debug.h285 * format, list - debug message
290 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \
294 format OMX_DBG_FN OMX_DBG_LINE, ##list); \
297 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \
302 format OMX_DBG_FN OMX_DBG_LINE, ##list); \
306 format OMX_DBG_FN OMX_DBG_LINE, ##list); \
312 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \
317 format OMX_DBG_FN OMX_DBG_LINE, ##list); \
324 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \
329 format, OMX_DBG_FN OMX_DBG_LINE ##list); \
[all...]
/hardware/qcom/camera/QCamera2/util/
H A DQCameraQueue.cpp7 * notice, this list of conditions and the following disclaimer.
9 * copyright notice, this list of conditions and the following
48 cam_list_init(&m_head.list);
68 cam_list_init(&m_head.list);
132 cam_list_add_tail_node(&node->list, &m_head.list);
162 struct cam_list *p_next = m_head.list.next;
164 m_head.list.next = &node->list;
165 p_next->prev = &node->list;
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.h35 bool prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list,
38 bool draw(hwc_context_t *ctx, hwc_display_contents_1_t *list,
55 hwc_display_contents_1_t *list, int dpy);
57 const hwc_display_contents_1_t *list);
64 (const hwc_display_contents_1_t *list);
H A Dhwc.cpp90 hwc_display_contents_1_t *list = displays[i]; local
95 if (LIKELY(list && list->numHwLayers > 1)) {
96 for(uint32_t j = 0; j < list->numHwLayers; j++) {
97 if(list->hwLayers[j].compositionType != HWC_FRAMEBUFFER_TARGET)
98 list->hwLayers[j].compositionType = HWC_FRAMEBUFFER;
138 hwc_display_contents_1_t *list) {
143 if (LIKELY(list && list->numHwLayers > 1) &&
145 reset_layer_prop(ctx, dpy, list
137 hwc_prepare_primary(hwc_composer_device_1 *dev, hwc_display_contents_1_t *list) argument
166 hwc_prepare_external(hwc_composer_device_1 *dev, hwc_display_contents_1_t *list, int dpy) argument
202 hwc_prepare_virtual(hwc_composer_device_1 *dev, hwc_display_contents_1_t *list, int dpy) argument
221 hwc_display_contents_1_t *list = displays[i]; local
352 hwc_set_primary(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
396 hwc_set_external(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy) argument
443 hwc_set_virtual(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy) argument
467 hwc_display_contents_1_t* list = displays[i]; local
[all...]
H A Dhwc_fbupdate.h37 virtual bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
56 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
61 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
71 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
76 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
H A Dhwc_mdpcomp.h43 int prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list);
45 virtual bool draw(hwc_context_t *ctx, hwc_display_contents_1_t *list) = 0;
79 /* maps layer list to mdp list */
83 /* maps mdp list to layer list */
113 void cacheAll(hwc_display_contents_1_t* list);
121 hwc_display_contents_1_t* list) = 0;
124 hwc_display_contents_1_t* list) = 0;
131 hwc_display_contents_1_t* list);
[all...]
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_copybit.h35 bool prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list,
38 bool draw(hwc_context_t *ctx, hwc_display_contents_1_t *list,
55 hwc_display_contents_1_t *list, int dpy);
57 const hwc_display_contents_1_t *list);
64 (const hwc_display_contents_1_t *list);
H A Dhwc.cpp90 hwc_display_contents_1_t *list = displays[i]; local
95 if (LIKELY(list && list->numHwLayers > 1)) {
96 for(uint32_t j = 0; j < list->numHwLayers; j++) {
97 if(list->hwLayers[j].compositionType != HWC_FRAMEBUFFER_TARGET)
98 list->hwLayers[j].compositionType = HWC_FRAMEBUFFER;
138 hwc_display_contents_1_t *list) {
143 if (LIKELY(list && list->numHwLayers > 1) &&
145 reset_layer_prop(ctx, dpy, list
137 hwc_prepare_primary(hwc_composer_device_1 *dev, hwc_display_contents_1_t *list) argument
166 hwc_prepare_external(hwc_composer_device_1 *dev, hwc_display_contents_1_t *list, int dpy) argument
202 hwc_prepare_virtual(hwc_composer_device_1 *dev, hwc_display_contents_1_t *list, int dpy) argument
221 hwc_display_contents_1_t *list = displays[i]; local
353 hwc_set_primary(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
397 hwc_set_external(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy) argument
444 hwc_set_virtual(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy) argument
468 hwc_display_contents_1_t* list = displays[i]; local
[all...]
H A Dhwc_fbupdate.h37 virtual bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
56 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
61 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
71 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
76 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
H A Dhwc_mdpcomp.h43 int prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list);
45 virtual bool draw(hwc_context_t *ctx, hwc_display_contents_1_t *list) = 0;
79 /* maps layer list to mdp list */
83 /* maps mdp list to layer list */
113 void cacheAll(hwc_display_contents_1_t* list);
121 hwc_display_contents_1_t* list) = 0;
124 hwc_display_contents_1_t* list) = 0;
131 hwc_display_contents_1_t* list);
[all...]
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_queue.h7 * notice, this list of conditions and the following disclaimer.
9 * copyright notice, this list of conditions and the following
33 struct cam_list list; member in struct:__anon434
46 cam_list_init(&queue->head.list);
63 cam_list_add_tail_node(&node->list, &queue->head.list);
78 head = &queue->head.list;
81 node = member_of(pos, cam_node_t, list);
82 cam_list_del_node(&node->list);
102 head = &queue->head.list;
[all...]
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc.cpp93 hwc_display_contents_1_t *list = displays[i]; local
98 if (LIKELY(list && list->numHwLayers > 1)) {
99 for(uint32_t j = 0; j < list->numHwLayers; j++) {
100 if(list->hwLayers[j].compositionType != HWC_FRAMEBUFFER_TARGET)
101 list->hwLayers[j].compositionType = HWC_FRAMEBUFFER;
128 hwc_display_contents_1_t *list) {
129 if(list->flags & HWC_GEOMETRY_CHANGED) {
152 hwc_display_contents_1_t *list) {
156 if (LIKELY(list
127 handleGeomChange(hwc_context_t *ctx, int dpy, hwc_display_contents_1_t *list) argument
151 hwc_prepare_primary(hwc_composer_device_1 *dev, hwc_display_contents_1_t *list) argument
173 hwc_prepare_external(hwc_composer_device_1 *dev, hwc_display_contents_1_t *list) argument
210 hwc_prepare_virtual(hwc_composer_device_1 *dev, hwc_display_contents_1_t *list) argument
267 hwc_display_contents_1_t *list = displays[i]; local
401 hwc_set_primary(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
445 hwc_set_external(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
492 hwc_set_virtual(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
559 hwc_display_contents_1_t* list = displays[i]; local
[all...]
H A Dhwc_mdpcomp.h43 int prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list);
45 virtual bool draw(hwc_context_t *ctx, hwc_display_contents_1_t *list) = 0;
84 /* maps layer list to mdp list */
88 /* maps mdp list to layer list */
118 void cacheAll(hwc_display_contents_1_t* list);
124 hwc_display_contents_1_t* list) = 0;
132 hwc_display_contents_1_t* list) = 0;
136 hwc_display_contents_1_t* list);
[all...]
H A Dhwc_copybit.h35 bool prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list,
38 bool draw(hwc_context_t *ctx, hwc_display_contents_1_t *list,
55 hwc_display_contents_1_t *list, int dpy);
57 const hwc_display_contents_1_t *list);
64 (const hwc_display_contents_1_t *list);
H A Dhwc_fbupdate.h37 virtual bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
57 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
62 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
72 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
77 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.AKM.cpp150 void CompassSensor::fillList(struct sensor_t *list) argument
158 list->maxRange = COMPASS_AKM8963_RANGE;
159 list->resolution = COMPASS_AKM8963_RESOLUTION;
160 list->power = COMPASS_AKM8963_POWER;
161 list->minDelay = COMPASS_AKM8963_MINDELAY;
165 list->maxRange = COMPASS_AKM8975_RANGE;
166 list->resolution = COMPASS_AKM8975_RESOLUTION;
167 list->power = COMPASS_AKM8975_POWER;
168 list->minDelay = COMPASS_AKM8975_MINDELAY;
175 list
[all...]
H A DCompassSensor.IIO.9150.cpp283 void CompassSensor::fillList(struct sensor_t *list) argument
291 list->maxRange = COMPASS_MPU9150_RANGE;
292 list->resolution = COMPASS_MPU9150_RESOLUTION;
293 list->power = COMPASS_MPU9150_POWER;
294 list->minDelay = COMPASS_MPU9150_MINDELAY;
301 list->maxRange = COMPASS_AKM8975_RANGE;
302 list->resolution = COMPASS_AKM8975_RESOLUTION;
303 list->power = COMPASS_AKM8975_POWER;
304 list->minDelay = COMPASS_AKM8975_MINDELAY;
308 list
[all...]
H A DPressureSensor.IIO.secondary.cpp166 void PressureSensor::fillList(struct sensor_t *list) argument
174 list->maxRange = PRESSURE_BMP280_RANGE;
175 list->resolution = PRESSURE_BMP280_RESOLUTION;
176 list->power = PRESSURE_BMP280_POWER;
177 list->minDelay = PRESSURE_BMP280_MINDELAY;
184 list->maxRange = PRESSURE_BMP280_RANGE;
185 list->resolution = PRESSURE_BMP280_RESOLUTION;
186 list->power = PRESSURE_BMP280_POWER;
187 list->minDelay = PRESSURE_BMP280_MINDELAY;
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp72 /* Base values for the sensor list, these need to be in the order defined in MPLSensor.h */
167 /* sensor list will be changed based on this variable */
476 /* this variable is used for coming up with sensor list */
1108 /** fill in the sensor list based on which sensors are configured.
1110 * parameter list must point to a memory region of at least 7*sizeof(sensor_t)
1111 * parameter len gives the length of the buffer pointed to by list
1114 int MPLSensor::populateSensorList(struct sensor_t *list, int len) argument
1119 ALOGE("sensor list too small, not populating.");
1124 memcpy(list, sSensorList, sizeof (struct sensor_t) * 7);
1126 /* first add gyro, accel and compass to the list */
1171 fillAccel(unsigned char accel, struct sensor_t *list) argument
1245 fillCompass(unsigned char compass, struct sensor_t *list) argument
1298 fillGyro(const char* gyro, struct sensor_t *list) argument
1314 fillRV(struct sensor_t *list) argument
1324 fillOrientation(struct sensor_t *list) argument
1333 fillGravity( struct sensor_t *list) argument
1342 fillLinearAccel(struct sensor_t *list) argument
[all...]
H A DMPLSensor.h69 int populateSensorList(struct sensor_t *list, int len);
127 /* added for dynamic get sensor list */
129 void fillAccel(unsigned char accel, struct sensor_t *list);
130 void fillCompass(unsigned char compass, struct sensor_t *list);
131 void fillGyro(const char* gyro, struct sensor_t *list);
132 void fillRV(struct sensor_t *list);
133 void fillOrientation(struct sensor_t *list);
134 void fillGravity(struct sensor_t *list);
135 void fillLinearAccel(struct sensor_t *list);
/hardware/libhardware/tests/nusensors/
H A Dnusensors.cpp78 struct sensor_t const* list; local
79 int count = module->get_sensors_list(module, &list);
90 list[i].name,
91 list[i].vendor,
92 list[i].version,
93 list[i].handle,
94 list[i].type,
95 list[i].maxRange,
96 list[i].resolution,
97 list[
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c7 * notice, this list of conditions and the following disclaimer.
9 * copyright notice, this list of conditions and the following
37 cam_list_init(&queue->head.list);
55 cam_list_add_tail_node(&node->list, &queue->head.list);
71 head = &queue->head.list;
74 node = member_of(pos, mm_jpeg_q_node_t, list);
75 cam_list_del_node(&node->list);
115 head = &queue->head.list;
119 node = member_of(pos, mm_jpeg_q_node_t, list);
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_ucm.h108 /* add new verbs to end of list */
127 /* add new devices to end of list */
154 /* add new modifiers to end of list */
181 * \brief Free a string list
182 * \param list The string list to free
186 int snd_use_case_free_list(const char *list[], int items);
189 * \brief Obtain a list of entries
190 * \param uc_mgr Use case manager (may be NULL - card list)
191 * \param identifier (may be NULL - card list)
356 snd_use_case_card_list(const char **list[]) argument
367 snd_use_case_verb_list(snd_use_case_mgr_t *uc_mgr, const char **list[]) argument
[all...]
/hardware/invensense/60xx/libsensors_iio/
H A DCompassSensor.IIO.9150.cpp280 void CompassSensor::fillList(struct sensor_t *list)
288 list->maxRange = COMPASS_MPU9150_RANGE;
291 // list->resolution = COMPASS_MPU9150_RESOLUTION;
292 list->resolution = COMPASS_AKM8963_RESOLUTION;
293 list->power = COMPASS_MPU9150_POWER;
294 list->minDelay = COMPASS_MPU9150_MINDELAY;
299 list->maxRange = COMPASS_AKM8975_RANGE;
300 list->resolution = COMPASS_AKM8975_RESOLUTION;
301 list->power = COMPASS_AKM8975_POWER;
302 list
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DCWsm.h13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
37 #include <list>
63 typedef std::list<CWsm_ptr> wsmList_t;

Completed in 1960 milliseconds

12345