Namespaces
Enumerations
enum ClientPriority
| Name | Value |
|---|---|
| kVirtcon | 0 |
| kPrimary | 1 |
The presentation priority level of a client connected to the Coordinator.
Currently, at most one client can be connected at each priority level.
Defined at line 15 of file ../../src/graphics/display/drivers/coordinator/client-priority.h
Records
-
class AddedDisplayInfo -
class CaptureImage -
class Client -
class ClientId_strong_int_type_tag_ -
class ClientProxy -
class ClientVsyncQueue -
class Controller -
class CoordinatorDriver -
class DisplayConfig -
class DisplayInfo -
class DriverDisplayConfig -
class EngineDriverClient -
class EngineDriverClientFidl -
class EngineListener -
class EngineListenerFidlAdapter -
class FakeFenceListener -
class Fence -
class FenceCollection -
class FenceListener -
class FenceTest -
class FenceTest_WaitAfterSignaled_Test -
class FenceTest_WaitOnce_Test -
class FenceTest_WaitWhileWaiting_Test -
class IdMappable -
class Image -
class ImageLifecycleListener -
class ImageTest -
class ImageTest_LifecycleListenerCalled_Test -
class Layer -
class LayerNode -
class LayerTest -
class LayerTest_CleanUpAllImages_CheckConfigChange_Test -
class LayerTest_CleanUpAllImages_Test -
class LayerTest_CleanUpImage_CheckConfigChange_Test -
class LayerTest_CleanUpImage_Test -
class LayerTest_PrimaryBasic_Test -
class MockCoordinatorListener -
class TestBase -
class VsyncMonitor -
class WaitingImageList
Functions
-
const char * DebugStringFromClientPriority (ClientPriority client_priority)Defined at line 14 of file ../../src/graphics/display/drivers/coordinator/client-priority.cc
-
fuchsia_hardware_display_engine::wire::DisplayConfig ToFidlDisplayConfig (const DriverDisplayConfig & driver_display_config, std::span<const display::DriverLayer> layers, fdf::Arena & arena)Converts a `DriverDisplayConfig` and a list of `DriverLayer`s to a FIDL
`fuchsia_hardware_display_engine::wire::DisplayConfig`.
This function allocates memory for the layers from the provided arena.
Defined at line 18 of file ../../src/graphics/display/drivers/coordinator/fidl-conversion.cc
-
bool operator== (const Message & const Message & )Defined at line 45 of file ../../src/graphics/display/drivers/coordinator/client-vsync-queue.h