Searched refs:list (Results 26 - 50 of 101) sorted by relevance

12345

/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_mdpcomp.cpp141 void MDPComp::reset(const int& numLayers, hwc_display_contents_1_t* list) { argument
143 mCachedFrame.cacheAll(list);
165 hwc_display_contents_1_t* list) {
169 hwc_layer_1_t* layer = &(list->hwLayers[index]);
229 void MDPComp::LayerCache::cacheAll(hwc_display_contents_1_t* list) { argument
230 const int numAppLayers = list->numHwLayers - 1;
232 hnd[i] = list->hwLayers[i].handle;
369 hwc_display_contents_1_t* list){
392 hwc_layer_1_t* layer = &list->hwLayers[i];
422 if(fullMDPComp(ctx, list)) {
164 setMDPCompLayerFlags(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
368 isFullFrameDoable(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
430 fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
474 partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
493 cacheBasedComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
547 loadBasedComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
609 isLoadBasedCompDoable(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
618 isOnlyVideoDoable(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
687 batchLayers(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
745 updateLayerCache(hwc_context_t* ctx, hwc_display_contents_1_t* list) argument
768 updateYUV(hwc_context_t* ctx, hwc_display_contents_1_t* list) argument
794 programMDP(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
824 programYUV(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
850 prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
966 arePipesAvailable(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
985 allocLayerPipes(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
1018 draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
1102 pipesNeeded(hwc_context_t *ctx, hwc_display_contents_1_t* list, int mixer) argument
1124 arePipesAvailable(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
1171 allocLayerPipes(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
1223 draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
[all...]
H A Dhwc_fbupdate.cpp54 bool FBUpdateLowRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, argument
61 mModeOn = configure(ctx, list, fbZorder);
66 bool FBUpdateLowRes::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, argument
69 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
117 getNonWormholeRegion(list, sourceCrop);
130 getNonWormholeRegion(list, sourceCrop);
177 bool FBUpdateHighRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, argument
185 mModeOn = configure(ctx, list, fbZorder);
191 hwc_display_contents_1 *list, in
190 configure(hwc_context_t *ctx, hwc_display_contents_1 *list, int fbZorder) argument
[all...]
H A Dhwc_copybit.cpp82 hwc_display_contents_1_t *list,
95 unsigned int renderArea = getRGBRenderingArea(list);
112 (const hwc_display_contents_1_t *list) {
118 for (unsigned int i=0; i<list->numHwLayers -1; i++) {
119 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle;
122 getLayerResolution(&list->hwLayers[i], w, h);
130 bool CopyBit::prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list, argument
146 if(!(validateParams(ctx, list))) {
162 bool useCopybitForRGB = canUseCopybitForRGB(ctx, list, dpy);
165 hwc_layer_1_t *fbLayer = &list
81 canUseCopybitForRGB(hwc_context_t *ctx, hwc_display_contents_1_t *list, int dpy) argument
111 getRGBRenderingArea(const hwc_display_contents_1_t *list) argument
243 draw(hwc_context_t *ctx, hwc_display_contents_1_t *list, int dpy, int32_t *fd) argument
547 validateParams(hwc_context_t *ctx, const hwc_display_contents_1_t *list) argument
[all...]
H A Dhwc_utils.cpp364 const hwc_display_contents_1_t *list, int dpy) {
367 ctx->listStats[dpy].numAppLayers = list->numHwLayers - 1;
368 ctx->listStats[dpy].fbLayerIndex = list->numHwLayers - 1;
377 hwc_layer_1_t const* layer = &list->hwLayers[i];
391 if (isSkipLayer(&list->hwLayers[i])) {
422 ctx->mAD->markDoable(ctx, list);
559 void getNonWormholeRegion(hwc_display_contents_1_t* list, argument
562 uint32_t last = list->numHwLayers - 1;
563 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame;
565 nwr.left = list
363 setListStats(hwc_context_t *ctx, const hwc_display_contents_1_t *list, int dpy) argument
586 closeAcquireFds(hwc_display_contents_1_t* list, int dpy) argument
605 hwc_sync(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy, int fd) argument
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_ucm.c8 * notice, this list of conditions and the following disclaimer.
10 * copyright notice, this list of conditions and the following
84 * Free a list
85 * list - list to free
89 int snd_use_case_free_list(const char *list[], int items) argument
91 /* list points to UCM internal static tables,
93 * just set the list to NULL and return */
94 list = NULL;
99 * Obtain a list o
105 snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr, const char *identifier, const char **list[]) argument
2452 card_mctrl_t *list; local
2874 card_mctrl_t *list; local
3102 print_list(card_mctrl_t *list, int verb_index, int count) argument
3134 card_mctrl_t *list; local
3218 card_mctrl_t *list; local
3484 mixer_control_t *list; local
3583 free_list(card_mctrl_t *list, int verb_index, int count) argument
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.IIO.primary.cpp415 void CompassSensor::fillList(struct sensor_t *list) argument
423 list->maxRange = COMPASS_MPU9150_RANGE;
424 list->resolution = COMPASS_MPU9150_RESOLUTION;
425 list->power = COMPASS_MPU9150_POWER;
426 list->minDelay = COMPASS_MPU9150_MINDELAY;
427 mMinDelay = list->minDelay;
433 list->maxRange = COMPASS_AKM8975_RANGE;
434 list->resolution = COMPASS_AKM8975_RESOLUTION;
435 list->power = COMPASS_AKM8975_POWER;
436 list
[all...]
H A DMPLSensor.cpp202 // following extended initializer list would only be available with -std=c++11
4424 /** fill in the sensor list based on which sensors are configured.
4426 * parameter list must point to a memory region of at least 7*sizeof(sensor_t)
4427 * parameter len gives the length of the buffer pointed to by list
4429 int MPLSensor::populateSensorList(struct sensor_t *list, int len)
4437 LOGE("HAL:sensor list too small, not populating.");
4442 memcpy(list, sSensorList,
4445 /* first add gyro, accel and compass to the list */
4451 fillGyro(chip_ID, list);
4452 fillAccel(chip_ID, list);
[all...]
H A DMPLSensor.h217 int populateSensorList(struct sensor_t *list, int len);
519 /* added for dynamic get sensor list */
520 void fillAccel(const char* accel, struct sensor_t *list);
521 void fillGyro(const char* gyro, struct sensor_t *list);
522 void fillRV(struct sensor_t *list);
523 void fillGMRV(struct sensor_t *list);
524 void fillGRV(struct sensor_t *list);
525 void fillOrientation(struct sensor_t *list);
526 void fillGravity(struct sensor_t *list);
527 void fillLinearAccel(struct sensor_t *list);
[all...]
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.cpp65 struct blitReq list; member in struct:copybit_context_t
230 static int msm_copybit(struct copybit_context_t *dev, void const *list) argument
233 (struct mdp_async_blit_req_list const*)list);
240 (struct mdp_async_blit_req_list const*)list;
394 if (ctx->list.sync.acq_fen_fd_cnt < (MDP_MAX_FENCE_FD - 1)) {
395 ctx->acqFence[ctx->list.sync.acq_fen_fd_cnt++] = acquireFenceFd;
398 struct blitReq *list = &ctx->list;
400 // Since fence is full kick off what is already in the list
401 ret = msm_copybit(ctx, list);
[all...]
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_mdpcomp.cpp142 hwc_display_contents_1_t* list) {
146 hwc_layer_1_t* layer = &(list->hwLayers[index]);
247 void MDPComp::LayerCache::cacheAll(hwc_display_contents_1_t* list) { argument
248 const int numAppLayers = list->numHwLayers - 1;
250 hnd[i] = list->hwLayers[i].handle;
358 hwc_display_contents_1_t* list){
397 hwc_layer_1_t* layer = &list->hwLayers[i];
418 if(fullMDPComp(ctx, list)) {
420 } else if (partialMDPComp(ctx, list)) {
426 bool MDPComp::fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) { argument
141 setMDPCompLayerFlags(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
357 isFullFrameDoable(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
451 partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
478 isOnlyVideoDoable(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
592 updateLayerCache(hwc_context_t* ctx, hwc_display_contents_1_t* list) argument
631 updateYUV(hwc_context_t* ctx, hwc_display_contents_1_t* list) argument
657 programMDP(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
688 programYUV(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
714 prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
805 pipesNeeded(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
810 allocLayerPipes(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
870 draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
941 pipesNeeded(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
988 allocLayerPipes(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
1060 draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
[all...]
H A Dhwc_fbupdate.cpp48 bool FBUpdateLowRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, argument
55 mModeOn = configure(ctx, list, fbZorder);
60 bool FBUpdateLowRes::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, argument
63 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
96 getNonWormholeRegion(list, sourceCrop);
151 bool FBUpdateHighRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, argument
159 mModeOn = configure(ctx, list, fbZorder);
165 hwc_display_contents_1 *list, int fbZorder) {
167 hwc_layer_1_t *layer = &list
164 configure(hwc_context_t *ctx, hwc_display_contents_1 *list, int fbZorder) argument
[all...]
H A Dhwc_copybit.cpp81 hwc_display_contents_1_t *list,
102 unsigned int renderArea = getRGBRenderingArea(list);
119 (const hwc_display_contents_1_t *list) {
123 for (unsigned int i=0; i<list->numHwLayers; i++) {
124 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle;
127 getLayerResolution(&list->hwLayers[i], w, h);
135 bool CopyBit::prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list, argument
151 if(!(validateParams(ctx, list))) {
162 bool useCopybitForRGB = canUseCopybitForRGB(ctx, list, dpy);
165 hwc_layer_1_t *fbLayer = &list
80 canUseCopybitForRGB(hwc_context_t *ctx, hwc_display_contents_1_t *list, int dpy) argument
118 getRGBRenderingArea(const hwc_display_contents_1_t *list) argument
223 draw(hwc_context_t *ctx, hwc_display_contents_1_t *list, int dpy, int32_t *fd) argument
494 validateParams(hwc_context_t *ctx, const hwc_display_contents_1_t *list) argument
[all...]
H A Dhwc_utils.cpp385 const hwc_display_contents_1_t *list, int dpy) {
387 ctx->listStats[dpy].numAppLayers = list->numHwLayers - 1;
388 ctx->listStats[dpy].fbLayerIndex = list->numHwLayers - 1;
395 for (size_t i = 0; i < list->numHwLayers; i++) {
396 hwc_layer_1_t const* layer = &list->hwLayers[i];
402 if(list->hwLayers[i].compositionType == HWC_FRAMEBUFFER_TARGET) {
405 } else if (isSkipLayer(&list->hwLayers[i])) {
558 void getNonWormholeRegion(hwc_display_contents_1_t* list, argument
561 uint32_t last = list->numHwLayers - 1;
562 hwc_rect_t fbDisplayFrame = list
384 setListStats(hwc_context_t *ctx, const hwc_display_contents_1_t *list, int dpy) argument
589 closeAcquireFds(hwc_display_contents_1_t* list) argument
602 hwc_sync(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy, int fd) argument
[all...]
/hardware/ril/libril/
H A Dril_event.cpp108 static void init_list(struct ril_event * list) argument
110 memset(list, 0, sizeof(struct ril_event));
111 list->next = list;
112 list->prev = list;
113 list->fd = -1;
116 static void addToList(struct ril_event * ev, struct ril_event * list) argument
118 ev->next = list;
119 ev->prev = list
292 struct ril_event * list; local
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DConnection.h13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
36 #include <list>
120 typedef std::list<Connection *> connectionList_t;
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DSession.h10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
34 #include <list>
67 typedef std::list<BulkBufferDescriptor *> bulkBufferDescrList_t;
172 typedef std::list<Session *> sessionList_t;
/hardware/libhardware_legacy/uevent/
H A Duevent.c36 LIST_ENTRY(uevent_handler) list;
89 LIST_FOREACH(h, &uevent_handler_list, list)
114 LIST_INSERT_HEAD(&uevent_handler_list, h, list);
126 LIST_FOREACH(h, &uevent_handler_list, list) {
128 LIST_REMOVE(h, list);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp147 hwc_display_contents_1_t* list) {
151 hwc_layer_1_t* layer = &(list->hwLayers[index]);
252 void MDPComp::LayerCache::cacheAll(hwc_display_contents_1_t* list) { argument
253 const int numAppLayers = list->numHwLayers - 1;
255 hnd[i] = list->hwLayers[i].handle;
363 hwc_display_contents_1_t* list){
402 hwc_layer_1_t* layer = &list->hwLayers[i];
423 if(fullMDPComp(ctx, list)) {
425 } else if (partialMDPComp(ctx, list)) {
431 bool MDPComp::fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) { argument
146 setMDPCompLayerFlags(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
362 isFullFrameDoable(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
456 partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
483 isOnlyVideoDoable(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
603 updateLayerCache(hwc_context_t* ctx, hwc_display_contents_1_t* list) argument
642 updateYUV(hwc_context_t* ctx, hwc_display_contents_1_t* list) argument
668 programMDP(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
699 programYUV(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
725 prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
816 pipesNeeded(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
821 allocLayerPipes(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
881 draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
952 pipesNeeded(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
999 allocLayerPipes(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
1071 draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) argument
[all...]
H A Dhwc_fbupdate.cpp48 bool FBUpdateLowRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, argument
55 mModeOn = configure(ctx, list, fbZorder);
60 bool FBUpdateLowRes::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, argument
63 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
96 getNonWormholeRegion(list, sourceCrop);
151 bool FBUpdateHighRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, argument
159 mModeOn = configure(ctx, list, fbZorder);
165 hwc_display_contents_1 *list, int fbZorder) {
167 hwc_layer_1_t *layer = &list
164 configure(hwc_context_t *ctx, hwc_display_contents_1 *list, int fbZorder) argument
[all...]
H A Dhwc_copybit.cpp81 hwc_display_contents_1_t *list,
102 unsigned int renderArea = getRGBRenderingArea(list);
119 (const hwc_display_contents_1_t *list) {
123 for (unsigned int i=0; i<list->numHwLayers; i++) {
124 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle;
127 getLayerResolution(&list->hwLayers[i], w, h);
135 bool CopyBit::prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list, argument
151 if(!(validateParams(ctx, list))) {
162 bool useCopybitForRGB = canUseCopybitForRGB(ctx, list, dpy);
165 hwc_layer_1_t *fbLayer = &list
80 canUseCopybitForRGB(hwc_context_t *ctx, hwc_display_contents_1_t *list, int dpy) argument
118 getRGBRenderingArea(const hwc_display_contents_1_t *list) argument
223 draw(hwc_context_t *ctx, hwc_display_contents_1_t *list, int dpy, int32_t *fd) argument
494 validateParams(hwc_context_t *ctx, const hwc_display_contents_1_t *list) argument
[all...]
H A Dhwc_utils.cpp424 const hwc_display_contents_1_t *list, int dpy) {
426 ctx->listStats[dpy].numAppLayers = list->numHwLayers - 1;
427 ctx->listStats[dpy].fbLayerIndex = list->numHwLayers - 1;
434 for (size_t i = 0; i < list->numHwLayers; i++) {
435 hwc_layer_1_t const* layer = &list->hwLayers[i];
441 if(list->hwLayers[i].compositionType == HWC_FRAMEBUFFER_TARGET) {
444 } else if (isSkipLayer(&list->hwLayers[i])) {
598 void getNonWormholeRegion(hwc_display_contents_1_t* list, argument
601 uint32_t last = list->numHwLayers - 1;
602 hwc_rect_t fbDisplayFrame = list
423 setListStats(hwc_context_t *ctx, const hwc_display_contents_1_t *list, int dpy) argument
629 closeAcquireFds(hwc_display_contents_1_t* list) argument
642 hwc_sync(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy, int fd) argument
[all...]
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp2476 /** fill in the sensor list based on which sensors are configured.
2478 * parameter list must point to a memory region of at least 7*sizeof(sensor_t)
2479 * parameter len gives the length of the buffer pointed to by list
2481 int MPLSensor::populateSensorList(struct sensor_t *list, int len)
2488 LOGE("HAL:sensor list too small, not populating.");
2493 memcpy(list, sSensorList, sizeof (struct sensor_t) * (sizeof(sSensorList) / sizeof(sensor_t)));
2495 /* first add gyro, accel and compass to the list */
2501 fillGyro(chip_ID, list);
2502 fillAccel(chip_ID, list);
2505 mCompassSensor->fillList(&list[MagneticFiel
[all...]
/hardware/qcom/camera/QCamera2/util/
H A DQCameraQueue.h7 * notice, this list of conditions and the following disclaimer.
9 * copyright notice, this list of conditions and the following
54 struct cam_list list; member in struct:qcamera::QCameraQueue::__anon636
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DTrustletSession.h11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
69 typedef std::list<TrustletSession *> trustletSessionList_t;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
H A DMobiCoreDriverDaemon.h14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
42 #include <list>
67 typedef std::list<MobicoreDriverResources *> driverResourcesList_t;

Completed in 962 milliseconds

12345