/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_mdpcomp.h | 40 int prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list); 42 virtual bool draw(hwc_context_t *ctx, hwc_display_contents_1_t *list) = 0; 48 int drawOverlap(hwc_context_t *ctx, hwc_display_contents_1_t* list); 61 void setDynRefreshRate(hwc_context_t *ctx, hwc_display_contents_1_t* list); 140 hwc_display_contents_1_t* list); 145 hwc_display_contents_1_t* list) = 0; 152 hwc_display_contents_1_t* list) = 0; 158 hwc_display_contents_1_t* list) = 0; 164 hwc_display_contents_1_t* list) = 0; 170 hwc_display_contents_1_t* list); [all …]
|
D | hwc_virtual.cpp | 71 hwc_display_contents_1_t *list) { in prepare() argument 77 if (list && list->outbuf && list->numHwLayers > 0) { in prepare() 78 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1); in prepare() 79 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() 80 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in prepare() 101 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in prepare() 110 setListStats(ctx, list, dpy); in prepare() 112 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in prepare() 114 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) in prepare() 126 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) { in prepare() [all …]
|
/hardware/interfaces/thermal/1.0/default/ |
D | Thermal.cpp | 61 std::vector<temperature_t> list; in getTemperatures() local 62 list.resize(size); in getTemperatures() 63 size = mModule->getTemperatures(mModule, list.data(), list.size()); in getTemperatures() 65 temperatures.resize(list.size()); in getTemperatures() 66 for (size_t i = 0; i < list.size(); ++i) { in getTemperatures() 67 switch (list[i].type) { in getTemperatures() 84 ALOGE("Unknown temperature %s type", list[i].name); in getTemperatures() 87 temperatures[i].name = list[i].name; in getTemperatures() 88 temperatures[i].currentValue = finalizeTemperature(list[i].current_value); in getTemperatures() 89 temperatures[i].throttlingThreshold = finalizeTemperature(list[i].throttling_threshold); in getTemperatures() [all …]
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_virtual.cpp | 92 hwc_display_contents_1_t *list) { in prepare() argument 98 if (list && list->outbuf && list->numHwLayers > 0) { in prepare() 99 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1); in prepare() 100 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() 101 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in prepare() 122 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in prepare() 125 setListStats(ctx, list, dpy); in prepare() 127 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in prepare() 129 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) in prepare() 140 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) { in prepare() [all …]
|
D | hwc_mdpcomp.h | 43 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; 135 hwc_display_contents_1_t* list); 140 hwc_display_contents_1_t* list) = 0; 147 hwc_display_contents_1_t* list) = 0; 153 hwc_display_contents_1_t* list) = 0; 159 hwc_display_contents_1_t* list) = 0; 165 hwc_display_contents_1_t* list); 167 hwc_display_contents_1_t* list); 171 bool tryFullFrame(hwc_context_t *ctx, hwc_display_contents_1_t* list); [all …]
|
D | hwc.cpp | 108 hwc_display_contents_1_t *list = displays[i]; in setPaddingRound() local 109 if (LIKELY(list && list->numHwLayers > 0)) { in setPaddingRound() 112 (list->numHwLayers > 1)) { in setPaddingRound() 120 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers; in setPaddingRound() 136 hwc_display_contents_1_t *list = displays[dpy]; in setDMAState() local 137 if (LIKELY(list && list->numHwLayers > 0)) { in setDMAState() 138 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState() 140 if(list->hwLayers[layerIndex].compositionType != in setDMAState() 143 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex]; in setDMAState() 186 hwc_display_contents_1_t *list = displays[i]; in setNumActiveDisplays() local [all …]
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.h | 43 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; 51 int drawOverlap(hwc_context_t *ctx, hwc_display_contents_1_t* list); 137 void cacheAll(hwc_display_contents_1_t* list); 140 hwc_display_contents_1_t* list); 145 hwc_display_contents_1_t* list) = 0; 152 hwc_display_contents_1_t* list) = 0; 158 hwc_display_contents_1_t* list) = 0; 161 hwc_display_contents_1_t* list) = 0; 167 hwc_display_contents_1_t* list); [all …]
|
D | hwc_virtual.cpp | 103 hwc_display_contents_1_t *list) { in prepare() argument 109 if (list && list->outbuf && list->numHwLayers > 0) { in prepare() 110 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1); in prepare() 111 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() 112 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in prepare() 133 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in prepare() 136 setListStats(ctx, list, dpy); in prepare() 138 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in prepare() 140 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) in prepare() 152 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) { in prepare() [all …]
|
D | hwc.cpp | 118 hwc_display_contents_1_t *list = displays[i]; in setPaddingRound() local 119 if (LIKELY(list && list->numHwLayers > 0)) { in setPaddingRound() 122 (list->numHwLayers > 1)) { in setPaddingRound() 130 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers; in setPaddingRound() 146 hwc_display_contents_1_t *list = displays[dpy]; in setDMAState() local 147 if (LIKELY(list && list->numHwLayers > 0)) { in setDMAState() 148 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState() 150 if(list->hwLayers[layerIndex].compositionType != in setDMAState() 153 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex]; in setDMAState() 196 hwc_display_contents_1_t *list = displays[i]; in setNumActiveDisplays() local [all …]
|
/hardware/invensense/6515/libsensors_iio/ |
D | CompassSensor.IIO.9150.cpp | 290 void CompassSensor::fillList(struct sensor_t *list) in fillList() argument 298 list->maxRange = COMPASS_MPU9150_RANGE; in fillList() 299 list->resolution = COMPASS_MPU9150_RESOLUTION; in fillList() 300 list->power = COMPASS_MPU9150_POWER; in fillList() 301 list->minDelay = COMPASS_MPU9150_MINDELAY; in fillList() 308 list->maxRange = COMPASS_AKM8975_RANGE; in fillList() 309 list->resolution = COMPASS_AKM8975_RESOLUTION; in fillList() 310 list->power = COMPASS_AKM8975_POWER; in fillList() 311 list->minDelay = COMPASS_AKM8975_MINDELAY; in fillList() 318 list->maxRange = COMPASS_AKM8963_RANGE; in fillList() [all …]
|
D | CompassSensor.IIO.primary.cpp | 400 void CompassSensor::fillList(struct sensor_t *list) in fillList() argument 408 list->maxRange = COMPASS_MPU9150_RANGE; in fillList() 409 list->resolution = COMPASS_MPU9150_RESOLUTION; in fillList() 410 list->power = COMPASS_MPU9150_POWER; in fillList() 411 list->minDelay = COMPASS_MPU9150_MINDELAY; in fillList() 412 mMinDelay = list->minDelay; in fillList() 419 list->maxRange = COMPASS_AKM8975_RANGE; in fillList() 420 list->resolution = COMPASS_AKM8975_RESOLUTION; in fillList() 421 list->power = COMPASS_AKM8975_POWER; in fillList() 422 list->minDelay = COMPASS_AKM8975_MINDELAY; in fillList() [all …]
|
D | CompassSensor.AKM.cpp | 150 void CompassSensor::fillList(struct sensor_t *list) in fillList() argument 158 list->maxRange = COMPASS_AKM8963_RANGE; in fillList() 159 list->resolution = COMPASS_AKM8963_RESOLUTION; in fillList() 160 list->power = COMPASS_AKM8963_POWER; in fillList() 161 list->minDelay = COMPASS_AKM8963_MINDELAY; in fillList() 165 list->maxRange = COMPASS_AKM8975_RANGE; in fillList() 166 list->resolution = COMPASS_AKM8975_RESOLUTION; in fillList() 167 list->power = COMPASS_AKM8975_POWER; in fillList() 168 list->minDelay = COMPASS_AKM8975_MINDELAY; in fillList() 175 list->maxRange = COMPASS_AKM8975_RANGE; in fillList() [all …]
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc.cpp | 89 hwc_display_contents_1_t *list = displays[i]; in reset() local 94 if (LIKELY(list && list->numHwLayers > 1)) { in reset() 95 for(uint32_t j = 0; j < list->numHwLayers; j++) { in reset() 96 if(list->hwLayers[j].compositionType != HWC_FRAMEBUFFER_TARGET) in reset() 97 list->hwLayers[j].compositionType = HWC_FRAMEBUFFER; in reset() 137 hwc_display_contents_1_t *list) { in hwc_prepare_primary() argument 142 if (LIKELY(list && list->numHwLayers > 1) && in hwc_prepare_primary() 144 reset_layer_prop(ctx, dpy, list->numHwLayers - 1); in hwc_prepare_primary() 145 uint32_t last = list->numHwLayers - 1; in hwc_prepare_primary() 146 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_primary() [all …]
|
D | hwc_mdpcomp.h | 43 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; 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); 138 bool isFullFrameDoable(hwc_context_t *ctx, hwc_display_contents_1_t* list); 140 bool fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list); 142 bool partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list); 144 bool isOnlyVideoDoable(hwc_context_t *ctx, hwc_display_contents_1_t* list); [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraQueue.cpp | 55 cam_list_init(&m_head.list); in QCameraQueue() 76 cam_list_init(&m_head.list); in QCameraQueue() 159 cam_list_add_tail_node(&node->list, &m_head.list); in enqueue() 196 struct cam_list *p_next = m_head.list.next; in enqueueWithPriority() 198 m_head.list.next = &node->list; in enqueueWithPriority() 199 p_next->prev = &node->list; in enqueueWithPriority() 200 node->list.next = p_next; in enqueueWithPriority() 201 node->list.prev = &m_head.list; in enqueueWithPriority() 231 head = &m_head.list; in peek() 234 node = member_of(pos, camera_q_node, list); in peek() [all …]
|
/hardware/libhardware/tests/nusensors/ |
D | nusensors.cpp | 80 struct sensor_t const* list; in main() local 81 int count = module->get_sensors_list(module, &list); in main() 92 list[i].name, in main() 93 list[i].vendor, in main() 94 list[i].version, in main() 95 list[i].handle, in main() 96 list[i].type, in main() 97 list[i].maxRange, in main() 98 list[i].resolution, in main() 99 list[i].power); in main() [all …]
|
/hardware/qcom/gps/msm8909w_3100/core/data-items/common/ |
D | DataItemIndex.cpp | 51 list <CT> & out in getListOfSubscribedClients() 54 typename map < DIT, list <CT> > :: iterator cdiIter = in getListOfSubscribedClients() 72 void DataItemIndex <CT,DIT> :: remove (const list <CT> & r, list <DIT> & out) { in remove() 74 typename map < DIT, list <CT> > :: iterator cdiIter = in remove() 77 typename list <CT> :: const_iterator it = r.begin (); in remove() 79 typename list <CT> :: iterator iter = in remove() 107 const list <CT> & r, in remove() 108 list <CT> & out in remove() 113 typename map < DIT, list <CT> > :: iterator cdiIter = in remove() 120 typename list <CT> :: iterator it = out.begin (); in remove() [all …]
|
D | DataItemIndex.h | 52 void getListOfSubscribedClients (DIT id, std :: list <CT> & out); 56 void remove (const std :: list <CT> & r, std :: list <DIT> & out); 58 void remove (DIT id, const std :: list <CT> & r, std :: list <CT> & out); 60 void add (DIT id, const std :: list <CT> & l, std :: list <CT> & out); 62 void add (CT client, const std :: list <DIT> & l, std :: list <DIT> & out); 65 std :: map < DIT, std :: list <CT> > mClientsPerDataItemMap;
|
D | IDataItemIndex.h | 48 std :: list <CT> & out 58 const std :: list <CT> & r, 59 std :: list <DIT> & out 67 const std :: list <CT> & r, 68 std :: list <CT> & out 75 const std :: list <CT> & l, 76 std :: list <CT> & out 83 const std :: list <DIT> & l, 84 std :: list <DIT> & out
|
D | ClientIndex.cpp | 50 typename map < CT, list <DIT> > :: iterator it = in isSubscribedClient() 60 void ClientIndex <CT,DIT> :: getSubscribedList (CT client, list <DIT> & out) { in getSubscribedList() 62 typename map < CT, list <DIT> > :: iterator it = in getSubscribedList() 80 void ClientIndex <CT,DIT> :: remove (const list <DIT> & r, list <CT> & out) { in remove() 82 typename map < CT, list <DIT> > :: iterator dicIter = in remove() 85 typename list <DIT> :: const_iterator it = r.begin (); in remove() 87 typename list <DIT> :: iterator iter = in remove() 109 const list <DIT> & r, in remove() 110 list <DIT> & out in remove() 114 typename map < CT, list <DIT> > :: iterator dicIter = in remove() [all …]
|
/hardware/invensense/65xx/libsensors_iio/ |
D | CompassSensor.AKM.cpp | 150 void CompassSensor::fillList(struct sensor_t *list) in fillList() argument 158 list->maxRange = COMPASS_AKM8963_RANGE; in fillList() 159 list->resolution = COMPASS_AKM8963_RESOLUTION; in fillList() 160 list->power = COMPASS_AKM8963_POWER; in fillList() 161 list->minDelay = COMPASS_AKM8963_MINDELAY; in fillList() 165 list->maxRange = COMPASS_AKM8975_RANGE; in fillList() 166 list->resolution = COMPASS_AKM8975_RESOLUTION; in fillList() 167 list->power = COMPASS_AKM8975_POWER; in fillList() 168 list->minDelay = COMPASS_AKM8975_MINDELAY; in fillList() 175 list->maxRange = COMPASS_AKM8975_RANGE; in fillList() [all …]
|
D | CompassSensor.IIO.9150.cpp | 288 void CompassSensor::fillList(struct sensor_t *list) in fillList() argument 296 list->maxRange = COMPASS_MPU9150_RANGE; in fillList() 297 list->resolution = COMPASS_MPU9150_RESOLUTION; in fillList() 298 list->power = COMPASS_MPU9150_POWER; in fillList() 299 list->minDelay = COMPASS_MPU9150_MINDELAY; in fillList() 306 list->maxRange = COMPASS_AKM8975_RANGE; in fillList() 307 list->resolution = COMPASS_AKM8975_RESOLUTION; in fillList() 308 list->power = COMPASS_AKM8975_POWER; in fillList() 309 list->minDelay = COMPASS_AKM8975_MINDELAY; in fillList() 315 list->maxRange = COMPASS_MPU9350_RANGE; in fillList() [all …]
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 113 va_list list; in Error() local 114 va_start(list, format); in Error() 115 __android_log_vprint(ANDROID_LOG_ERROR, LOG_TAG, format, list); in Error() 121 va_list list; in Warning() local 122 va_start(list, format); in Warning() 123 __android_log_vprint(ANDROID_LOG_WARN, LOG_TAG, format, list); in Warning() 129 va_list list; in Info() local 130 va_start(list, format); in Info() 131 __android_log_vprint(ANDROID_LOG_INFO, LOG_TAG, format, list); in Info() 137 va_list list; in Debug() local [all …]
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 112 va_list list; in Error() local 113 va_start(list, format); in Error() 114 __android_log_vprint(ANDROID_LOG_ERROR, LOG_TAG, format, list); in Error() 118 va_list list; in Warning() local 119 va_start(list, format); in Warning() 120 __android_log_vprint(ANDROID_LOG_WARN, LOG_TAG, format, list); in Warning() 125 va_list list; in Info() local 126 va_start(list, format); in Info() 127 __android_log_vprint(ANDROID_LOG_INFO, LOG_TAG, format, list); in Info() 133 va_list list; in Debug() local [all …]
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_debugger.cpp | 113 va_list list; in Error() local 114 va_start(list, format); in Error() 115 __android_log_vprint(ANDROID_LOG_ERROR, LOG_TAG, format, list); in Error() 121 va_list list; in Warning() local 122 va_start(list, format); in Warning() 123 __android_log_vprint(ANDROID_LOG_WARN, LOG_TAG, format, list); in Warning() 129 va_list list; in Info() local 130 va_start(list, format); in Info() 131 __android_log_vprint(ANDROID_LOG_INFO, LOG_TAG, format, list); in Info() 137 va_list list; in Debug() local [all …]
|