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

1 2 3 4

  /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
100 QEmulator* emulator = _emulator; local
113 QEmulator* emulator = _emulator; local
121 QEmulator* emulator = _emulator; local
367 QEmulator* emulator = opaque; local
600 QEmulator* emulator = qemulator; local
    [all...]
qemulator.h 49 qemulator_init( QEmulator* emulator,
58 qemulator_done( QEmulator* emulator );
60 /* Sets title on the emulator's window. */
62 qemulator_set_title( QEmulator* emulator );
64 /* Gets emulator's layout. */
66 qemulator_get_layout( QEmulator* emulator );
70 qemulator_get_first_framebuffer(QEmulator* emulator);
  /external/qemu/distrib/libsparse/
sources.mk 21 $(call start-emulator-library,emulator-libsparse)
25 $(call end-emulator-library)
31 $(call end-emulator-library)
33 $(call start-emulator-program,emulator_img2simg)
36 LOCAL_STATIC_LIBRARIES := emulator-libsparse emulator-zlib
37 $(call end-emulator-program)
39 $(call start-emulator-program,emulator_simg2img)
42 LOCAL_STATIC_LIBRARIES := emulator-libsparse emulator-zli
    [all...]
  /external/qemu/
Makefile.qemu-launcher 4 ### emulator-$ARCH: Standalone launcher for QEMU executable.
15 android/qemu-launcher/emulator-qemu.cpp \
24 $(call start-emulator-program, emulator-arm64)
28 emulator-common
31 $(call end-emulator-program)
40 $(call end-emulator-program)
  /external/qemu/distrib/ext4_utils/
sources.mk 24 $(call start-emulator-library,emulator-libext4_utils)
31 $(call end-emulator-library)
40 $(call end-emulator-library)
42 $(call start-emulator-program,emulator_make_ext4fs)
49 emulator-libext4_utils \
50 emulator-libsparse \
51 emulator-libselinux \
52 emulator-zlib
53 $(call end-emulator-program
    [all...]
  /external/qemu/distrib/googletest/
Android.mk 6 ### GoogleTest is used to build the emulator's Android-specific
26 $(call start-emulator-library, emulator-libgtest)
31 $(call end-emulator-library)
38 $(call end-emulator-library)
  /external/qemu/distrib/libselinux/
sources.mk 27 $(call start-emulator-library,emulator-libselinux)
31 $(call end-emulator-library)
37 $(call end-emulator-library)
  /sdk/emulator/opengl/tests/event_injector/
Android.mk 8 emulator-console.c \
  /build/target/product/
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
aosp_arm64.mk 19 # build quite specifically for the emulator, and might not be
28 include $(SRC_TARGET_DIR)/product/emulator.mk
32 PRODUCT_MODEL := AOSP on ARM arm64 Emulator
full_mips64.mk 19 # mips64 build quite specifically for the emulator, and might not be
28 include $(SRC_TARGET_DIR)/product/emulator.mk
34 PRODUCT_MODEL := AOSP on MIPS64 Emulator
  /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 142 ProgramBinaryEmulator* emulator) const {
145 .WillOnce(SetArgPointee<2>(emulator->length()));
147 GetProgramBinary(program_id, emulator->length(), _, _, _))
148 .WillOnce(Invoke(emulator, &ProgramBinaryEmulator::GetProgramBinary));
153 ProgramBinaryEmulator* emulator) const {
156 emulator->format(),
158 emulator->length()))
159 .WillOnce(Invoke(emulator, &ProgramBinaryEmulator::ProgramBinary));
167 ProgramBinaryEmulator* emulator) const {
170 emulator->format()
    [all...]
  /device/htc/flounder/flounder32/
BoardConfig.mk 16 # Re-enable emulator for 32-bit
  /device/google/atv/products/
atv_arm.mk 20 include $(SRC_TARGET_DIR)/product/emulator.mk
26 PRODUCT_MODEL := AOSP TV on ARM Emulator
atv_x86.mk 24 include $(SRC_TARGET_DIR)/product/emulator.mk
30 PRODUCT_MODEL := AOSP TV on IA Emulator
  /external/chromium_org/build/android/pylib/utils/
emulator.py 5 """Provides an interface to start and stop Android emulator.
7 Emulator: The class provides the methods to launch/shutdown the emulator with
31 # Template used to generate config.ini files for the emulator
82 """Emulator failed to launch."""
88 There are odd 'sticky' cases where there can be no emulator process
97 logging.info('Emulator killing is async; give a few seconds for all to die.')
121 """Pool for emulator port starting position that changes over time."""
128 """Return a range of valid ports for emulator use.
131 a killed emulator "hangs on" to a port long enough to preven
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator_unittest.cc 82 emulator()->HandleTouchEventAck(INPUT_EVENT_ACK_STATE_NO_CONSUMER_EXISTS);
90 TouchEmulator* emulator() const { function in class:content::TouchEmulatorTest
123 emulator()->HandleKeyboardEvent(event);
149 emulator()->HandleMouseEvent(event);
157 return !emulator()->HandleMouseWheelEvent(event);
280 emulator()->Disable();
287 emulator()->Enable(true /* allow_pinch */);
296 emulator()->Disable();
344 emulator()->Disable();
347 emulator()->Enable(true /* allow_pinch */)
    [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-arm64/
mini_emulator_arm64.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-armv7-a-neon/
mini_emulator_arm.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
  /device/generic/mini-emulator-x86_64/
mini_emulator_x86_64.mk 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
20 PRODUCT_DEVICE := mini-emulator-x86_64
22 PRODUCT_MODEL := mini-emulator-x86_64

Completed in 605 milliseconds

1 2 3 4