HomeSort by relevance Sort by last modified time
    Searched full:emulator (Results 1 - 25 of 443) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/android/
qemulator.c 28 QEmulator* emulator = opaque; local
30 VERBOSE_PRINT(hw_control,"%s: light='%s' value=%d window=%p", __FUNCTION__, light, value, emulator->window);
32 emulator->lcd_brightness = value;
33 if (emulator->window)
34 skin_window_set_lcd_brightness( emulator->window, value );
40 qemulator_setup( QEmulator* emulator )
42 AndroidOptions* opts = emulator->opts;
44 if ( !emulator->window && !opts->no_window ) {
45 SkinLayout* layout = emulator->layout;
46 double scale = get_default_scale(emulator->opts)
92 QEmulator* emulator = _emulator; local
101 QEmulator* emulator = _emulator; local
317 QEmulator* emulator = qemulator; local
    [all...]
qemulator.h 46 qemulator_init( QEmulator* emulator,
55 qemulator_done( QEmulator* emulator );
57 /* Sets title on the emulator's window. */
59 qemulator_set_title( QEmulator* emulator );
61 /* Gets emulator's layout. */
63 qemulator_get_layout( QEmulator* emulator );
core-ui-protocol.h 15 * establish communication between Core and UI components of the emulator.
18 * emulator build.
24 /* Changes the scale of the emulator window at runtime. */
core-ui-protocol.c 15 * between Core and UI components of the emulator. This is a temporary file
17 * process of separating UI and Core in the emulator build.
  /external/qemu/distrib/
build-emulator.sh 3 # this script is used to build a static version of the Android emulator
10 TARGET=emulator
22 echo "usage: build-emulator [--target=FILEPATH]"
31 echo "ERROR: could not build the emulator, please check the sources"
34 cp objs/emulator $CURDIR/emulator
make-distrib.sh 3 # this script is used to build a source distribution package for the Android emulator
6 # - the sources of our patched QEMU emulator
7 # - appropriate scripts to rebuild the emulator binary
17 PACKAGE=android-emulator-$DATE
33 mv $QEMUDIR/distrib/build-emulator.sh $TMPDIR/build-emulator.sh
README 1 This is source release of the Android emulator. simply run the "build-emulator.sh" script to
2 generate a statically linked "emulator" binary in the current directory.
8 This emulator is probably not usable without other support files provided by the Android project,
12 This emulator is licensed under the GNU General Public License (GPL) version 2, which can be
23 emulator to generate "profile" files that can later be analyzed with external tools
48 - new APIs: SDL_WM_GetPos() and SDL_WM_SetPos() are used to retrieve and set the emulator
49 window position. this allows us to implement a simple-yet-useful feature: the emulator remembers
  /build/target/board/emulator/
README.txt 1 The "emulator" product defines an almost non-hardware-specific target
3 HAVE_HTC_AUDIO_DRIVER constant, since that is what the emulator
7 will work with the emulator.
  /external/qemu/
README 1 This package contains the sources to the Android emulator program.
9 Emulator-specific documentation is available at the following page:
11 http://code.google.com/android/reference/emulator.html
13 Please read the INSTALL file to see how you can rebuild the emulator, or
23 - Android Emulator Team
INSTALL 1 This package contains the sources to the Android emulator program.
6 The Android emulator can be built on the following platforms:
9 - Linux 64-bits (*only* generates 32-bit emulator binary)
15 not supported. The 32-bit emulator binary should run normally on
18 The Windows emulator binary is built using the -no-cygwin option
22 a 64-bit emulator binary on Linux. Unfortunately the resulting
24 due to the way the emulator works and cannot be easily fixed at
30 The Android emulator is a heavy fork of QEMU 0.8.2, and as such,
56 Building the emulator with the Android build system:
64 m emulator
    [all...]
  /development/data/etc/
vold.conf 1 ## vold configuration file for the emulator/SDK
  /build/target/board/generic/
README.txt 5 will work with the emulator, though sound will not work
6 (see the "emulator" product for that).
  /external/qemu/docs/
ANDROID-MEMCHECK.TXT 4 implemented in the emulator
15 emulator's memory checking, and libc's instrumentation are turned on by the
17 the regular, not instrumented mode, and the emulator will not perform any
20 The way emulator and instrumented libc.so work together is as such:
23 emulator, providing an allocation descriptor that contains information about
24 allocation block and operation that is being performed on this block. Emulator
26 that page on the emulated system produces some sort of event in the emulator,
27 allowing emulator to receive data that emulated system has written to the "magic
30 In response to events, received from libc.so, emulator keep tracks of all blocks
32 kept in a per-process basis, so when a process exits, emulator can list all th
    [all...]
ANDROID-QEMUD.TXT 8 communication channel between the emulated system and the emulator program
12 emulator without requiring special kernel support; this simplifies a lot of
19 The emulator provides 'services' to various parts of the emulated system.
42 to the emulator. It does so by:
57 will pass all messages between clients and emulator services. Thus,
61 emulator <==serial==> qemud <---> /dev/socket/qemud <-+--> client1
84 Zero-sized packets are silently discard by qemud and the emulator and
88 emulator. These are the following:
91 name to the daemon, the later sends to the emulator:
99 - The emulator can respond in case of success with
    [all...]
  /system/core/adb/
adb_client.h 32 /* Return the console port of the currently connected emulator (if any)
33 * of -1 if there is no emulator, and -2 if there is more than one.
38 /* send commands to the current emulator instance. will fail if there
39 * is zero, or more than one emulator connected (or if you use -s <serial>
40 * with a <serial> that does not designate an emulator)
console.c 13 fprintf(stderr, "error: more than one emulator detected. use -s option\n");
15 fprintf(stderr, "error: no emulator detected\n");
  /frameworks/base/docs/html/guide/developing/tools/
emulator.jd 1 page.title=Android Emulator
4 <div style="padding:1em;"><img src="/images/emulator-wvga800l.png" alt="Image of the Android Emulator" width="367" height="349" style="margin-left:2em;margin-top:-4em;float:right;"/></div>
6 <p>The Android SDK includes a mobile device emulator -- a virtual mobile device
7 that runs on your computer. The emulator lets you prototype, develop, and test
10 <p>The Android emulator mimics all of the hardware and software features
17 <p>To let you model and test your application more easily, the emulator supports
19 platform that you want to run on the emulator, as well as the hardware options
20 and emulator skin files tht you want to use. Once your application is running on
21 the emulator, it can use the services of the Android platform to invoke othe
    [all...]
index.jd 8 Emulator and the Android Development Tools plugin for Eclipse, but the SDK also
10 applications on the emulator. </p>
18 <dt><a href="emulator.html">Android Emulator</a></dt>
24 characteristics in the Android Emulator. In each configuration, you can
26 emulator skin to use. Each AVD functions as an independent device with
49 lets you manage processes on an emulator or device and assists in debugging.
52 of the emulator or device, and more. </dd>
56 emulator or device and access the emulator or device from a command line
    [all...]
adb.jd 8 <li>Manage the state of an emulator or device</li>
10 <li>Manage port forwarding on an emulator or device</li>
11 <li>Copy files to/from an emulator or device</li>
17 <li><a href="#devicestatus">Querying for Emulator/Device Instances</a></li>
18 <li><a href="#directingcommands">Directing Commands to a Specific Emulator/Device Instance</a></li>
21 <li><a href="#copyfiles">Copying Files to or from an Emulator/Device Instance</a></li>
30 <li><a href="emulator.html">Emulator</a></li>
50 <dt><a href="#devicestatus">Querying for Emulator/Device Instances</a></dt>
51 <dt><a href="#directingcommands">Directing Commands to a Specific Emulator/Device Instance</a></dt
    [all...]
  /external/qemu/distrib/sdl-1.2.12/
README.ANDROID 1 This is a modified version of SDL 1.2.12 that is used by the Android QEMU emulator.
  /sdk/emulator/tools/
Android.mk 15 # this file is used to build emulator-specific program tools
16 # that should only run in the emulator.
24 # to setup various system properties sent by the emulator program.
31 # emulator-specific binaries.
  /external/bluetooth/bluez/test/
hciemu.1 3 hciemu \- HCI emulator
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
messages.properties 10 LaunchPreferencePage_Default_Emu_Options=Default emulator options:
  /system/core/rootdir/etc/
init.goldfish.rc 15 # disable some daemons the emulator doesn't want
19 setprop ro.setupwizard.mode EMULATOR
25 # For the emulator, which bypasses Setup Wizard, you can specify
46 # program to check wether it runs on the emulator
  /external/qemu/android/utils/
filelock.h 18 ** a FileLock is useful to prevent several emulator instances from using the same
22 ** NULL only if the corresponding path is already locked by another emulator
26 ** function can detect stale file locks that can longer when the emulator

Completed in 194 milliseconds

1 2 3 4 5 6 7 8 91011>>