Home
last modified time | relevance | path

Searched defs:fb (Results 1 – 8 of 8) sorted by relevance

/system/core/fastboot/
Dmain.cpp32 FastBootTool fb; in main() local
Dfastboot_test.cpp22 FastBootTool fb; in TEST() local
37 FastBootTool fb; in TEST() local
Dfastboot.cpp107 fastboot::FastBootDriver* fb = nullptr; variable
/system/core/fastboot/fuzzy_fastboot/
Dfixtures.h71 std::unique_ptr<FastBootDriver> fb; variable
Dmain.cpp100 bool PartitionHash(FastBootDriver* fb, const std::string& part, std::string* hash, int* retcode, in PartitionHash()
/system/teeui/libteeui/example/
Dphys_button_example.cpp128 FrameBuffer fb; in renderUIIntoBuffer() local
Dtouch_button_example.cpp165 FrameBuffer fb; in renderUIIntoBuffer() local
/system/extras/tests/framebuffer/
Dfb_test.c52 static int get_framebuffer(struct simple_fb *fb, unsigned bpp) in get_framebuffer()