Searched refs:device_template (Results 1 – 3 of 3) sorted by relevance
/device/linaro/hikey/gralloc/ |
D | framebuffer_device.cpp | 193 char const *const device_template[] = in init_frame_buffer_locked() local 204 while ((fd == -1) && device_template[i]) in init_frame_buffer_locked() 206 snprintf(name, 64, device_template[i], 0); in init_frame_buffer_locked()
|
/device/linaro/hikey/gralloc960/ |
D | framebuffer_device.cpp | 181 char const *const device_template[] = { "/dev/graphics/fb%u", "/dev/fb%u", NULL }; in init_frame_buffer_locked() local 187 while ((fd == -1) && device_template[i]) in init_frame_buffer_locked() 189 snprintf(name, 64, device_template[i], 0); in init_frame_buffer_locked()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | framebuffer_device.cpp | 181 char const *const device_template[] = { "/dev/graphics/fb%u", "/dev/fb%u", NULL }; in init_frame_buffer_locked() local 187 while ((fd == -1) && device_template[i]) in init_frame_buffer_locked() 189 snprintf(name, 64, device_template[i], 0); in init_frame_buffer_locked()
|