OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:displayDevice
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp
66
#include "
DisplayDevice
.h"
246
DisplayDeviceState info(
DisplayDevice
::DISPLAY_VIRTUAL, secure);
272
void SurfaceFlinger::createBuiltinDisplayLocked(
DisplayDevice
::DisplayType type) {
283
if (uint32_t(id) >=
DisplayDevice
::NUM_BUILTIN_DISPLAY_TYPES) {
552
for (int i=0 ; i<
DisplayDevice
::NUM_BUILTIN_DISPLAY_TYPES ; i++) {
588
if (type ==
DisplayDevice
::DISPLAY_PRIMARY) {
605
sp<const
DisplayDevice
> hw(getDefaultDisplayDevice());
659
sp<
DisplayDevice
> device(getDisplayDevice(display));
666
void SurfaceFlinger::setActiveConfigInternal(const sp<
DisplayDevice
>& hw, int mode) {
677
if (type >=
DisplayDevice
::NUM_BUILTIN_DISPLAY_TYPES)
[
all
...]
Layer.cpp
45
#include "
DisplayDevice
.h"
172
const sp<const
DisplayDevice
> hw(mFlinger->getDefaultDisplayDevice());
204
void Layer::onLayerDisplayed(const sp<const
DisplayDevice
>& /* hw */,
395
FloatRect Layer::computeCrop(const sp<const
DisplayDevice
>& hw) const {
450
DisplayDevice
::getPrimaryDisplayOrientationTransform();
499
void Layer::setGeometry(const sp<const
DisplayDevice
>&
displayDevice
)
502
const sp<const
DisplayDevice
>& hw,
507
const auto hwcId =
displayDevice
->getHwcDisplayId();
517
if (isSecure() && !
displayDevice
->isSecure())
[
all
...]
Layer.h
59
class
DisplayDevice
;
178
void computeGeometry(const sp<const
DisplayDevice
>& hw, Mesh& mesh,
230
virtual void onDraw(const sp<const
DisplayDevice
>& hw, const Region& clip,
237
void setGeometry(const sp<const
DisplayDevice
>&
displayDevice
);
239
void setPerFrameData(const sp<const
DisplayDevice
>&
displayDevice
);
250
void updateCursorPosition(const sp<const
DisplayDevice
>& hw);
252
void setGeometry(const sp<const
DisplayDevice
>& hw,
254
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
;
95
status_t prepare(
DisplayDevice
&
displayDevice
);
HWComposer.cpp
192
disp =
DisplayDevice
::DISPLAY_PRIMARY;
200
disp =
DisplayDevice
::DISPLAY_EXTERNAL;
465
status_t HWComposer::prepare(
DisplayDevice
&
displayDevice
) {
469
auto displayId =
displayDevice
.getHwcDisplayId();
470
if (displayId ==
DisplayDevice
::DISPLAY_ID_INVALID) {
519
for (auto& layer :
displayDevice
.getVisibleLayersSortedByZ()) {
567
if (displayId ==
DisplayDevice
::DISPLAY_ID_INVALID) {
580
if (displayId ==
DisplayDevice
::DISPLAY_ID_INVALID) {
Completed in 79 milliseconds