HomeSort by relevance Sort by last modified time
    Searched full:emulated (Results 101 - 125 of 599) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/generic/goldfish/camera/
EmulatedQemuCameraDevice.cpp 19 * an emulated camera device connected to the host.
61 ALOGV("%s: Connected to the emulated camera service '%s'",
72 * Emulated camera device abstract interface implementation.
PreviewWindow.h 49 * This method is called by the containing emulated camera object when it is
65 * This method is called by the containing emulated camera object when it is
71 * This method is called by the containing emulated camera object when it is
EmulatedCameraFactory.cpp 53 /* Connection has succeeded. Create emulated cameras for each camera
70 ALOGE("%s: Unable to allocate emulated camera array for %d entries",
126 ALOGE("%s: Unable to allocate emulated camera array for %d entries",
172 ALOGV("%d cameras are being emulated. %d of them are fake cameras.",
347 /* Allocate the array for emulated camera instances. Note that we allocate
351 ALOGE("%s: Unable to allocate emulated camera array for %d entries",
359 * Iterate the list, creating, and initializin emulated qemu cameras for each
EmulatedCamera2.cpp 19 * functionality common to all version 2.0 emulated camera devices. Instances
20 * of this class (for each emulated camera) are created during the construction
38 * module - Emulated camera HAL module descriptor.
EmulatedQemuCamera.cpp 19 * functionality of an emulated camera connected to the host.
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 55 boolean emulated, int mtpReserveSpace, boolean allowMassStorage, long maxFileSize,
61 mEmulated = emulated;
127 * Returns true if the volume is emulated.
  /frameworks/base/docs/html/tools/devices/
index.jd 6 device by defining hardware and software options to be emulated by the Android Emulator.</p>
31 you control the screen dimensions, appearance, and so on. You can also specify the emulated SD
35 applications, settings, and so on) and emulated SD card are stored in this area.</li>
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 765 // Do not run on devices with emulated external storage.
    [all...]
  /device/asus/grouper/
init.grouper.rc 8 mkdir /mnt/shell/emulated 0700 shell shell
9 mkdir /storage/emulated 0555 root root
11 export EXTERNAL_STORAGE /storage/emulated/legacy
12 export EMULATED_STORAGE_SOURCE /mnt/shell/emulated
13 export EMULATED_STORAGE_TARGET /storage/emulated
16 symlink /storage/emulated/legacy /sdcard
17 symlink /storage/emulated/legacy /mnt/sdcard
18 symlink /storage/emulated/legacy /storage/sdcard0
19 symlink /mnt/shell/emulated/0 /storage/emulated/legac
    [all...]
  /device/asus/tilapia/
init.tilapia.rc 8 mkdir /mnt/shell/emulated 0700 shell shell
9 mkdir /storage/emulated 0555 root root
11 export EXTERNAL_STORAGE /storage/emulated/legacy
12 export EMULATED_STORAGE_SOURCE /mnt/shell/emulated
13 export EMULATED_STORAGE_TARGET /storage/emulated
16 symlink /storage/emulated/legacy /sdcard
17 symlink /storage/emulated/legacy /mnt/sdcard
18 symlink /storage/emulated/legacy /storage/sdcard0
19 symlink /mnt/shell/emulated/0 /storage/emulated/legac
    [all...]
  /external/qemu/android/avd/
hardware-properties.ini 199 description = Color bit depth of emulated framebuffer.
224 description = Enable/Disable emulated OpenGLES GPU
230 enum = emulated, none, webcam0, ...
231 default = emulated
233 description = Must be 'emulated' for a fake camera, 'webcam<N>' for a web camera, or 'none' if back camera is disabled.
239 enum = emulated, none, webcam0, ...
242 description = Must be 'emulated' for a fake camera, 'webcam<N>' for a web camera, or 'none' if front camera is disabled.
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 108 * emulates external storage, this value also includes emulated storage
125 * When measuring internal storage, this reflects media on emulated
140 * Total disk usage for users, which is only meaningful for emulated
253 // Include emulated storage when measuring internal. OBB is
254 // shared on emulated storage, so treat as code.
412 // Measure media types for emulated storage, or for primary physical
431 // Measure total emulated storage of all users; internal apps data
  /external/eclipse-basebuilder/src/
eclipse-sourceBuild-srcIncluded-3.6.2.zip 
  /external/qemu/android/
cmdline-options.h 68 CFG_PARAM( kernel, "<file>", "use specific emulated kernel" )
125 OPT_PARAM( dns_server, "<servers>", "use this DNS server(s) in the emulated system" )
165 OPT_PARAM( screen, "<mode>", "set emulated screen mode" )
framebuffer.h 22 * of the emulated VRAM. A Client listens to updates to the pixel buffer,
82 /* recompute phys_width_mm and phys_height_mm according to the emulated
211 * depending on the emulated device's configuration
  /docs/source.android.com/src/devices/tech/storage/
index.jd 76 <li><code>emulated</code>: true if this mount is emulated and is backed by internal storage,
79 storage. Only used when mount is marked as emulated.</li>
137 <p>At boot, the system mounts a single emulated external storage FUSE daemon at
  /external/guava/guava/src/com/google/common/collect/
AbstractBiMap.java 47 @GwtCompatible(emulated = true)
403 @GwtIncompatible("Not needed in the emulated source.")
408 @GwtIncompatible("Not needed in emulated source.")
412 @GwtIncompatible("Not needed in emulated source.")
EmptyContiguousSet.java 30 @GwtCompatible(emulated = true)
EmptyImmutableSortedSet.java 33 @GwtCompatible(serializable = true, emulated = true)
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
EmptyContiguousSet.java 28 @GwtCompatible(emulated = true)
GenericMapMaker.java 36 @GwtCompatible(emulated = true)
HashBiMap.java 34 @GwtCompatible(emulated = true)
LinkedHashMultiset.java 35 @GwtCompatible(serializable = true, emulated = true)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractTester.java 25 * <p>This class is emulated in GWT.
  /external/guava/guava-tests/test/com/google/common/base/
EnumsTest.java 32 @GwtCompatible(emulated = true)

Completed in 407 milliseconds

1 2 3 45 6 7 8 91011>>