Home
last modified time | relevance | path

Searched refs:boot_property_add (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/
Dboot-properties.h35 int boot_property_add( const char* name, const char* value );
Dhw-lcd.c37 boot_property_add("qemu.sf.lcd_density", temp); in hwLcd_setBootProperty()
Dboot-properties.c157 boot_property_add( const char* name, const char* value ) in boot_property_add() function
/external/qemu/
Dvl-android.c3685 boot_property_add("dalvik.vm.heapsize",tmp); in main()
3716 boot_property_add("qemu.hw.mainkeys", android_hw->hw_mainKeys ? "1" : "0"); in main()
3771 boot_property_add("qemu.sf.fake_camera", "none"); in main()
3777 boot_property_add("qemu.sf.fake_camera", "both"); in main()
3779 boot_property_add("qemu.sf.fake_camera", "back"); in main()
3781 boot_property_add("qemu.sf.fake_camera", "front"); in main()