/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/product/ |
emulator.mk | 18 # emulator-related modules to PRODUCT_PACKAGES. 23 emulator \ 24 emulator-x86 \ 25 emulator-arm \ 26 emulator-mips \
|
full.mk | 19 # build quite specifically for the emulator, and might not be 25 include $(SRC_TARGET_DIR)/product/emulator.mk 31 PRODUCT_MODEL := AOSP on ARM Emulator
|
full_mips.mk | 19 # mips build quite specifically for the emulator, and might not be 25 include $(SRC_TARGET_DIR)/product/emulator.mk 31 PRODUCT_MODEL := AOSP on MIPS Emulator
|
full_x86.mk | 19 # build quite specifically for the emulator, and might not be 22 # If running on an emulator or some other device that has a LAN connection 29 include $(SRC_TARGET_DIR)/product/emulator.mk 44 PRODUCT_MODEL := AOSP on IA Emulator
|
/sdk/build/ |
windows_sdk_tools.mk | 10 emulator \ 11 emulator-arm \ 12 emulator-x86 \ 13 emulator-mips \
|
tools.windows.atree | 43 rm tools/emulator 44 rm tools/emulator-arm 45 rm tools/emulator-x86 46 rm tools/emulator-mips 47 bin/emulator.exe strip tools/emulator.exe 48 bin/emulator-arm.exe strip tools/emulator-arm.exe 49 bin/emulator-x86.exe strip tools/emulator-x86.ex [all...] |
tools.atree | 60 # emulator 61 bin/emulator strip tools/emulator 62 bin/emulator-x86 strip tools/emulator-x86 63 bin/emulator-arm strip tools/emulator-arm 64 bin/emulator-mips strip tools/emulator-mips 68 sdk/emulator/snapshot/snapshots.img tools/lib/emulator/snapshots.im [all...] |
/sdk/emulator/opengl/tests/event_injector/ |
Android.mk | 8 emulator-console.c \
|
/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/chromium_org/gpu/command_buffer/service/ |
memory_program_cache_unittest.cc | 147 ProgramBinaryEmulator* emulator) const { 150 .WillOnce(SetArgPointee<2>(emulator->length())); 152 GetProgramBinary(program_id, emulator->length(), _, _, _)) 153 .WillOnce(Invoke(emulator, &ProgramBinaryEmulator::GetProgramBinary)); 158 ProgramBinaryEmulator* emulator) const { 161 emulator->format(), 163 emulator->length())) 164 .WillOnce(Invoke(emulator, &ProgramBinaryEmulator::ProgramBinary)); 172 ProgramBinaryEmulator* emulator) const { 175 emulator->format() [all...] |
/device/generic/goldfish/qemu-props/ |
Android.mk | 15 # this file is used to build emulator-specific program tools 16 # that should only run in the emulator. 22 # to setup various system properties sent by the emulator program.
|
/device/generic/mini-emulator-armv7-a-neon/ |
mini_emulator_armv7a_neon.mk | 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk) 20 PRODUCT_DEVICE := mini-emulator-armv7-a-neon 22 PRODUCT_MODEL := mini-emulator-armv7-a-neon
|
/device/generic/mini-emulator-mips/ |
mini_emulator_mips.mk | 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk) 20 PRODUCT_DEVICE := mini-emulator-mips 22 PRODUCT_MODEL := mini-emulator-mips
|
/device/generic/mini-emulator-x86/ |
mini_emulator_x86.mk | 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk) 20 PRODUCT_DEVICE := mini-emulator-x86 22 PRODUCT_MODEL := mini-emulator-x86
|
/external/chromium_org/build/android/ |
avd.py | 20 from pylib.utils import emulator namespace 25 # the emulator to find the system images upon launch. 59 logging.critical('ERROR: Emulator SDK not installed. Run ' 64 logging.critical('ERROR: Emulator SDK missing required target for API %d. ' 68 emulator.LaunchEmulators(options.emulator_count, options.abi,
|
/external/chromium_org/build/android/pylib/utils/ |
emulator.py | 5 """Provides an interface to start and stop Android emulator. 9 Emulator: The class provides the methods to launch/shutdown the emulator with 34 # Template used to generate config.ini files for the emulator 85 """Emulator failed to launch.""" 91 There are odd 'sticky' cases where there can be no emulator process 100 logging.info('Emulator killing is async; give a few seconds for all to die.') 124 """Pool for emulator port starting position that changes over time.""" 131 """Return a range of valid ports for emulator use. 134 a killed emulator "hangs on" to a port long enough to preven [all...] |
/build/target/board/generic_x86/ |
BoardConfig.mk | 14 # The IA emulator (qemu) uses the Goldfish devices 33 # Build and enable the OpenGL ES View renderer. When running on the emulator,
|
/development/tools/emulator/test-apps/ConnectivityTest/src/com/android/emulator/connectivity/test/ |
ConnectivityTest.java | 17 package com.android.emulator.connectivity.test;
|
/device/generic/goldfish/gps/ |
Android.mk | 16 # We're moving the emulator-specific platform libs to 17 # development.git/tools/emulator/. The following test is to ensure
|
/prebuilts/devtools/tools/lib/ |
screenshot2.jar | |
/development/tools/emulator/test-apps/GpsLocationTest/src/com/android/emulator/gps/test/ |
GpsLocationTest.java | 16 package com.android.emulator.gps.test;
|