HomeSort by relevance Sort by last modified time
    Searched defs:hardware (Results 51 - 75 of 1582) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/google/wahoo/wifi_offload/test/
mock_chre_interface_factory.cpp 20 namespace hardware { namespace in namespace:android
33 } // namespace hardware
  /device/linaro/hikey/bluetooth/
hci_protocol.h 25 namespace hardware { namespace in namespace:android
29 using ::android::hardware::hidl_vec;
47 } // namespace hardware
  /external/nos/host/android/hals/authsecret/include/
AuthSecret.h 20 #include <android/hardware/authsecret/1.0/IAuthSecret.h>
25 namespace hardware { namespace in namespace:android
28 using ::android::hardware::authsecret::V1_0::IAuthSecret;
29 using ::android::hardware::hidl_vec;
30 using ::android::hardware::Return;
38 // Methods from ::android::hardware::authsecret::V1_0::IAuthSecret follow.
46 } // namespace hardware
  /external/nos/host/android/hals/oemlock/include/
OemLock.h 20 #include <android/hardware/oemlock/1.0/IOemLock.h>
25 namespace hardware { namespace in namespace:android
28 using ::android::hardware::oemlock::V1_0::IOemLock;
29 using ::android::hardware::oemlock::V1_0::OemLockSecureStatus;
30 using ::android::hardware::oemlock::V1_0::OemLockStatus;
31 using ::android::hardware::hidl_vec;
32 using ::android::hardware::Return;
42 // Methods from ::android::hardware::oemlock::V1_0::IOemLock follow.
58 } // namespace hardware
  /external/nos/host/android/hals/weaver/include/
Weaver.h 20 #include <android/hardware/weaver/1.0/IWeaver.h>
25 namespace hardware { namespace in namespace:android
28 using ::android::hardware::weaver::V1_0::IWeaver;
29 using ::android::hardware::weaver::V1_0::WeaverStatus;
30 using ::android::hardware::hidl_vec;
31 using ::android::hardware::Return;
39 // Methods from ::android::hardware::weaver::V1_0::IWeaver follow.
50 } // namespace hardware
  /external/syslinux/com32/hdt/
hdt.c 32 * An Hardware Detection Tool
51 static struct s_hardware hardware; local
57 init_hardware(&hardware);
60 detect_syslinux(&hardware);
63 detect_parameters(argc, argv, &hardware);
66 init_console(&hardware);
68 /* Detect hardware */
69 detect_hardware(&hardware);
80 start_cli_mode(&hardware);
82 return_code = start_menu_mode(&hardware, version_string)
    [all...]
  /frameworks/av/camera/camera2/
SubmitInfo.cpp 21 namespace hardware { namespace in namespace:android
49 } // namespace hardware
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
CreatePluginFactories.cpp 23 namespace hardware { namespace in namespace:android
43 } // namespace hardware
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
AesCtrDecryptor.h 23 namespace hardware { namespace in namespace:android
28 using ::android::hardware::drm::V1_0::Status;
29 using ::android::hardware::drm::V1_0::SubSample;
47 } // namespace hardware
Base64.h 21 #include <android/hardware/drm/1.0/types.h>
26 namespace hardware { namespace in namespace:android
43 } // namespace hardware
CreatePluginFactories.h 20 #include <android/hardware/drm/1.1/ICryptoFactory.h>
21 #include <android/hardware/drm/1.1/IDrmFactory.h>
24 namespace hardware { namespace in namespace:android
29 using ::android::hardware::drm::V1_1::ICryptoFactory;
30 using ::android::hardware::drm::V1_1::IDrmFactory;
40 } // namespace hardware
InitDataParser.h 20 #include <android/hardware/drm/1.0/types.h>
25 namespace hardware { namespace in namespace:android
30 using ::android::hardware::drm::V1_0::Status;
53 } // namespace hardware
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
WGraphicBufferProducer.h 23 namespace hardware { namespace in namespace:android
30 ::android::hardware::graphics::bufferqueue::V1_0::IGraphicBufferProducer>;
36 } // namespace hardware
  /frameworks/base/core/java/android/hardware/
SensorEvent.java 17 package android.hardware;
20 * This class represents a {@link android.hardware.Sensor Sensor} event and
60 * which {@link android.hardware.Sensor sensor} type is being monitored (see
64 * <h4>{@link android.hardware.Sensor#TYPE_ACCELEROMETER
144 * <h4>{@link android.hardware.Sensor#TYPE_MAGNETIC_FIELD
149 * <h4>{@link android.hardware.Sensor#TYPE_GYROSCOPE Sensor.TYPE_GYROSCOPE}:
220 * <h4>{@link android.hardware.Sensor#TYPE_LIGHT Sensor.TYPE_LIGHT}:</h4>
225 * <h4>{@link android.hardware.Sensor#TYPE_PRESSURE Sensor.TYPE_PRESSURE}:</h4>
230 * <h4>{@link android.hardware.Sensor#TYPE_PROXIMITY Sensor.TYPE_PROXIMITY}:
240 * {@link android.hardware.Sensor#getMaximumRange() maximum range} value i
    [all...]
SensorEventCallback.java 17 package android.hardware;
27 * @see android.hardware.SensorEventListener#onSensorChanged(SensorEvent)
35 * @see android.hardware.SensorEventListener#onAccuracyChanged(Sensor, int)
43 * @see android.hardware.SensorEventListener2#onFlushCompleted(Sensor)
51 * @param info A {@link android.hardware.SensorAdditionalInfo SensorAdditionalInfo} frame
52 * reported from sensor hardware.
TriggerEvent.java 17 package android.hardware;
31 * @see android.hardware.SensorManager
32 * @see android.hardware.TriggerEvent
33 * @see android.hardware.Sensor
39 * which {@link android.hardware.Sensor sensor} type is being monitored (see
50 * {@link android.hardware.SensorManager SensorManager} for details.
  /frameworks/base/core/java/android/hardware/camera2/impl/
GetCommand.java 17 package android.hardware.camera2.impl;
SetCommand.java 17 package android.hardware.camera2.impl;
  /frameworks/base/core/java/android/hardware/camera2/marshal/
MarshalQueryable.java 16 package android.hardware.camera2.marshal;
18 import android.hardware.camera2.utils.TypeReference;
43 * {@link android.hardware.camera2.impl.CameraMetadataNative#TYPE_BYTE TYPE_BYTE}
  /frameworks/base/core/java/android/hardware/camera2/utils/
UncheckedThrow.java 17 package android.hardware.camera2.utils;
  /frameworks/base/core/java/android/hardware/sidekick/
SidekickInternal.java 17 package android.hardware.sidekick;
  /frameworks/base/media/jni/
android_media_MediaDescrambler.h 26 namespace hardware { namespace in namespace:android
32 using hardware::cas::native::V1_0::IDescrambler;
  /hardware/google/av/codec2/vndk/internal/
C2BlockInternal.h 20 #include <android/hardware/graphics/bufferqueue/1.0/IGraphicBufferProducer.h>
25 namespace hardware { namespace in namespace:android
148 const std::shared_ptr<android::hardware::media::bufferpool::BufferPoolData> &data);
161 const std::shared_ptr<android::hardware::media::bufferpool::BufferPoolData> &data);
175 std::shared_ptr<android::hardware::media::bufferpool::BufferPoolData> *bufferPoolData);
285 const ::android::sp<::android::hardware::graphics::bufferqueue::
307 const ::android::sp<::android::hardware::graphics::bufferqueue::
  /hardware/interfaces/audio/common/all-versions/default/include/common/all-versions/default/
HidlUtils.h 25 using ::android::hardware::audio::common::AUDIO_HAL_VERSION::AudioConfig;
26 using ::android::hardware::audio::common::AUDIO_HAL_VERSION::AudioGain;
27 using ::android::hardware::audio::common::AUDIO_HAL_VERSION::AudioGainConfig;
28 using ::android::hardware::audio::common::AUDIO_HAL_VERSION::AudioOffloadInfo;
29 using ::android::hardware::audio::common::AUDIO_HAL_VERSION::AudioPort;
30 using ::android::hardware::audio::common::AUDIO_HAL_VERSION::AudioPortConfig;
31 using ::android::hardware::audio::common::AUDIO_HAL_VERSION::Uuid;
32 using ::android::hardware::hidl_vec;
35 namespace hardware { namespace in namespace:android
74 } // namespace hardware
    [all...]
  /hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
PrettyPrintAudioTypes.h 37 namespace hardware { namespace in namespace:android
61 } // namespace hardware

Completed in 1033 milliseconds

1 23 4 5 6 7 8 91011>>