Searched defs:hardware (Results 1 - 25 of 276) sorted by last modified time

1234567891011>>

/frameworks/support/compat/api23/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompatApi23.java17 package android.support.v4.hardware.fingerprint;
24 import android.hardware.fingerprint.FingerprintManager;
/frameworks/support/compat/java/android/support/v4/hardware/display/
H A DDisplayManagerCompat.java17 package android.support.v4.hardware.display;
20 import android.hardware.display.DisplayManager;
29 * Helper for accessing features in {@link android.hardware.display.DisplayManager}
48 "android.hardware.display.category.PRESENTATION";
/frameworks/support/compat/java/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompat.java17 package android.support.v4.hardware.fingerprint;
33 * A class that coordinates access to the fingerprint hardware.
36 * be no fingerprint hardware available.
70 * Determine if fingerprint hardware is present and functional.
72 * @return true if hardware is present and functional, false otherwise.
79 * Request authentication of a crypto object. This call warms up the fingerprint hardware
228 // TODO: Figure out behavior when there is no fingerprint hardware available
/frameworks/native/cmds/lshal/
H A Dtest.cpp27 #include <android/hardware/tests/baz/1.0/IQuux.h>
39 using ::android::hardware::hidl_death_recipient;
40 using ::android::hardware::hidl_handle;
41 using ::android::hardware::hidl_string;
42 using ::android::hardware::hidl_vec;
45 namespace hardware { namespace in namespace:android
50 struct Quux : android::hardware::tests::baz::V1_0::IQuux {
51 ::android::hardware::Return<void> debug(const hidl_handle& hh, const hidl_vec<hidl_string>& options) override {
75 } // namespace hardware
83 using R = ::android::hardware
[all...]
/frameworks/native/include/gui/bufferqueue/1.0/
H A DB2HProducerListener.h27 #include <android/hardware/graphics/bufferqueue/1.0/IProducerListener.h>
30 namespace hardware { namespace in namespace:android
37 using ::android::hardware::hidl_array;
38 using ::android::hardware::hidl_memory;
39 using ::android::hardware::hidl_string;
40 using ::android::hardware::hidl_vec;
41 using ::android::hardware::Return;
42 using ::android::hardware::Void;
45 typedef ::android::hardware::graphics::bufferqueue::V1_0::IProducerListener
62 } // namespace hardware
[all...]
H A DH2BGraphicBufferProducer.h28 #include <android/hardware/graphics/bufferqueue/1.0/IGraphicBufferProducer.h>
31 namespace hardware { namespace in namespace:android
38 using ::android::hardware::hidl_array;
39 using ::android::hardware::hidl_memory;
40 using ::android::hardware::hidl_string;
41 using ::android::hardware::hidl_vec;
42 using ::android::hardware::Return;
43 using ::android::hardware::Void;
46 using ::android::hardware::graphics::common::V1_0::PixelFormat;
47 using ::android::hardware
[all...]
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DB2HProducerListener.cpp20 namespace hardware { namespace in namespace:android
45 } // namespace hardware
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/tests/SoundTriggerTests/src/android/hardware/soundtrigger/
H A DSoundTriggerTest.java17 package android.hardware.soundtrigger;
19 import android.hardware.soundtrigger.SoundTrigger;
20 import android.hardware.soundtrigger.SoundTrigger.ConfidenceLevel;
21 import android.hardware.soundtrigger.SoundTrigger.Keyphrase;
22 import android.hardware.soundtrigger.SoundTrigger.KeyphraseRecognitionEvent;
23 import android.hardware.soundtrigger.SoundTrigger.KeyphraseRecognitionExtra;
24 import android.hardware.soundtrigger.SoundTrigger.KeyphraseSoundModel;
25 import android.hardware.soundtrigger.SoundTrigger.RecognitionEvent;
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
H A DGenericSoundModelTest.java17 package android.hardware.soundtrigger;
27 import android.hardware.soundtrigger.SoundTrigger.GenericRecognitionEvent;
28 import android.hardware.soundtrigger.SoundTrigger.GenericSoundModel;
29 import android.hardware.soundtrigger.SoundTrigger.KeyphraseRecognitionEvent;
30 import android.hardware.soundtrigger.SoundTrigger.RecognitionConfig;
141 android.hardware.soundtrigger.SoundTrigger.STATUS_OK, r);
146 android.hardware.soundtrigger.SoundTrigger.STATUS_OK, r);
237 android.hardware.soundtrigger.SoundTrigger.STATUS_OK, r);
255 android.hardware.soundtrigger.SoundTrigger.STATUS_OK, r);
/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestDevice/src/com/android/hardware/usb/aoapdevicetest/
H A DUsbAoapDeviceTestActivity.java16 package com.android.hardware.usb.aoapdevicetest;
24 import android.hardware.usb.UsbAccessory;
25 import android.hardware.usb.UsbManager;
41 "com.android.hardware.usb.aoapdevicetest.ACTION_USB_ACCESSORY_PERMISSION";
/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestHost/src/com/android/hardware/usb/aoaphosttest/
H A DUsbAoapHostTestActivity.java16 package com.android.hardware.usb.aoaphosttest;
23 import android.hardware.usb.UsbAccessory;
24 import android.hardware.usb.UsbConstants;
25 import android.hardware.usb.UsbDevice;
26 import android.hardware.usb.UsbDeviceConnection;
27 import android.hardware.usb.UsbEndpoint;
28 import android.hardware.usb.UsbInterface;
29 import android.hardware.usb.UsbManager;
/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
H A DAoapInterface.java16 package com.android.hardware.usb.externalmanagementtest;
18 import android.hardware.usb.UsbConstants;
19 import android.hardware.usb.UsbDevice;
20 import android.hardware.usb.UsbDeviceConnection;
H A DUsbDeviceStateController.java16 package com.android.hardware.usb.externalmanagementtest;
22 import android.hardware.usb.UsbDevice;
23 import android.hardware.usb.UsbDeviceConnection;
24 import android.hardware.usb.UsbManager;
H A DUsbHostManagementActivity.java16 package com.android.hardware.usb.externalmanagementtest;
27 import android.hardware.usb.UsbDevice;
28 import android.hardware.usb.UsbDeviceConnection;
29 import android.hardware.usb.UsbInterface;
30 import android.hardware.usb.UsbManager;
39 import com.android.hardware.usb.externalmanagementtest.UsbDeviceStateController.AoapSwitchRequest;
51 private static final String AOAP_APP_PACKAGE_NAME = "com.android.hardware.usb.aoaphosttest";
53 "com.android.hardware.usb.aoaphosttest.UsbAoapHostTestActivity";
H A DUsbUtil.java16 package com.android.hardware.usb.externalmanagementtest;
22 import android.hardware.usb.UsbDevice;
23 import android.hardware.usb.UsbInterface;
24 import android.hardware.usb.UsbManager;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/hardware/
H A DFakeSensorManager.java17 package com.android.systemui.utils.hardware;
20 import android.hardware.HardwareBuffer;
21 import android.hardware.Sensor;
22 import android.hardware.SensorAdditionalInfo;
23 import android.hardware.SensorDirectChannel;
24 import android.hardware.SensorEvent;
25 import android.hardware.SensorEventListener;
26 import android.hardware.SensorManager;
27 import android.hardware.TriggerEventListener;
/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/libs/hwui/hwui/
H A DBitmap.h91 // Ugly hack: in case of hardware bitmaps, it sets nullptr as pixels pointer
146 } hardware; member in union:android::Bitmap::__anon1236
/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...]
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java17 package android.hardware.display;
25 import android.hardware.display.DisplayManager;
26 import android.hardware.display.VirtualDisplay;
/frameworks/base/core/java/android/hardware/
H A DCamera.java17 package android.hardware;
56 * client for the Camera service, which manages the actual camera hardware.
66 * &lt;uses-feature android:name="android.hardware.camera" />
67 * &lt;uses-feature android:name="android.hardware.camera.autofocus" /></pre>
128 * may have different hardware specifications, such as megapixel ratings and
139 * @deprecated We recommend using the new {@link android.hardware.camera2} API for new
197 public static final String ACTION_NEW_PICTURE = "android.hardware.action.NEW_PICTURE";
216 public static final String ACTION_NEW_VIDEO = "android.hardware.action.NEW_VIDEO";
272 * @deprecated We recommend using the new {@link android.hardware.camera2} API for new
330 * Creates a new Camera object to access a particular hardware camer
[all...]
H A DCameraInfo.java17 package android.hardware;
H A DCameraStatus.java17 package android.hardware;

Completed in 610 milliseconds

1234567891011>>