HomeSort by relevance Sort by last modified time
    Searched full:physical (Results 326 - 350 of 2428) sorted by null

<<11121314151617181920>>

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3BufferManager.h 156 * physical back store but multiple handles. Multiple stream can access the same physical memory
205 * Gralloc V0, since each physical buffer is associated with one stream, this is
206 * a single entry map. For Gralloc V1, one physical buffer can be shared between different
240 * of the free buffer list if the physical buffer sharing in this stream is supported.
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
StorageMeasurement.java 56 * Utility for measuring the disk usage of internal storage or a physical
92 * When measuring a physical {@link StorageVolume}, this value includes
111 * When measuring a physical {@link StorageVolume}, this reflects media
245 // Physical storage; only count external sizes
373 // Measure media types for emulated storage, or for primary physical
  /frameworks/base/services/core/java/com/android/server/display/
LogicalDisplay.java 202 // Bootstrap the logical display using its associated primary physical display.
204 // configuration of several physical displays might be used to determine the
303 // The orientation specifies how the physical coordinate system of the display
310 // Apply the physical rotation of the display device itself.
314 // The frame specifies the rotated physical coordinates into which the viewport
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/
touch_firmware_report-lumpy-fw_11.27-complete-20140116_103521.log 1883 S' Count of 1-finger physical clicks: 1'
1885 aS' Count of physical clicks: 1'
1999 S' Count of 1-finger physical clicks: 1'
2001 aS' Count of physical clicks: 1'
2111 S' Count of 1-finger physical clicks: 1'
2113 aS' Count of physical clicks: 1'
2223 S' Count of 1-finger physical clicks: 1'
2225 aS' Count of physical clicks: 1'
2335 S' Count of 2-finger physical clicks: 1'
2337 aS' Count of physical clicks: 1
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/
touch_firmware_report-lumpy-fw_11.23-complete-20130614_065717.html 27 Count of 1-finger physical clicks: 1
72 Count of 1-finger physical clicks: 0
117 Count of 1-finger physical clicks: 1
162 Count of 1-finger physical clicks: 1
207 Count of 1-finger physical clicks: 1
252 Count of 1-finger physical clicks: 0
297 Count of 1-finger physical clicks: 1
342 Count of 1-finger physical clicks: 1
387 Count of 2-finger physical clicks: 1
439 Count of 2-finger physical clicks:
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/
touch_firmware_report-lumpy-fw_11.23-complete-20130614_065817.html 27 Count of 1-finger physical clicks: 1
72 Count of 1-finger physical clicks: 1
117 Count of 1-finger physical clicks: 1
162 Count of 1-finger physical clicks: 1
207 Count of 1-finger physical clicks: 1
252 Count of 1-finger physical clicks: 1
297 Count of 1-finger physical clicks: 1
342 Count of 1-finger physical clicks: 1
387 Count of 2-finger physical clicks: 0
439 Count of 2-finger physical clicks:
    [all...]
  /external/autotest/client/cros/cellular/wardmodem/
wardmodem.py 30 The main wardmodem object that replaces a physical modem.
60 the physical modem. This is needed only if we're running in a
130 The physical modem being replaced [read-only].
644 'Physical modem',
645 'Interaction with the physical modem on-board.')
652 'and the physical modem. "--modem-port" option required.')
660 'take precedence over those received from the physical '
  /external/vulkan-validation-layers/layers/
device_limits.cpp 68 // Track physical device per logical device
222 } else { // Save physical devices
226 // Init actual features for each physical device
277 // Verify that for each physical device, this function is called first with NULL pQueueFamilyProperties ptr in order to
408 requestedIndex) { // requested index is out of bounds for this physical device
458 // Get physical device properties for this device
539 phy_dev_data->queueFamilyProperties.size()) { // requested index is out of bounds for this physical device
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac.mm 130 // Returns the bounds of |window| in physical pixels, enlarged by a small amount
161 // |rect| is in DIP, so convert to physical pixels.
166 // |pixel_bounds| should be in the primary display's coordinate in physical
173 // The origin is in DIP while the size is in physical pixels. That's what
251 // The physical pixel bounds of the current screen.
254 // The dip to physical pixel scale of the current screen.
    [all...]
  /frameworks/base/core/java/android/view/
DisplayInfo.java 109 * physical size when the system is emulating a smaller display.
116 * physical size when the system is emulating a smaller display.
151 * more than one physical display.
191 * The exact physical pixels per inch of the screen in the X dimension.
194 * more than one physical display.
200 * The exact physical pixels per inch of the screen in the Y dimension.
203 * more than one physical display.
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDevice.java 70 public ActiveSource(int logical, int physical) {
72 physicalAddress = physical;
77 public static ActiveSource of(int logical, int physical) {
78 return new ActiveSource(logical, physical);
87 public boolean equals(int logical, int physical) {
88 return logicalAddress == logical && physicalAddress == physical;
119 // Active routing path. Physical address of the active source but not all the time, such as
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 304 C2D_SURFACE_WITH_PHYS = (1<<3), /* physical address already mapped */
306 C2D_SURFACE_WITH_PHYS_DUMMY = (1<<4), /* physical address already mapped */
316 void *phys; /* physical address */
326 void *phys0; /* physical address */
329 void *phys1; /* physical address */
332 void *phys2; /* physical address */
554 * after blit, however no physical target transform is performed.
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 304 C2D_SURFACE_WITH_PHYS = (1<<3), /* physical address already mapped */
306 C2D_SURFACE_WITH_PHYS_DUMMY = (1<<4), /* physical address already mapped */
316 void *phys; /* physical address */
326 void *phys0; /* physical address */
329 void *phys1; /* physical address */
332 void *phys2; /* physical address */
554 * after blit, however no physical target transform is performed.
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 304 C2D_SURFACE_WITH_PHYS = (1<<3), /* physical address already mapped */
306 C2D_SURFACE_WITH_PHYS_DUMMY = (1<<4), /* physical address already mapped */
316 void *phys; /* physical address */
326 void *phys0; /* physical address */
329 void *phys1; /* physical address */
332 void *phys2; /* physical address */
554 * after blit, however no physical target transform is performed.
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 304 C2D_SURFACE_WITH_PHYS = (1<<3), /* physical address already mapped */
306 C2D_SURFACE_WITH_PHYS_DUMMY = (1<<4), /* physical address already mapped */
316 void *phys; /* physical address */
326 void *phys0; /* physical address */
329 void *phys1; /* physical address */
332 void *phys2; /* physical address */
554 * after blit, however no physical target transform is performed.
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 304 C2D_SURFACE_WITH_PHYS = (1<<3), /* physical address already mapped */
306 C2D_SURFACE_WITH_PHYS_DUMMY = (1<<4), /* physical address already mapped */
316 void *phys; /* physical address */
326 void *phys0; /* physical address */
329 void *phys1; /* physical address */
332 void *phys2; /* physical address */
554 * after blit, however no physical target transform is performed.
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 305 C2D_SURFACE_WITH_PHYS = (1<<3), /* physical address already mapped */
307 C2D_SURFACE_WITH_PHYS_DUMMY = (1<<4), /* physical address already mapped */
317 void *phys; /* physical address */
327 void *phys0; /* physical address */
330 void *phys1; /* physical address */
333 void *phys2; /* physical address */
556 * after blit, however no physical target transform is performed.
    [all...]
  /system/netd/server/
NetworkController.cpp 162 if (network->getType() != Network::PHYSICAL) {
163 ALOGE("cannot set default to non-physical network with netId %u", netId);
173 if (!network || network->getType() != Network::PHYSICAL) {
451 if (network->getType() != Network::PHYSICAL) {
452 ALOGE("cannot set permissions on non-physical network with netId %u", netId);
651 if (network->getType() != Network::PHYSICAL) {
652 ALOGE("inconceivable! default network must be a physical network");
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiRecordSources.java 34 * <li>External physical address: {@link #ofExternalPhysicalAddress(int)}.
51 /** Record source type for "External Physical Address". */
84 // {[Record Source Type] [External Physical Address]}
695 // ---- External physical address --------------------------------------------------------------
698 * Creates {@link ExternalPhysicalAddress} of external physical address.
705 Log.w(TAG, "Invalid physical address:" + physicalAddress);
706 throw new IllegalArgumentException("Invalid physical address:" + physicalAddress);
713 * Record source for external physical address.
716 * <li>[Physical address] - 2 byte
  /frameworks/base/docs/html/training/game-controllers/
controller-input.jd 63 <p>Called to process a press of a physical key such as a gamepad or
67 <p>Called to process a release of a physical key such as a gamepad or
95 movement properties for a specific physical control, such as
103 physical controls (gamepad buttons, directional pads, and
164 you want your game to use only input from the set of physical controls it
180 <p>Figure 1 shows how Android maps key codes and axis values to the physical
329 <p>The 4-way directional pad (D-pad) is a common physical control in many game
584 // using the input value from one of these physical controls:
598 // using the input value from one of these physical controls:
  /docs/source.android.com/src/devices/audio/
midi_arch.jd 114 physical entity and <em>MIDI device</em> describes the module that
161 physical bundle of wires that connects an <em>OUT</em> port to an <em>IN</em> or <em>THRU</em> port.
220 Thus a single USB physical cable can carry more than one set of 16 channels.
  /docs/source.android.com/src/devices/storage/
config.jd 24 service and <code>MountService</code> system service. Mounting of physical
82 <li><code>removable</code>: true if this mount has removable media, such as a physical SD
125 adoptable storage. For Android 6.0 devices, any physical media that is not
  /external/e2fsprogs/debugfs/
extent_inode.c 367 blk64_t physical; local
391 err = strtoblk(cmd, argv[2], &physical);
396 physical, flags);
  /external/kernel-headers/original/uapi/linux/
coff.h 155 char s_paddr[4]; /* physical address, aliased s_nlib */
214 * grouping will have l_lnno = 0 and in place of physical address will be the
221 char l_paddr[4]; /* (physical) address of line number */
mdio.h 17 #define MDIO_MMD_PMAPMD 1 /* Physical Medium Attachment/
18 * Physical Medium Dependent */
20 #define MDIO_MMD_PCS 3 /* Physical Coding Sublayer */

Completed in 2189 milliseconds

<<11121314151617181920>>