HomeSort by relevance Sort by last modified time
    Searched refs:android_hw (Results 1 - 17 of 17) sorted by null

  /external/qemu/android/
globals.h 41 extern AndroidHwConfig android_hw[1];
snaphost-android.c 94 const int path_len = strlen(android_hw->disk_snapStorage_path) +
103 android_hw->disk_snapStorage_path, name);
112 if (android_hw->disk_snapStorage_path == NULL ||
113 *android_hw->disk_snapStorage_path == '\0') {
150 if (android_hw->disk_snapStorage_path == NULL ||
151 *android_hw->disk_snapStorage_path == '\0') {
168 androidHwConfig_write(android_hw, hwcfg_bkp);
hw-control.c 105 if (h->client_funcs.light_brightness && android_hw->hw_lcd_backlight) {
multitouch-port.c 24 #include "android/globals.h" /* for android_hw */
256 if (android_hw->hw_gpu_enabled) {
264 if (android_hw->hw_gpu_enabled) {
274 if (android_hw->hw_gpu_enabled) {
qemulator.c 85 !androidHwConfig_isScreenNoTouch(android_hw));
86 skin_window_enable_dpad ( emulator->window, android_hw->hw_dPad != 0 );
87 skin_window_enable_qwerty( emulator->window, android_hw->hw_keyboard != 0 );
88 skin_window_enable_trackball( emulator->window, android_hw->hw_trackBall != 0 );
256 int dpi_device = android_hw->hw_lcd_density;
hw-sensors.c 675 if (android_hw->hw_accelerometer) {
679 if (android_hw->hw_sensors_proximity) {
683 if (android_hw->hw_sensors_magnetic_field) {
687 if (android_hw->hw_sensors_orientation) {
691 if (android_hw->hw_sensors_temperature) {
main.c 331 hw = android_hw;
408 reassign_string(&android_hw->hw_cpu_arch, "arm");
410 reassign_string(&android_hw->hw_cpu_arch, "x86");
412 reassign_string(&android_hw->hw_cpu_arch, "mips");
    [all...]
console.c     [all...]
  /external/qemu/
vl-android.c     [all...]
  /external/qemu/hw/android/
android_arm.c 117 goldfish_battery_init(android_hw->hw_battery);
128 (androidHwConfig_getKernelDeviceNaming(android_hw) >= 1);
android_mips.c 217 goldfish_battery_init(android_hw->hw_battery);
228 (androidHwConfig_getKernelDeviceNaming(android_hw) >= 1);
  /external/qemu/android/qemu-launcher/
emulator-qemu.cpp 263 AndroidHwConfig* hw = android_hw;
272 reassign_string(&android_hw->hw_cpu_arch, "arm");
274 reassign_string(&android_hw->hw_cpu_arch, "x86");
276 reassign_string(&android_hw->hw_cpu_arch, "mips");
278 reassign_string(&android_hw->hw_cpu_arch, "arm64");
  /external/qemu/hw/android/goldfish/
events_device.c 16 #include "android/globals.h" /* for android_hw */
278 if (androidHwConfig_isScreenMultiTouch(android_hw)) {
282 } else if (androidHwConfig_isScreenTouch(android_hw)) {
357 AndroidHwConfig* config = android_hw;
audio.c 598 if (!android_hw->hw_audioOutput && !android_hw->hw_audioInput)
626 if (android_hw->hw_audioOutput) {
647 if (android_hw->hw_audioInput) {
  /external/qemu/android/camera/
camera-service.c 22 #include "android/globals.h" /* for android_hw */
324 if (memcmp(android_hw->hw_camera_back, "webcam", 6) &&
325 memcmp(android_hw->hw_camera_front, "webcam", 6)) {
338 if (!memcmp(android_hw->hw_camera_back, "webcam", 6)) {
339 _wecam_setup(csd, android_hw->hw_camera_back, "back", ci, connected_cnt);
343 if (!memcmp(android_hw->hw_camera_front, "webcam", 6)) {
344 _wecam_setup(csd, android_hw->hw_camera_front, "front", ci, connected_cnt);
    [all...]
  /external/qemu/android/avd/
hw-config.c 20 AndroidHwConfig android_hw[1]; variable
  /external/qemu/hw/i386/
pc.c 1039 goldfish_battery_init(android_hw->hw_battery);
1046 (androidHwConfig_getKernelDeviceNaming(android_hw) >= 1);
    [all...]

Completed in 431 milliseconds