Lines Matching refs:android_hw
3530 androidHwConfig_init(android_hw, 0);
3531 androidHwConfig_read(android_hw, hw_ini);
3542 int width = android_hw->hw_lcd_width;
3543 int height = android_hw->hw_lcd_height;
3544 int depth = android_hw->hw_lcd_depth;
3568 if (android_hw->avd_name && *android_hw->avd_name) {
3569 android_op_avd_name = android_hw->avd_name;
3577 const char* sysImage = android_hw->disk_systemPartition_path;
3578 const char* initImage = android_hw->disk_systemPartition_initPath;
3579 uint64_t sysBytes = android_hw->disk_systemPartition_size;
3612 const char* dataImage = android_hw->disk_dataPartition_path;
3613 const char* initImage = android_hw->disk_dataPartition_initPath;
3614 uint64_t dataBytes = android_hw->disk_dataPartition_size;
3648 const char* sdPath = android_hw->hw_sdCard_path;
3669 const char* spath = android_hw->disk_snapStorage_path;
3684 if (android_hw->vm_heapSize > 0) {
3686 snprintf(tmp, sizeof(tmp), "%dm", android_hw->vm_heapSize);
3709 if (android_hw->hw_lcd_density) {
3710 long density = android_hw->hw_lcd_density;
3718 boot_property_add("qemu.hw.mainkeys", android_hw->hw_mainKeys ? "1" : "0");
3736 } else if (android_hw->hw_gsmModem != 0 ) {
3751 } else if (android_hw->hw_gps != 0) {
3770 if (strcmp(android_hw->hw_camera_back, "emulated") &&
3771 strcmp(android_hw->hw_camera_front, "emulated")) {
3776 if (!strcmp(android_hw->hw_camera_back, "emulated") &&
3777 !strcmp(android_hw->hw_camera_front, "emulated")) {
3780 } else if (!strcmp(android_hw->hw_camera_back, "emulated")) {
3788 if (android_op_lcd_density && !android_hw->hw_lcd_density) {
3855 if (android_hw->disk_cachePartition != 0) {
3857 const char* partPath = android_hw->disk_cachePartition_path;
3858 uint64_t partSize = android_hw->disk_cachePartition_size;
3892 android_startOpenglesRenderer(android_hw->hw_lcd_width, android_hw->hw_lcd_height) == 0)
3898 if (android_hw->hw_gpu_enabled) {
3970 kernel_filename = android_hw->kernel_path;
3973 initrd_filename = android_hw->disk_ramdisk_path;
4054 ram_size = android_hw->hw_ramSize * 1024LL * 1024;
4263 if (strcmp(android_hw->hw_cpu_arch,"arm") != 0) {
4265 android_hw->hw_cpu_arch);
4269 if (strcmp(android_hw->hw_cpu_arch,"x86") != 0) {
4271 android_hw->hw_cpu_arch);
4278 && android_hw->hw_cpu_model
4279 && android_hw->hw_cpu_model[0] != '\0')
4281 cpu_model = android_hw->hw_cpu_model;
4295 if (android_hw->kernel_parameters) {
4297 stralloc_add_str(kernel_params, android_hw->kernel_parameters);
4322 if (androidHwConfig_isScreenMultiTouch(android_hw)) {