Searched defs:hardware (Results 251 - 275 of 276) sorted by relevance

<<1112

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java17 package android.hardware.camera2.legacy;
19 import android.hardware.ICameraService;
20 import android.hardware.Camera;
21 import android.hardware.Camera.CameraInfo;
22 import android.hardware.camera2.CameraAccessException;
23 import android.hardware.camera2.CameraCharacteristics;
24 import android.hardware.camera2.CaptureRequest;
25 import android.hardware.camera2.ICameraDeviceCallbacks;
26 import android.hardware.camera2.ICameraDeviceUser;
27 import android.hardware
[all...]
H A DLegacyCameraDevice.java17 package android.hardware.camera2.legacy;
21 import android.hardware.Camera;
22 import android.hardware.camera2.CameraCharacteristics;
23 import android.hardware.camera2.CaptureRequest;
24 import android.hardware.camera2.impl.CameraDeviceImpl;
25 import android.hardware.camera2.impl.CaptureResultExtras;
26 import android.hardware.camera2.ICameraDeviceCallbacks;
27 import android.hardware.camera2.params.StreamConfigurationMap;
28 import android.hardware.camera2.utils.ArrayUtils;
29 import android.hardware
[all...]
H A DRequestThreadManager.java17 package android.hardware.camera2.legacy;
20 import android.hardware.Camera;
21 import android.hardware.camera2.CameraCharacteristics;
22 import android.hardware.camera2.CaptureRequest;
23 import android.hardware.camera2.impl.CameraDeviceImpl;
24 import android.hardware.camera2.utils.SubmitInfo;
25 import android.hardware.camera2.utils.SizeAreaComparator;
26 import android.hardware.camera2.impl.CameraMetadataNative;
H A DSurfaceTextureRenderer.java16 package android.hardware.camera2.legacy;
21 import android.hardware.camera2.CameraCharacteristics;
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java17 package android.hardware.camera2.params;
21 import android.hardware.camera2.CameraCharacteristics;
22 import android.hardware.camera2.CameraDevice;
23 import android.hardware.camera2.CameraMetadata;
24 import android.hardware.camera2.CaptureRequest;
25 import android.hardware.camera2.utils.HashCodeHelpers;
26 import android.hardware.camera2.utils.SurfaceUtils;
27 import android.hardware.camera2.legacy.LegacyCameraDevice;
28 import android.hardware.camera2.legacy.LegacyMetadataMapper;
45 * {@link android.hardware
[all...]
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java17 package android.hardware.soundtrigger;
47 * A ModuleProperties describes a given sound trigger hardware module
186 * A SoundModel describes the attributes and contains the binary data used by the hardware
383 * It contains data needed by the hardware to detect a certain number of key phrases
554 /** True if it is possible to capture audio from this utterance buffered by the hardware */
1240 * Returns a list of descriptors for all hardware modules loaded.
1252 * Get an interface on a hardware module to control sound models and recognition on
/frameworks/base/core/java/android/hardware/
H A DSensor.java18 package android.hardware;
36 * <p>See {@link android.hardware.SensorEvent#values SensorEvent.values}
50 * <p>See {@link android.hardware.SensorEvent#values SensorEvent.values}
64 * <p>See {@link android.hardware.SensorEvent#values SensorEvent.values}
67 * @deprecated use {@link android.hardware.SensorManager#getOrientation
77 * @deprecated use {@link android.hardware.SensorManager#getOrientation
85 * <p>See {@link android.hardware.SensorEvent#values SensorEvent.values}
98 * <p>See {@link android.hardware.SensorEvent#values SensorEvent.values}
112 * <p>See {@link android.hardware.SensorEvent#values SensorEvent.values}
128 * {@link android.hardware
[all...]
H A DSensorManager.java17 package android.hardware;
34 * SensorManager lets you access the device's {@link android.hardware.Sensor
99 * {@link android.hardware.SensorListener SensorListener} for more details.
101 * @deprecated use {@link android.hardware.Sensor Sensor} instead.
108 * {@link android.hardware.SensorListener SensorListener} for more details.
110 * @deprecated use {@link android.hardware.Sensor Sensor} instead.
117 * {@link android.hardware.SensorListener SensorListener} for more details.
119 * @deprecated use {@link android.hardware.Sensor Sensor} instead.
126 * {@link android.hardware.SensorListener SensorListener} for more details.
128 * @deprecated use {@link android.hardware
[all...]
H A DSystemSensorManager.java17 package android.hardware;
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCharacteristics.java17 package android.hardware.camera2;
21 import android.hardware.camera2.impl.CameraMetadataNative;
22 import android.hardware.camera2.impl.PublicKey;
23 import android.hardware.camera2.impl.SyntheticKey;
24 import android.hardware.camera2.utils.TypeReference;
674 * reported by {@link android.hardware.camera2.params.StreamConfigurationMap#getOutputSizes }
686 * <p>High speed video streaming extends significant performance pressue to camera hardware,
693 * {@link android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession#createHighSpeedRequestList }.
707 * {@link android.hardware.camera2.CameraDevice#createConstrainedHighSpeedCaptureSession }.
721 public static final Key<android.hardware
[all...]
H A DCaptureRequest.java17 package android.hardware.camera2;
21 import android.hardware.camera2.impl.CameraMetadataNative;
22 import android.hardware.camera2.impl.PublicKey;
23 import android.hardware.camera2.impl.SyntheticKey;
24 import android.hardware.camera2.utils.HashCodeHelpers;
25 import android.hardware.camera2.utils.TypeReference;
41 * <p>Contains the configuration for the capture hardware (sensor, lens, flash),
205 // {@link android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession#createHighSpeedRequestList}
365 * {@link android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession#createHighSpeedRequestList}.
624 * {@link android.hardware
[all...]
H A DCaptureResult.java17 package android.hardware.camera2;
21 import android.hardware.camera2.impl.CameraMetadataNative;
22 import android.hardware.camera2.impl.CaptureResultExtras;
23 import android.hardware.camera2.impl.PublicKey;
24 import android.hardware.camera2.impl.SyntheticKey;
25 import android.hardware.camera2.utils.TypeReference;
34 * <p>Contains a subset of the final configuration for the capture hardware (sensor, lens,
465 public static final Key<android.hardware.camera2.params.ColorSpaceTransform> COLOR_CORRECTION_TRANSFORM =
466 new Key<android.hardware.camera2.params.ColorSpaceTransform>("android.colorCorrection.transform", android.hardware
[all...]
H A DCameraMetadata.java17 package android.hardware.camera2;
20 import android.hardware.camera2.impl.CameraMetadataNative;
21 import android.hardware.camera2.impl.PublicKey;
22 import android.hardware.camera2.impl.SyntheticKey;
349 * older android.hardware.Camera API.</p>
508 * formats returned by {@link android.hardware.camera2.params.StreamConfigurationMap#getInputFormats } and {@link android.hardware.camera2.params.StreamConfigurationMap#getOutputFormats }.</li>
509 * <li>{@link android.hardware.camera2.params.StreamConfigurationMap#getValidOutputFormatsForInput }
510 * returns non empty int[] for each supported input format returned by {@link android.hardware.camera2.params.StreamConfigurationMap#getInputFormats }.</li>
511 * <li>Each size returned by {@link android.hardware
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java17 package android.hardware.camera2.impl;
22 import android.hardware.camera2.CameraCharacteristics;
23 import android.hardware.camera2.CaptureRequest;
24 import android.hardware.camera2.CaptureResult;
25 import android.hardware.camera2.marshal.Marshaler;
26 import android.hardware.camera2.marshal.MarshalQueryable;
27 import android.hardware.camera2.marshal.MarshalRegistry;
28 import android.hardware.camera2.marshal.impl.MarshalQueryableArray;
29 import android.hardware.camera2.marshal.impl.MarshalQueryableBoolean;
30 import android.hardware
[all...]
H A DCameraDeviceImpl.java17 package android.hardware.camera2.impl;
19 import static android.hardware.camera2.CameraAccessException.CAMERA_IN_USE;
22 import android.hardware.camera2.CameraAccessException;
23 import android.hardware.camera2.CameraCaptureSession;
24 import android.hardware.camera2.CameraCharacteristics;
25 import android.hardware.camera2.CameraDevice;
26 import android.hardware.camera2.CaptureRequest;
27 import android.hardware.camera2.CaptureResult;
28 import android.hardware.camera2.CaptureFailure;
29 import android.hardware
[all...]
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java17 package android.hardware.fingerprint;
50 * A class that coordinates access to the fingerprint hardware.
65 // Error messages from fingerprint hardware during initilization, enrollment, authentication or
70 * The hardware is unavailable. Try again later.
461 * Request authentication of a crypto object. This call warms up the fingerprint hardware
527 // Though this may not be a hardware issue, it will cause apps to give up or try
536 * Request fingerprint enrollment. This call warms up the fingerprint hardware
577 // Though this may not be a hardware issue, it will cause apps to give up or try
632 * Remove given fingerprint template from fingerprint hardware and/or protected storage.
656 * Enumerate all fingerprint templates stored in hardware an
[all...]
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java17 package android.hardware.hdmi;
58 public static final String ACTION_OSD_MESSAGE = "android.hardware.hdmi.action.OSD_MESSAGE";
78 public static final String EXTRA_MESSAGE_ID = "android.hardware.hdmi.extra.MESSAGE_ID";
84 "android.hardware.hdmi.extra.MESSAGE_EXTRA_PARAM1";
H A DHdmiRecordSources.java17 package android.hardware.hdmi;
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java17 package android.hardware.input;
99 * &lt;action android:name="android.hardware.input.action.QUERY_KEYBOARD_LAYOUTS" />
101 * &lt;meta-data android:name="android.hardware.input.metadata.KEYBOARD_LAYOUTS"
133 "android.hardware.input.action.QUERY_KEYBOARD_LAYOUTS";
144 "android.hardware.input.metadata.KEYBOARD_LAYOUTS";
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java17 package android.hardware.location;
37 * This class manages the geofences which are handled by hardware.
272 // callback might not be called after the geofence is added in the geofence hardware.
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java17 package android.hardware.radio;
1321 * @param config desired band and configuration to apply when enabling the hardware module.
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp25 namespace hardware { namespace in namespace:android
32 using ::android::hardware::graphics::common::V1_0::Dataspace;
33 typedef ::android::hardware::media::V1_0::Rect HRect;
34 typedef ::android::hardware::media::V1_0::Region HRegion;
1233 } // namespace hardware
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java28 import android.hardware.hdmi.HdmiControlManager;
29 import android.hardware.hdmi.HdmiDeviceInfo;
30 import android.hardware.hdmi.HdmiHotplugEvent;
31 import android.hardware.hdmi.IHdmiControlService;
32 import android.hardware.hdmi.IHdmiDeviceEventListener;
33 import android.hardware.hdmi.IHdmiHotplugEventListener;
34 import android.hardware.hdmi.IHdmiSystemAudioModeChangeListener;
77 * A helper class for TvInputManagerService to handle TV input hardware.
189 // Remove HDMI devices linked with this hardware.
364 * the object, and if more than one process attempts to create hardware wit
397 releaseHardware(int deviceId, ITvInputHardware hardware, int callingUid, int resolvedUserId) argument
626 resetLocked(TvInputHardwareImpl hardware, ITvInputHardwareCallback callback, TvInputInfo info, Integer callingUid, Integer resolvedUserId) argument
[all...]
H A DTvInputManagerService.java39 import android.hardware.hdmi.HdmiControlManager;
40 import android.hardware.hdmi.HdmiDeviceInfo;
286 // New hardware input found. Create a new ServiceState and connect to the
287 // service to populate the hardware list.
1326 // Here, we let the hardware session know only whether volume is on or
1722 public void releaseTvInputHardware(int deviceId, ITvInputHardware hardware, int userId) argument
1735 deviceId, hardware, callingUid, resolvedUserId);
2213 // Not null if this session represents an external device connected to a hardware TV input.
2287 for (TvInputHardwareInfo hardware : mTvInputHardwareManager.getHardwareList()) {
2289 serviceState.service.notifyHardwareAdded(hardware);
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java89 * A demux device of DVB API for controlling the filters of DVB hardware/software.
99 * A frontend device of DVB API for controlling the tuner and DVB demodulator hardware.
229 * normal operation mode. It is mostly relevant to hardware inputs such as HDMI input.
230 * Non-hardware inputs are considered connected all the time.
240 * or low power mode. It is mostly relevant to hardware inputs such as HDMI input and Component
250 * mostly relevant to hardware inputs such as HDMI input.
1563 * Returns a list of TvInputHardwareInfo objects representing available hardware.
1632 * Releases previously acquired hardware object.
1635 * @param hardware Hardware to release.
1641 public void releaseTvInputHardware(int deviceId, Hardware hardware) { argument
[all...]

Completed in 1059 milliseconds

<<1112