OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emulator
(Results
1 - 5
of
5
) sorted by null
/development/tools/emulator/test-apps/ConnectivityTest/src/com/android/emulator/connectivity/test/
ConnectivityTest.java
17
package com.android.
emulator
.connectivity.test;
/external/webkit/Source/WebKit/android/wds/client/
AdbConnection.cpp
224
static const char
emulator
[] = "
emulator
-";
local
225
if (strncmp(serial,
emulator
, sizeof(
emulator
) - 1) == 0)
226
t = Device::
EMULATOR
;
/development/tools/emulator/test-apps/GpsLocationTest/src/com/android/emulator/gps/test/
GpsLocationTest.java
16
package com.android.
emulator
.gps.test;
/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
= q
emulator
;
local
[
all
...]
main-common.c
305
QEmulator*
emulator
= qemulator_get();
local
306
SkinDisplay* disp = skin_layout_get_display(
emulator
->layout);
545
* able to run the
emulator
in the background (e.g. "
emulator
&").
546
* despite the fact that the
emulator
should not grab input or try to
559
fprintf(stderr, "### Error: could not load
emulator
skin from '%s'\n", skinPath);
751
/* the purpose of -no-audio is to disable sound output from the
emulator
,
804
"You need to build the Android system before launching the
emulator
",
839
"Otherwise, follow the instructions in -help-disk-images to start the
emulator
\n"
944
/*
Emulator
's core port. *
1063
QEmulator*
emulator
;
local
[
all
...]
Completed in 95 milliseconds