Home
last modified time | relevance | path

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

/system/core/fastboot/
Dmain.cpp32 FastBootTool fb; in main() local
Dtask_test.cpp175 fastboot::MockFastbootDriver fb; in TEST_F() local
198 fastboot::MockFastbootDriver fb; in TEST_F() local
243 fastboot::MockFastbootDriver fb; in TEST_F() local
273 fastboot::MockFastbootDriver fb; in TEST_F() local
315 fastboot::MockFastbootDriver fb; in TEST_F() local
Dfastboot_test.cpp23 FastBootTool fb; in TEST() local
38 FastBootTool fb; in TEST() local
Dfastboot.cpp113 fastboot::FastBootDriver* fb = nullptr; variable
1003 static uint64_t get_uint_var(const char* var_name, fastboot::IFastBootDriver* fb) { in get_uint_var()
1296 static int get_slot_count(fastboot::IFastBootDriver* fb) { in get_slot_count()
1306 bool supports_AB(fastboot::IFastBootDriver* fb) { in supports_AB()
1432 fastboot::IFastBootDriver* fb) { in fetch_partition()
1455 const std::string& outfile, fastboot::IFastBootDriver* fb) { in do_fetch()
1466 fastboot::IFastBootDriver* fb) { in repack_ramdisk()
Dfastboot.h109 fastboot::IFastBootDriver* fb; member
/system/core/fastboot/fuzzy_fastboot/
Dfixtures.h71 std::unique_ptr<FastBootDriver> fb; variable
Dmain.cpp101 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()