Searched refs:LayerRotMap (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h124 class LayerRotMap { class in namespace:qhwc
126 LayerRotMap() { reset(); } function in class:qhwc::LayerRotMap
140 inline uint32_t LayerRotMap::getCount() const {
144 inline hwc_layer_1_t* LayerRotMap::getLayer(uint32_t index) const {
149 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const {
321 qhwc::LayerRotMap *mLayerRotMap[MAX_DISPLAYS];
H A Dhwc_utils.cpp230 ctx->mLayerRotMap[i] = new LayerRotMap();
1128 void LayerRotMap::add(hwc_layer_1_t* layer, Rotator *rot) {
1135 void LayerRotMap::reset() {
1143 void LayerRotMap::setReleaseFd(const int& fence) {
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.h126 class LayerRotMap { class in namespace:qhwc
128 LayerRotMap() { reset(); } function in class:qhwc::LayerRotMap
142 inline uint32_t LayerRotMap::getCount() const {
146 inline hwc_layer_1_t* LayerRotMap::getLayer(uint32_t index) const {
151 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const {
374 qhwc::LayerRotMap *mLayerRotMap[MAX_DISPLAYS];
H A Dhwc_utils.cpp164 ctx->mLayerRotMap[i] = new LayerRotMap();
1199 void LayerRotMap::add(hwc_layer_1_t* layer, Rotator *rot) {
1206 void LayerRotMap::reset() {
1214 void LayerRotMap::setReleaseFd(const int& fence) {
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h170 class LayerRotMap { class in namespace:qhwc
172 LayerRotMap() { reset(); } function in class:qhwc::LayerRotMap
190 inline uint32_t LayerRotMap::getCount() const {
194 inline hwc_layer_1_t* LayerRotMap::getLayer(uint32_t index) const {
199 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const {
549 qhwc::LayerRotMap *mLayerRotMap[HWC_NUM_DISPLAY_TYPES];
H A Dhwc_utils.cpp233 ctx->mLayerRotMap[i] = new LayerRotMap();
2187 void LayerRotMap::add(hwc_layer_1_t* layer, Rotator *rot) {
2194 void LayerRotMap::reset() {
2202 void LayerRotMap::clear() {
2207 void LayerRotMap::setReleaseFd(const int& fence) {
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h191 class LayerRotMap { class in namespace:qhwc
193 LayerRotMap() { reset(); } function in class:qhwc::LayerRotMap
211 inline uint32_t LayerRotMap::getCount() const {
215 inline hwc_layer_1_t* LayerRotMap::getLayer(uint32_t index) const {
220 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const {
580 qhwc::LayerRotMap *mLayerRotMap[HWC_NUM_DISPLAY_TYPES];
H A Dhwc_utils.cpp253 ctx->mLayerRotMap[i] = new LayerRotMap();
2203 void LayerRotMap::add(hwc_layer_1_t* layer, Rotator *rot) {
2210 void LayerRotMap::reset() {
2218 void LayerRotMap::clear() {
2223 void LayerRotMap::setReleaseFd(const int& fence) {

Completed in 37 milliseconds