/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 98 QEmulator* emulator = _emulator; local 111 QEmulator* emulator = _emulator; local 119 QEmulator* emulator = _emulator; local 368 QEmulator* emulator = opaque; local 604 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 ); 67 qemulator_get_first_framebuffer(QEmulator* emulator);
|
/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
|
/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.
|
/sdk/build/ |
windows_sdk_tools.mk | 8 emulator \ 9 emulator-arm \ 10 emulator-x86 \
|
tools.windows.atree | 36 rm tools/emulator 37 rm tools/emulator-arm 38 rm tools/emulator-x86 39 bin/emulator.exe strip tools/emulator.exe 40 bin/emulator-arm.exe strip tools/emulator-arm.exe 41 bin/emulator-x86.exe strip tools/emulator-x86.exe 42 # Emulator librarie [all...] |
/development/data/etc/ |
vold.conf | 1 ## vold configuration file for the emulator/SDK
|
/prebuilt/android-arm/kernel/ |
README | 1 This directory contains the kernel images specific to the Android emulator.
|
/prebuilt/android-x86/kernel/ |
README | 1 This directory contains the kernel images specific to the Android emulator.
|
/system/core/rootdir/etc/ |
ueventd.goldfish.rc | 1 # These settings are specific to running under the Android emulator
|
/build/target/board/generic/ |
README.txt | 5 will work with the emulator, though sound will not work 6 (see the "emulator" product for that).
|
/build/target/board/vbox_x86/ |
README.txt | 2 to run on the VirtualBox emulator. 9 QEMU emulators (at least until a KVM enabled QEMU emulator is available).
|
/development/tools/emulator/system/qemud/ |
Android.mk | 3 # We're moving the emulator-specific platform libs to 4 # development.git/tools/emulator/. The following test is to ensure
|
/sdk/emulator/qemud/ |
Android.mk | 3 # We're moving the emulator-specific platform libs to 4 # development.git/tools/emulator/. The following test is to ensure
|
/development/tools/emulator/system/qemu-props/ |
Android.mk | 15 # this file is used to build emulator-specific program tools 16 # that should only run in the emulator. 19 # We're moving the emulator-specific platform libs to 20 # development.git/tools/emulator/. The following test is to ensure 29 # to setup various system properties sent by the emulator program. 36 # emulator-specific binaries.
|
/sdk/emulator/tools/ |
Android.mk | 15 # this file is used to build emulator-specific program tools 16 # that should only run in the emulator. 19 # We're moving the emulator-specific platform libs to 20 # development.git/tools/emulator/. The following test is to ensure 31 # to setup various system properties sent by the emulator program. 38 # emulator-specific binaries.
|
/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...] |
/external/qemu/ |
Makefile.android | 48 # this is needed to build the emulator on 64-bit Linux systems 75 $(error Building the Android emulator requires OS X 10.5 or above) 137 # $(call start-emulator-library, <module-name>) 141 # $(call end-emulator-library) 143 start-emulator-library = \ 155 # Used with start-emulator-library 156 end-emulator-library = \ 159 # A variant of start-emulator-library to start the definition of a host 160 # program instead. Use with end-emulator-program 161 start-emulator-program = [all...] |
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...] |
/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)
|
/frameworks/base/docs/html/guide/developing/devices/ |
emulator.jd | 1 page.title=Using the Android Emulator 12 <li><a href="#starting">Starting and Stopping the Emulator</a></li> 13 <li><a href="#starting">Android Virtual Devices and the Emulator</a></li> 14 <li><a href="#controlling">Controlling the Emulator</a></li> 15 <li><a href="#startup-options">Emulator Startup Options</a></li> 16 <li><a href="#diskimages">Working with Emulator Disk Images</a> 23 <li><a href="#emulatornetworking">Emulator Networking</a> 28 <li><a href="#dns">Configuring the Emulator's DNS Settings</a></li> 29 <li><a href="#proxy">Using the Emulator with a Proxy</a></li> 30 <li><a href="#connecting">Interconnecting Emulator Instances</a></li [all...] |
/build/target/board/generic_x86/ |
README.txt | 5 will work with the IA version of the emulator,
|
/development/tools/emulator/opengl/tests/event_injector/ |
Android.mk | 8 emulator-console.c \
|
/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.
|