/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...] |
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.
|
/external/qemu/ |
CleanSpec.mk | 5 $(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/obj/{SHARED,STATIC}_LIBRARIES/emulator*) 6 $(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/obj/EXECUTABLES/emulator*)
|
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...] |
Makefile.android | 90 $(info emulator: Ignoring unsupported GCC flag $(GCC_W_NO_MISSING_FIELD_INITIALIZERS)) 123 QEMU_OPENGLES_INCLUDE := sdk/emulator/opengl/host/include 156 # $(call start-emulator-library, <module-name>) 160 # $(call end-emulator-library) 162 start-emulator-library = \ 173 # Used with start-emulator-library 174 end-emulator-library = \ 177 # A variant of start-emulator-library to start the definition of a host 178 # program instead. Use with end-emulator-program 179 start-emulator-program = [all...] |
/device/generic/goldfish/opengl/ |
README | 3 $ANDROID_BUILD_TOP/sdk/emulator/opengl.
|
/device/generic/goldfish/ |
ueventd.goldfish.rc | 1 # These settings are specific to running under the Android emulator
|
/external/chromium_org/build/android/pylib/gtest/filter/ |
base_unittests_emulator_additional_disabled | 1 # Addtional list of suppressions from emulator
|
/prebuilts/qemu-kernel/arm/ |
README | 1 This directory contains the kernel images specific to the Android emulator.
|
/prebuilts/qemu-kernel/mips/ |
README | 1 This directory contains the kernel images specific to the Android emulator.
|
/prebuilts/qemu-kernel/x86/ |
README | 1 This directory contains the kernel images specific to the Android emulator.
|
/sdk/build/ |
windows_sdk_tools.mk | 10 emulator \ 11 emulator-arm \ 12 emulator-x86 \ 13 emulator-mips \
|
/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/generic_mips/ |
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).
|
/device/generic/goldfish/qemud/ |
Android.mk | 3 # We're moving the emulator-specific platform libs to 4 # development.git/tools/emulator/. The following test is to ensure
|
/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/chromium_org/build/android/pylib/utils/ |
emulator.py | 7 """Provides an interface to start and stop Android emulator. 11 Emulator: The class provides the methods to launch/shutdown the emulator with 40 """Emulator failed to launch.""" 46 There are odd 'sticky' cases where there can be no emulator process 55 logging.info('Emulator killing is async; give a few seconds for all to die.') 79 """Pool for emulator port starting position that changes over time.""" 86 """Return a range of valid ports for emulator use. 89 a killed emulator "hangs on" to a port long enough to prevent 102 for emulator in emulators [all...] |
/build/target/product/ |
emulator.mk | 18 # emulator-related modules to PRODUCT_PACKAGES. 23 emulator \ 24 emulator-x86 \ 25 emulator-arm \ 26 emulator-mips \
|
/frameworks/base/docs/html/tools/devices/ |
emulator.jd | 1 page.title=Using the Emulator 10 <li><a href="#avds">Android Virtual Devices and the Emulator</a></li> 11 <li><a href="#starting">Starting and Stopping the Emulator</a></li> 12 <li><a href="#apps">Installing Applications on the Emulator</a></li> 26 <li><a href="#diskimages">Working with Emulator Disk Images</a> 33 <li><a href="#emulatornetworking">Emulator Networking</a> 38 <li><a href="#dns">Configuring the Emulator's DNS Settings</a></li> 39 <li><a href="#proxy">Using the Emulator with a Proxy</a></li> 40 <li><a href="#connecting">Interconnecting Emulator Instances</a></li> 41 <li><a href="#calling">Sending a Voice Call or SMS to Another Emulator Instance</a></li [all...] |
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/ |
MultiTouchView.java | 48 /** Emulator screen width to this view width ratio. */ 50 /** Emulator screen height to this view height ratio. */ 53 * Flags whether or not image received from the emulator should be rotated. 54 * Rotation is required when display orientation state of the emulator and 58 /** Base matrix that keep emulator->device display scaling */ 60 /** Matrix that is used to draw emulator's screen on the device. */ 110 * Sets emulator screen width and height to this view width and height 113 * @param dx Emulator screen width to this view width ratio. 114 * @param dy Emulator screen height to this view height ratio. 115 * @param rotateDisplay Flags whether image received from the emulator [all...] |
/build/target/board/generic_x86/ |
README.txt | 5 will work with the IA version of the emulator,
|