Searched refs:modes (Results 1 – 13 of 13) sorted by relevance
| /system/utest/posixio/ |
| A D | main.cpp | 57 const mode_t modes[] = { in open_empty_test() local 86 for (mode_t mode : modes) { in open_empty_test()
|
| /system/uapp/display-test/ |
| A D | display.cpp | 17 auto mode = reinterpret_cast<fuchsia_hardware_display_Mode*>(info->modes.data); in Display() 18 for (unsigned i = 0; i < info->modes.count; i++) { in Display()
|
| /system/fidl/fuchsia-hardware-camera/ |
| A D | camera_sensor.fidl | 15 // A sensor can support several different predefined modes. 91 // Sets the Camera Sensor Mode to one of the supported modes. 135 // Get supported sensor modes.
|
| /system/banjo/ddk-protocol-mipicsi/ |
| A D | mipicsi.banjo | 35 /// Values for different MIPI modes.
|
| /system/ulib/framebuffer/ |
| A D | README.md | 11 The library supports two modes of operation: a single buffer mode where the library
|
| A D | framebuffer.c | 121 fuchsia_hardware_display_Mode* mode = (fuchsia_hardware_display_Mode*)display->modes.data; in fb_bind()
|
| /system/dev/misc/cpu-trace/ |
| A D | intel-pt.md | 5 ## Trace modes 7 There are two modes of tracing:
|
| /system/dev/block/nvme/ |
| A D | nvme.c | 1034 uint32_t modes[3] = { in nvme_bind() local 1038 for (unsigned n = 0; n < countof(modes); n++) { in nvme_bind() 1039 if ((pci_query_irq_mode(&nvme->pci, modes[n], &nirq) == ZX_OK) && in nvme_bind() 1040 (pci_set_irq_mode(&nvme->pci, modes[n], 1) == ZX_OK)) { in nvme_bind() 1041 zxlogf(INFO, "nvme: irq mode %u, irq count %u (#%u)\n", modes[n], nirq, n); in nvme_bind()
|
| /system/fidl/fuchsia-hardware-display/ |
| A D | display-controller.fidl | 32 // Flag for interlaced display modes. 52 vector<Mode> modes; 162 // The hardware cannot support the requested modes for the displays. The client 163 // should try a different set of displays or display modes.
|
| /system/banjo/ddk-protocol-display-controller/ |
| A D | display-controller.banjo | 294 /// set of display modes. To support a mode, the display must be able to display 357 /// display modes is not supported.
|
| /system/dev/display/display/ |
| A D | client.cpp | 1288 coded_configs[i].modes.data = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT); in OnDisplaysChanged() 1292 coded_configs[i].modes.count = edid_timings->size(); in OnDisplaysChanged() 1301 coded_configs[i].modes.count = 1; in OnDisplaysChanged()
|
| /system/core/virtcon/ |
| A D | vc-display.cpp | 509 reinterpret_cast<fuchsia_hardware_display_Mode*>(info->modes.data); in handle_display_changed()
|
| /system/uapp/gfxlatency/ |
| A D | main.cpp | 813 fuchsia_hardware_display_Mode* mode = (fuchsia_hardware_display_Mode*)display->modes.data; in main()
|
Completed in 38 milliseconds