Home | History | Annotate | Download | only in DisplayHardware

Lines Matching refs:displayId

86     HWC2::Layer* createLayer(int32_t displayId);
88 void destroyLayer(int32_t displayId, HWC2::Layer* layer);
93 status_t setClientTarget(int32_t displayId, uint32_t slot,
98 status_t presentAndGetReleaseFences(int32_t displayId);
101 status_t setPowerMode(int32_t displayId, int mode);
104 status_t setActiveConfig(int32_t displayId, size_t configId);
107 status_t setColorTransform(int32_t displayId, const mat4& transform);
110 void disconnectDisplay(int32_t displayId);
113 bool hasDeviceComposition(int32_t displayId) const;
116 bool hasClientComposition(int32_t displayId) const;
119 sp<Fence> getPresentFence(int32_t displayId) const;
122 sp<Fence> getLayerReleaseFence(int32_t displayId,
126 // Returns INVALID_OPERATION if displayId is not a virtual display.
127 status_t setOutputBuffer(int32_t displayId, const sp<Fence>& acquireFence,
132 void clearReleaseFences(int32_t displayId);
135 std::unique_ptr<HdrCapabilities> getHdrCapabilities(int32_t displayId);
141 bool onVsync(hwc2_display_t displayId, int64_t timestamp,
143 void onHotplug(hwc2_display_t displayId, HWC2::Connection connection);
145 void setVsyncEnabled(int32_t displayId, HWC2::Vsync enabled);
149 nsecs_t getRefreshTimestamp(int32_t displayId) const;
150 bool isConnected(int32_t displayId) const;
154 getConfigs(int32_t displayId) const;
157 getActiveConfig(int32_t displayId) const;
159 std::vector<android_color_mode_t> getColorModes(int32_t displayId) const;
161 status_t setActiveColorMode(int32_t displayId, android_color_mode_t mode);
172 bool isValidDisplay(int32_t displayId) const;