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

  /device/google/cuttlefish_common/common/vsoc/lib/
screen_layout.cpp 23 const char* ScreenLayout::region_name = "screen";
screen_region_view.h 33 vsoc::layout::screen::ScreenLayout> {
vsoc_memory.cpp 168 ValidateAndBuildLayout<layout::screen::ScreenLayout>(2, 2),
  /external/vboot_reference/firmware/include/
gbb_access.h 16 struct ScreenLayout;
79 uint32_t image_num, struct ScreenLayout *layout,
bmpblk_header.h 11 * | ScreenLayout[0] | \
13 * | ScreenLayout[1] | |
17 * | ScreenLayout[number_of_screenlayouts-1] | /
19 * | ScreenLayout[0] | \
23 * | ScreenLayout[0] | \
72 typedef struct ScreenLayout {
84 } __attribute__((packed)) ScreenLayout;
  /device/google/cuttlefish_common/common/vsoc/shm/
screen_layout.h 52 struct ScreenLayout : public RegionLayout {
71 ASSERT_SHM_COMPATIBLE(ScreenLayout);
  /external/vboot_reference/firmware/lib/
region-kernel.c 98 uint32_t image_num, ScreenLayout *layout,
118 sizeof(ScreenLayout) +
119 screen_index * sizeof(ScreenLayout);
vboot_display.c 219 ScreenLayout layout;
  /external/vboot_reference/utility/include/
bmpblk_utility.h 34 /* Internal struct for contructing ScreenLayout. */
36 ScreenLayout data;
  /external/vboot_reference/utility/
bmpblk_util.c 196 ScreenLayout *scr;
270 (sizeof(ScreenLayout) *
389 offset = sizeof(BmpBlockHeader) + i * sizeof(ScreenLayout);
390 scr = (ScreenLayout *)(ptr + offset);
bmpblk_utility.cc 516 sizeof(ScreenLayout) * (config_.header.number_of_localizations *
552 /* Fill all ScreenLayout structs. */
  /external/vboot_reference/tests/
vboot_region_tests.c 45 ScreenLayout *layout;
80 layout = (ScreenLayout *)(gbb_data + gbb_used);
  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 121 {{vsoc::layout::screen::ScreenLayout::region_name, screen_buffers_size}});

Completed in 157 milliseconds