HomeSort by relevance Sort by last modified time
    Searched defs:emulator (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/build/android/
avd.py 20 from pylib.utils import emulator namespace
25 # the emulator to find the system images upon launch.
55 logging.critical('ERROR: Emulator SDK not installed. Run '
59 emulator.LaunchEmulators(options.emulator_count, options.abi, True)
  /development/tools/emulator/test-apps/ConnectivityTest/src/com/android/emulator/connectivity/test/
ConnectivityTest.java 17 package com.android.emulator.connectivity.test;
  /development/tools/emulator/test-apps/GpsLocationTest/src/com/android/emulator/gps/test/
GpsLocationTest.java 16 package com.android.emulator.gps.test;
  /external/qemu/android/
qemulator.c 28 static void qemulator_refresh(QEmulator* emulator);
34 QEmulator* emulator = opaque; local
36 VERBOSE_PRINT(hw_control,"%s: light='%s' value=%d window=%p", __FUNCTION__, light, value, emulator->window);
38 emulator->lcd_brightness = value;
39 if (emulator->window)
40 skin_window_set_lcd_brightness( emulator->window, value );
46 qemulator_setup( QEmulator* emulator )
48 AndroidOptions* opts = emulator->opts;
50 if ( !emulator->window && !opts->no_window ) {
51 SkinLayout* layout = emulator->layout
99 QEmulator* emulator = _emulator; local
112 QEmulator* emulator = _emulator; local
120 QEmulator* emulator = _emulator; local
369 QEmulator* emulator = opaque; local
605 QEmulator* emulator = qemulator; local
    [all...]
main-common.c 306 QEmulator* emulator = qemulator_get(); local
307 SkinDisplay* disp = skin_layout_get_display(emulator->layout);
434 snprintf(tmp, sizeof(tmp), "%s/tools/lib/emulator/skins/dynamic/", sdkRoot);
765 * able to run the emulator in the background (e.g. "emulator &").
766 * despite the fact that the emulator should not grab input or try to
779 fprintf(stderr, "### Error: could not load emulator skin from '%s'\n", skinPath);
971 /* the purpose of -no-audio is to disable sound output from the emulator,
1024 "You need to build the Android system before launching the emulator",
1062 "Otherwise, follow the instructions in -help-disk-images to start the emulator\n
1286 QEmulator* emulator; local
    [all...]
  /prebuilts/devtools/tools/lib/
screenshot2.jar 

Completed in 1932 milliseconds