/external/qemu/android/ |
D | qemulator.c | 28 static void qemulator_refresh(QEmulator* emulator); 34 QEmulator* emulator = opaque; in qemulator_light_brightness() local 36 …RINT(hw_control,"%s: light='%s' value=%d window=%p", __FUNCTION__, light, value, emulator->window); in qemulator_light_brightness() 38 emulator->lcd_brightness = value; in qemulator_light_brightness() 39 if (emulator->window) in qemulator_light_brightness() 40 skin_window_set_lcd_brightness( emulator->window, value ); in qemulator_light_brightness() 46 qemulator_setup( QEmulator* emulator ) in qemulator_setup() argument 48 AndroidOptions* opts = emulator->opts; in qemulator_setup() 50 if ( !emulator->window && !opts->no_window ) { in qemulator_setup() 51 SkinLayout* layout = emulator->layout; in qemulator_setup() [all …]
|
D | qemulator.h | 46 qemulator_init( QEmulator* emulator, 55 qemulator_done( QEmulator* emulator ); 59 qemulator_set_title( QEmulator* emulator ); 63 qemulator_get_layout( QEmulator* emulator ); 67 qemulator_get_first_framebuffer(QEmulator* emulator);
|
/external/qemu/ |
D | 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 …]
|
D | Makefile.android | 109 QEMU_OPENGLES_INCLUDE := sdk/emulator/opengl/host/include 148 start-emulator-library = \ 160 end-emulator-library = \ 165 start-emulator-program = \ 166 $(call start-emulator-library,$1) \ 170 end-emulator-program = \ 254 $(call start-emulator-program, emulator) 256 LOCAL_SRC_FILES := android/main-emulator.c 257 LOCAL_STATIC_LIBRARIES := emulator-common 263 $(call end-emulator-program) [all …]
|
D | Makefile.common | 135 $(call start-emulator-library, emulator-common) 139 $(call end-emulator-library) 147 $(call start-emulator-library, emulator64-common) 151 $(call end-emulator-library) 282 $(call start-emulator-library, emulator-libui) 286 $(call end-emulator-library) 292 $(call start-emulator-library, emulator64-libui) 296 $(call end-emulator-library) 582 $(call start-emulator-library, emulator-libqemu) 598 $(call end-emulator-library) [all …]
|
D | CHANGES.TXT | 21 Starting from here, the emulator version number will match 38 emulator that runs on console port 5554: 73 Note that the monitor 'quit' command will not stop the emulator, 107 the emulator in restricted environments. No audio and graphics in this mode 115 - Starting from this release, the emulator's version number will match the 119 The minor number will now be stuck to 0 since each official emulator 125 - Fixed a bug that crashed the emulator when the SD Card image size was exactly 126 8 MB. Now, the minimum supported size is 9 MB, and the emulator will complain 136 the emulator window to landscape mode resulted in incorrectly rotated 150 in rare lockups when stopping the emulator on this platform. [all …]
|
D | 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*)
|
/external/qemu/docs/ |
D | 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 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 the 35 When a free, or realloc operation is performed on the emulated system, emulator [all …]
|
D | ANDROID-QEMUD.TXT | 8 communication channel between the emulated system and the emulator program 10 the emulator program is using qemu pipes (see ANDROID-QEMU-PIPE.TXT for details 14 emulator without requiring special kernel support; this simplifies a lot of 21 The emulator provides 'services' to various parts of the emulated system. 44 to the emulator. It does so by: 59 will pass all messages between clients and emulator services. Thus, 63 emulator <==serial==> qemud <---> /dev/socket/qemud <-+--> client1 86 Zero-sized packets are silently discard by qemud and the emulator and 90 emulator. These are the following: 93 name to the daemon, the later sends to the emulator: [all …]
|
D | ANDROID-SKIN-FILES.TXT | 10 The Android emulator program is capable of displaying a window containing 20 This document specifies how to generate a new skin for the emulator. 28 the emulator to specify them. This will instruct the program to look into 32 For skin-specific files. Without these options, the emulator will look for 84 - 'width': The width of the emulator window in pixels, as an integer 86 - 'height': The height of the emulator window in pixels, as an integer 88 - 'color' : Background color to be used to fill the emulator window. 93 the emulator switches/initializes this layout. This is used to 103 codes. You can use the following emulator console commands to 217 -netspeed <speed> emulator command-line option. [all …]
|
D | ANDROID-KERNEL.TXT | 66 emulator -kernel path/to/your/new/zImage <other-options> 73 emulator -kernel path/to/your/new/zImage <other-options> -qemu -cpu cortex-a8 76 the emulator binary will automatically enable ARMv7 emulation for you, so doing 79 emulator -kernel path/to/your/kernel-armv7 <other-options>
|
D | ANDROID-FRAMEBUFFER.TXT | 5 Android emulator. 22 the emulated system, but not in the emulator's process space which 38 - holds a contiguous pixel buffer allocated by the emulator. 43 The emulator will periodically call 'qframebuffer_check_updates()' which
|
D | ANDROID-QEMU-PIPE.TXT | 7 The Android emulator implements a special virtual device used to provide 9 emulator itself. 30 Where <pipename> is the name of a specific emulator service you want to use. 37 In the emulator source tree: 42 implemented by any emulator pipe service. 212 pass-through that doesn't depend on the very slow internal emulator
|
D | ANDROID-ELFF.TXT | 4 by the emulator to extract debugging information from symbol files of the 7 The ELFF library has been introduced to provide the emulator's memory checker
|
D | CHAR-DEVICES.TXT | 111 emulator program and the "qemud" multiplexing daemon that runs in 115 system to connect to various services running in the emulator 124 the system uses qemud to connect to the emulator's internal modem 130 system uses qemud to connect to the emulator's internal GPS 155 The Android emulator provides an object called a CharBuffer which acts as 178 The Android emulator also provides a convenient abstraction called a "charpipe"
|
D | ANDROID-QEMUD-SERVICES.TXT | 4 emulated system can communicate with the emulator through the 'qemud' 7 This document lists all services officially provided by the emulator to 65 Currently, only 'lcd_backlight' is supported by the emulator. 77 cCrrently unsupported by the emulator. 82 Currently unsupported by the emulator.
|
D | ANDROID-TRACING.TXT | 6 to the emulator (e.g. context switches, forks, execs, etc...). Used by both -trace 17 tool (sdk/emulator/qtools). Defines common data structures and types only.
|
/external/qemu/distrib/ |
D | build-emulator.sh | 10 TARGET=emulator 34 cp objs/emulator $CURDIR/emulator
|
D | 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
|
D | make-distrib.sh | 17 PACKAGE=android-emulator-$DATE 33 mv $QEMUDIR/distrib/build-emulator.sh $TMPDIR/build-emulator.sh
|
/external/webkit/Source/WebKit/android/wds/client/ |
D | AdbConnection.cpp | 224 static const char emulator[] = "emulator-"; in getDeviceList() local 225 if (strncmp(serial, emulator, sizeof(emulator) - 1) == 0) in getDeviceList()
|
/external/opencv/ |
D | README.rdoc | 13 For those of you running on the emulator, I built a very simple Socket-based Camera server that wil… 44 …e VideoEmulator application, you must first copy this XML file into the emulator in the following … 51 In order to use the VideoEmulator, you have to use the emulator (hence the name.) If you have a De… 53 Using the emulator there are two slightly different 'flavors' of running. Both are socket based ca… 55 …t is running on the Android emulator, both of these map to Android's localhost, not the machine yo…
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/ |
D | TestSuite.smali | 7 #device/emulator, and then zip up the classes.dex containing this class 8 #and all of the tests and push that to the device/emulator.
|
/external/qemu/distrib/sdl-1.2.15/VisualCE/loopwave/ |
D | loopwave.vcp | 9 # TARGTYPE "Win32 (WCE emulator) Application" 0xa601 11 CFG=loopwave - Win32 (WCE emulator) Debug 20 !MESSAGE NMAKE /f "loopwave.vcn" CFG="loopwave - Win32 (WCE emulator) Debug" 24 !MESSAGE "loopwave - Win32 (WCE emulator) Release" (based on "Win32 (WCE emulator) Application") 25 !MESSAGE "loopwave - Win32 (WCE emulator) Debug" (based on "Win32 (WCE emulator) Application") 41 !IF "$(CFG)" == "loopwave - Win32 (WCE emulator) Release" 73 !ELSEIF "$(CFG)" == "loopwave - Win32 (WCE emulator) Debug" 333 # Name "loopwave - Win32 (WCE emulator) Release" 334 # Name "loopwave - Win32 (WCE emulator) Debug" 349 !IF "$(CFG)" == "loopwave - Win32 (WCE emulator) Release" [all …]
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.ANDROID | 2 emulator. See the git history for modifications relative to upstream.
|