Lines Matching refs:android_hw
3528 androidHwConfig_init(android_hw, 0);
3529 androidHwConfig_read(android_hw, hw_ini);
3540 int width = android_hw->hw_lcd_width;
3541 int height = android_hw->hw_lcd_height;
3542 int depth = android_hw->hw_lcd_depth;
3566 if (android_hw->avd_name && *android_hw->avd_name) {
3567 android_op_avd_name = android_hw->avd_name;
3575 const char* sysImage = android_hw->disk_systemPartition_path;
3576 const char* initImage = android_hw->disk_systemPartition_initPath;
3577 uint64_t sysBytes = android_hw->disk_systemPartition_size;
3610 const char* dataImage = android_hw->disk_dataPartition_path;
3611 const char* initImage = android_hw->disk_dataPartition_initPath;
3612 uint64_t dataBytes = android_hw->disk_dataPartition_size;
3646 const char* sdPath = android_hw->hw_sdCard_path;
3667 const char* spath = android_hw->disk_snapStorage_path;
3682 if (android_hw->vm_heapSize > 0) {
3684 snprintf(tmp, sizeof(tmp), "%dm", android_hw->vm_heapSize);
3707 if (android_hw->hw_lcd_density) {
3708 long density = android_hw->hw_lcd_density;
3716 boot_property_add("qemu.hw.mainkeys", android_hw->hw_mainKeys ? "1" : "0");
3734 } else if (android_hw->hw_gsmModem != 0 ) {
3749 } else if (android_hw->hw_gps != 0) {
3768 if (strcmp(android_hw->hw_camera_back, "emulated") &&
3769 strcmp(android_hw->hw_camera_front, "emulated")) {
3774 if (!strcmp(android_hw->hw_camera_back, "emulated") &&
3775 !strcmp(android_hw->hw_camera_front, "emulated")) {
3778 } else if (!strcmp(android_hw->hw_camera_back, "emulated")) {
3844 if (android_hw->disk_cachePartition != 0) {
3846 const char* partPath = android_hw->disk_cachePartition_path;
3847 uint64_t partSize = android_hw->disk_cachePartition_size;
3878 if (android_hw->hw_gpu_enabled) {
3885 android_startOpenglesRenderer(android_hw->hw_lcd_width, android_hw->hw_lcd_height,
3954 kernel_filename = android_hw->kernel_path;
3957 initrd_filename = android_hw->disk_ramdisk_path;
4038 ram_size = android_hw->hw_ramSize * 1024LL * 1024;
4221 if (strcmp(android_hw->hw_cpu_arch,"arm") != 0) {
4223 android_hw->hw_cpu_arch);
4227 if (strcmp(android_hw->hw_cpu_arch,"x86") != 0) {
4229 android_hw->hw_cpu_arch);
4236 && android_hw->hw_cpu_model
4237 && android_hw->hw_cpu_model[0] != '\0')
4239 cpu_model = android_hw->hw_cpu_model;
4253 if (android_hw->kernel_parameters) {
4255 stralloc_add_str(kernel_params, android_hw->kernel_parameters);
4280 if (androidHwConfig_isScreenMultiTouch(android_hw)) {