OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:emulated
(Results
1 - 25
of
599
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/samsung/manta/
init.smdk5250.rc
5
mkdir /mnt/shell/
emulated
0700 shell shell
6
mkdir /storage/
emulated
0555 root root
8
export EXTERNAL_STORAGE /storage/
emulated
/legacy
9
export EMULATED_STORAGE_SOURCE /mnt/shell/
emulated
10
export EMULATED_STORAGE_TARGET /storage/
emulated
13
symlink /storage/
emulated
/legacy /sdcard
14
symlink /storage/
emulated
/legacy /mnt/sdcard
15
symlink /storage/
emulated
/legacy /storage/sdcard0
16
symlink /mnt/shell/
emulated
/0 /storage/
emulated
/legac
[
all
...]
init.manta.rc
7
mkdir /mnt/shell/
emulated
0700 shell shell
8
mkdir /storage/
emulated
0555 root root
10
export EXTERNAL_STORAGE /storage/
emulated
/legacy
11
export EMULATED_STORAGE_SOURCE /mnt/shell/
emulated
12
export EMULATED_STORAGE_TARGET /storage/
emulated
15
symlink /storage/
emulated
/legacy /sdcard
16
symlink /storage/
emulated
/legacy /mnt/sdcard
17
symlink /storage/
emulated
/legacy /storage/sdcard0
18
symlink /mnt/shell/
emulated
/0 /storage/
emulated
/legac
[
all
...]
/device/ti/panda/
init.omap4pandaboard.rc
5
mkdir /mnt/shell/
emulated
0700 shell shell
6
mkdir /storage/
emulated
0555 root root
8
export EXTERNAL_STORAGE /storage/
emulated
/legacy
9
export EMULATED_STORAGE_SOURCE /mnt/shell/
emulated
10
export EMULATED_STORAGE_TARGET /storage/
emulated
13
symlink /storage/
emulated
/legacy /sdcard
14
symlink /storage/
emulated
/legacy /mnt/sdcard
15
symlink /storage/
emulated
/legacy /storage/sdcard0
16
symlink /mnt/shell/
emulated
/0 /storage/
emulated
/legac
[
all
...]
/device/generic/armv7-a-neon/overlay/frameworks/base/core/res/res/xml/
storage_list.xml
28
emulated
: the storage is
emulated
via the FUSE sdcard daemon
30
(used for
emulated
storage that is shared with system's data partition)
34
A storage should not have both
emulated
and removable set to true
38
<!-- internal
emulated
storage -->
42
android:
emulated
="true"
/device/generic/mips/overlay/frameworks/base/core/res/res/xml/
storage_list.xml
28
emulated
: the storage is
emulated
via the FUSE sdcard daemon
30
(used for
emulated
storage that is shared with system's data partition)
34
A storage should not have both
emulated
and removable set to true
38
<!-- internal
emulated
storage -->
42
android:
emulated
="true"
/device/generic/x86/overlay/frameworks/base/core/res/res/xml/
storage_list.xml
28
emulated
: the storage is
emulated
via the FUSE sdcard daemon
30
(used for
emulated
storage that is shared with system's data partition)
34
A storage should not have both
emulated
and removable set to true
38
<!-- internal
emulated
storage -->
42
android:
emulated
="true"
/device/generic/mini-emulator-armv7-a-neon/
init.mini-emulator.rc
3
mkdir /mnt/shell/
emulated
0700 shell shell
4
mkdir /storage/
emulated
0555 root root
6
export EXTERNAL_STORAGE /storage/
emulated
/legacy
7
export EMULATED_STORAGE_SOURCE /mnt/shell/
emulated
8
export EMULATED_STORAGE_TARGET /storage/
emulated
11
symlink /storage/
emulated
/legacy /sdcard
12
symlink /storage/
emulated
/legacy /mnt/sdcard
13
symlink /storage/
emulated
/legacy /storage/sdcard0
14
symlink /mnt/shell/
emulated
/0 /storage/
emulated
/legac
[
all
...]
/device/generic/goldfish/camera/
EmulatedQemuCamera.h
22
* functionality of an
emulated
camera connected to the host.
30
/* Encapsulates functionality of an
emulated
camera connected to the host.
55
/* Gets
emulated
camera device ised by this instance of the
emulated
camera.
EmulatedQemuCameraDevice.h
22
* an
emulated
camera device connected to the host.
32
/* Encapsulates an
emulated
camera device connected to the host.
58
*
Emulated
camera device abstract interface implementation.
104
/* Qemu client that is used to communicate with the '
emulated
camera'
114
/*
Emulated
FPS (frames per second).
EmulatedBaseCamera.h
27
* functionality common to all
emulated
camera device versions ("fake",
28
* "webcam", "video file", etc.). Instances of this class (for each
emulated
60
/* Creates connection to the
emulated
camera device.
68
/* Plug the connection for the
emulated
camera. Until it's plugged in
73
/* Unplug the connection from underneath the
emulated
camera.
82
/* Closes connection to the
emulated
camera.
EmulatedCameraFactory.h
39
* instance of an appropriate class, and stores it an in array of
emulated
55
*
emulated
cameras. All errors that occur on this constructor are reported
73
/* Gets
emulated
camera information.
78
/* Sets
emulated
camera callbacks.
121
/* Gets number of
emulated
cameras.
140
/* Populates
emulated
cameras array with cameras that are available via
170
/* Number of
emulated
cameras (including the fake ones). */
173
/* Number of
emulated
fake cameras. */
/external/libusb-compat/
libusb.pc.in
6
emulated
=1
/external/qemu/docs/
ANDROID-ELFF.TXT
5
emulated
system.
10
files corresponding to the libraries of the
emulated
system, in order to extract
17
- Extract information about routine, containing given PC address in the
emulated
20
* Source file name and line corresponded to the given
emulated
PC.
ANDROID-MEMCHECK.TXT
7
emulated
system, including:
14
an instrumented version of libc.so library used by the
emulated
system. Both,
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
31
that have been allocated from the heap on
emulated
system. Block descriptors are
35
When a free, or realloc operation is performed on the
emulated
system, emulator
AUDIO.TXT
6
QEMUSoundCard: models a given
emulated
sound card
19
2/ For each
emulated
output, call AUD_open_out() to create a SWVoiceOut object.
20
3/ For each
emulated
input, call AUD_open_in() to create a SWVoiceIn object.
67
- A 'write' method callback used to write a buffer of
emulated
sound samples from
78
- a 'conv()' function used to read sound samples from the
emulated
sound card and
84
stereo buffer, not
emulated
hardware sound samples, which can have different
114
- a callback provided by the
emulated
hardware when the SWVoiceOut is created.
120
(AUD_write()) to to the mixing/volume-adjustment from
emulated
hardware sample
125
SWVoiceOut:
emulated
hardware sound buffers:
160
of sound samples in the SWVoiceOut
emulated
hardware sound buffer)
[
all
...]
/device/ti/panda/overlay/frameworks/base/core/res/res/xml/
storage_list.xml
28
emulated
: the storage is
emulated
via the FUSE sdcard daemon
30
(used for
emulated
storage that is shared with system's data partition)
32
A storage should not have both
emulated
and removable set to true
39
android:
emulated
="true"
/external/qemu/telephony/
modem_driver.h
20
*
emulated
GSM modem. see qemu_chr_open() in vl.c */
23
/* the
emulated
GSM modem itself */
/frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java
297
// Paths on user-specific
emulated
storage
298
assertEquals("/mnt/shell/
emulated
/10/foo",
300
assertEquals("/storage/
emulated
/10/foo",
302
assertEquals("/mnt/shell/
emulated
/10/foo",
303
buildObbPath("/storage/
emulated
/10/foo", userId, true));
304
assertEquals("/storage/
emulated
/10/foo",
305
buildObbPath("/storage/
emulated
/10/foo", userId, false));
307
// Paths on shared OBB
emulated
storage
308
assertEquals("/mnt/shell/
emulated
/obb/foo",
310
assertEquals("/storage/
emulated
/0/Android/obb/foo"
[
all
...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
Platform.java
22
* Methods factored out so that they can be
emulated
differently in GWT.
24
* <p>This class is
emulated
in GWT.
32
*
emulated
in GWT.
54
* Wrapper around {@link System#arraycopy} so that it can be
emulated
/frameworks/support/tests/res/xml/
paths.xml
12
<!-- /storage/
emulated
/0/Android/com.example/files -->
/device/samsung/tuna/
init.tuna.rc
5
mkdir /mnt/shell/
emulated
0700 shell shell
6
mkdir /storage/
emulated
0555 root root
8
export EXTERNAL_STORAGE /storage/
emulated
/legacy
9
export EMULATED_STORAGE_SOURCE /mnt/shell/
emulated
10
export EMULATED_STORAGE_TARGET /storage/
emulated
13
symlink /storage/
emulated
/legacy /sdcard
14
symlink /storage/
emulated
/legacy /mnt/sdcard
15
symlink /storage/
emulated
/legacy /storage/sdcard0
16
symlink /mnt/shell/
emulated
/0 /storage/
emulated
/legac
[
all
...]
/device/asus/deb/overlay/frameworks/base/core/res/res/xml/
storage_list.xml
23
<!-- internal
emulated
storage -->
26
android:
emulated
="true"
/device/asus/flo/overlay/frameworks/base/core/res/res/xml/
storage_list.xml
23
<!-- internal
emulated
storage -->
26
android:
emulated
="true"
/device/asus/grouper/overlay/frameworks/base/core/res/res/xml/
storage_list.xml
23
<!-- internal
emulated
storage -->
26
android:
emulated
="true"
/device/asus/tilapia/overlay/frameworks/base/core/res/res/xml/
storage_list.xml
23
<!-- internal
emulated
storage -->
26
android:
emulated
="true"
Completed in 495 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>