HomeSort by relevance Sort by last modified time
    Searched refs:displayDevice (Results 1 - 7 of 7) sorted by null

  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 67 #include "DisplayDevice.h"
297 DisplayDeviceState info(DisplayDevice::DISPLAY_VIRTUAL, secure);
323 void SurfaceFlinger::createBuiltinDisplayLocked(DisplayDevice::DisplayType type) {
335 if (uint32_t(id) >= DisplayDevice::NUM_BUILTIN_DISPLAY_TYPES) {
688 for (int i=0 ; i<DisplayDevice::NUM_BUILTIN_DISPLAY_TYPES ; i++) {
724 if (type == DisplayDevice::DISPLAY_PRIMARY) {
741 sp<const DisplayDevice> hw(getDefaultDisplayDevice());
800 sp<const DisplayDevice> device(getDisplayDevice(display));
808 void SurfaceFlinger::setActiveConfigInternal(const sp<DisplayDevice>& hw, int mode) {
819 if (type >= DisplayDevice::NUM_BUILTIN_DISPLAY_TYPES)
    [all...]
Layer.cpp 46 #include "DisplayDevice.h"
183 const sp<const DisplayDevice> hw(mFlinger->getDefaultDisplayDevice());
215 void Layer::onLayerDisplayed(const sp<const DisplayDevice>& /* hw */,
461 Rect Layer::computeInitialCrop(const sp<const DisplayDevice>& hw) const {
491 FloatRect Layer::computeCrop(const sp<const DisplayDevice>& hw) const {
533 DisplayDevice::getPrimaryDisplayOrientationTransform();
582 void Layer::setGeometry(const sp<const DisplayDevice>& displayDevice, uint32_t z)
585 const sp<const DisplayDevice>& hw,
590 const auto hwcId = displayDevice->getHwcDisplayId()
    [all...]
SurfaceFlinger.h 55 #include "DisplayDevice.h"
186 sp<const DisplayDevice> getDefaultDisplayDevice() const {
334 void setActiveConfigInternal(const sp<DisplayDevice>& hw, int mode);
336 void setPowerModeInternal(const sp<DisplayDevice>& hw, int mode);
339 void setActiveColorModeInternal(const sp<DisplayDevice>& hw, android_color_mode_t colorMode);
415 const sp<const DisplayDevice>& hw,
421 const sp<const DisplayDevice>& hw,
443 void createBuiltinDisplayLocked(DisplayDevice::DisplayType type);
446 sp<const DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) const {
451 sp<DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy)
    [all...]
Layer.h 60 class DisplayDevice;
251 void computeGeometry(const sp<const DisplayDevice>& hw, Mesh& mesh,
306 virtual void onDraw(const sp<const DisplayDevice>& hw, const Region& clip,
313 void setGeometry(const sp<const DisplayDevice>& displayDevice, uint32_t z);
315 void setPerFrameData(const sp<const DisplayDevice>& displayDevice);
328 void updateCursorPosition(const sp<const DisplayDevice>& hw);
330 void setGeometry(const sp<const DisplayDevice>& hw,
332 void setPerFrameData(const sp<const DisplayDevice>& hw
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/base/
DisplayAnalyzer.cpp 269 IDisplayDevice *displayDevice = Hwcomposer::getInstance().getDisplayDevice(device);
270 if (!displayDevice) {
274 if (!displayDevice->getDisplaySize(&width, &height)) {
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 57 class DisplayDevice;
98 status_t prepare(DisplayDevice& displayDevice);
HWComposer.cpp 158 disp = DisplayDevice::DISPLAY_PRIMARY;
166 disp = DisplayDevice::DISPLAY_EXTERNAL;
437 status_t HWComposer::prepare(DisplayDevice& displayDevice) {
441 auto displayId = displayDevice.getHwcDisplayId();
442 if (displayId == DisplayDevice::DISPLAY_ID_INVALID) {
518 for (auto& layer : displayDevice.getVisibleLayersSortedByZ()) {
566 if (displayId == DisplayDevice::DISPLAY_ID_INVALID) {
579 if (displayId == DisplayDevice::DISPLAY_ID_INVALID) {

Completed in 797 milliseconds