Searched refs:hardware (Results 126 - 150 of 1284) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/hardware/location/
H A DIGeofenceHardware.aidl17 package android.hardware.location;
21 import android.hardware.location.GeofenceHardwareRequestParcelable;
22 import android.hardware.location.IGeofenceHardwareCallback;
23 import android.hardware.location.IGeofenceHardwareMonitorCallback;
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.aidl17 package android.hardware.radio;
/frameworks/base/location/java/android/location/
H A DIGeofenceProvider.aidl19 import android.hardware.location.IGeofenceHardware;
/frameworks/base/media/jni/
H A Dandroid_media_MediaDescrambler.h26 namespace hardware { namespace in namespace:android
32 using hardware::cas::native::V1_0::IDescrambler;
/frameworks/base/services/core/jni/BroadcastRadio/
H A DTunerCallback.h24 #include <android/hardware/broadcastradio/1.1/ITunerCallback.h>
35 sp<hardware::broadcastradio::V1_1::ITunerCallback>
H A Dconvert.h24 #include <android/hardware/broadcastradio/1.1/types.h>
35 namespace V1_0 = hardware::broadcastradio::V1_0;
36 namespace V1_1 = hardware::broadcastradio::V1_1;
38 hardware::hidl_vec<hardware::hidl_string> StringListToHal(JNIEnv *env, jobject jList);
40 JavaRef<jobject> VendorInfoFromHal(JNIEnv *env, const hardware::hidl_vec<V1_1::VendorKeyValue> &info);
41 hardware::hidl_vec<V1_1::VendorKeyValue> VendorInfoToHal(JNIEnv *env, jobject jInfo);
53 JavaRef<jobject> MetadataFromHal(JNIEnv *env, const hardware::hidl_vec<V1_0::MetaData> &metadata);
63 const hardware::details::return_status &hidlResult);
68 bool ThrowIfFailed(JNIEnv *env, const hardware
[all...]
/frameworks/hardware/interfaces/sensorservice/1.0/
H A DIEventQueueCallback.hal19 import android.hardware.sensors@1.0::Event;
/frameworks/ml/nn/common/include/
H A DGraphDump.h20 #include <android/hardware/neuralnetworks/1.1/types.h>
47 void graphDump(const char* name, const ::android::hardware::neuralnetworks::V1_1::Model& model,
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DClearKeyTypes.h20 #include <android/hardware/drm/1.0/types.h>
25 namespace hardware { namespace in namespace:android
30 using ::android::hardware::drm::V1_0::KeyValue;
31 using ::android::hardware::hidl_vec;
37 typedef ::android::hardware::drm::V1_0::SubSample SubSample;
52 } // namespace hardware
H A DAesCtrDecryptor.h23 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
/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DWOmxBufferSource.h26 #include <android/hardware/media/omx/1.0/IOmxBufferSource.h>
30 namespace hardware { namespace in namespace:android
36 using ::android::hardware::media::omx::V1_0::IOmxBufferSource;
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::hidl_handle;
43 using ::android::hardware::Return;
44 using ::android::hardware
[all...]
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DWOmxBufferSource.h26 #include <android/hardware/media/omx/1.0/IOmxBufferSource.h>
30 namespace hardware { namespace in namespace:android
36 using ::android::hardware::media::omx::V1_0::IOmxBufferSource;
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::hidl_handle;
43 using ::android::hardware::Return;
44 using ::android::hardware
[all...]
H A DOmx.h24 #include <android/hardware/media/omx/1.0/IOmx.h>
33 namespace hardware { namespace in namespace:android
39 using ::android::hardware::media::omx::V1_0::IOmx;
40 using ::android::hardware::media::omx::V1_0::IOmxNode;
41 using ::android::hardware::media::omx::V1_0::IOmxObserver;
42 using ::android::hardware::media::omx::V1_0::Status;
44 using ::android::hardware::hidl_death_recipient;
45 using ::android::hardware::hidl_array;
46 using ::android::hardware::hidl_memory;
47 using ::android::hardware
[all...]
/frameworks/av/include/media/
H A DOMXFenceParcelable.h27 namespace hardware { namespace in namespace:android
32 ::android::hardware::hidl_handle const& t);
34 ::android::hardware::hidl_handle const& t);
38 ::android::hardware::hidl_handle const& t);
40 ::android::hardware::hidl_handle const& t);
61 friend void (::android::hardware::media::omx::V1_0::implementation::
63 ::android::hardware::hidl_handle const& t);
64 friend bool (::android::hardware::media::omx::V1_0::implementation::
66 ::android::hardware::hidl_handle const& t);
67 friend void (::android::hardware
[all...]
/frameworks/av/media/libmedia/include/media/
H A DOMXFenceParcelable.h27 namespace hardware { namespace in namespace:android
32 ::android::hardware::hidl_handle const& t);
34 ::android::hardware::hidl_handle const& t);
38 ::android::hardware::hidl_handle const& t);
40 ::android::hardware::hidl_handle const& t);
61 friend void (::android::hardware::media::omx::V1_0::implementation::
63 ::android::hardware::hidl_handle const& t);
64 friend bool (::android::hardware::media::omx::V1_0::implementation::
66 ::android::hardware::hidl_handle const& t);
67 friend void (::android::hardware
[all...]
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableBlackLevelPattern.java16 package android.hardware.camera2.marshal.impl;
18 import android.hardware.camera2.marshal.MarshalQueryable;
19 import android.hardware.camera2.marshal.Marshaler;
20 import android.hardware.camera2.params.BlackLevelPattern;
21 import android.hardware.camera2.utils.TypeReference;
25 import static android.hardware.camera2.impl.CameraMetadataNative.TYPE_INT32;
26 import static android.hardware.camera2.marshal.MarshalHelpers.SIZEOF_INT32;
H A DMarshalQueryableColorSpaceTransform.java16 package android.hardware.camera2.marshal.impl;
18 import android.hardware.camera2.marshal.Marshaler;
19 import android.hardware.camera2.marshal.MarshalQueryable;
20 import android.hardware.camera2.params.ColorSpaceTransform;
21 import android.hardware.camera2.utils.TypeReference;
25 import static android.hardware.camera2.impl.CameraMetadataNative.*;
26 import static android.hardware.camera2.marshal.MarshalHelpers.*;
H A DMarshalQueryableRggbChannelVector.java16 package android.hardware.camera2.marshal.impl;
18 import android.hardware.camera2.marshal.Marshaler;
19 import android.hardware.camera2.marshal.MarshalQueryable;
20 import android.hardware.camera2.params.RggbChannelVector;
21 import android.hardware.camera2.utils.TypeReference;
25 import static android.hardware.camera2.impl.CameraMetadataNative.*;
26 import static android.hardware.camera2.marshal.MarshalHelpers.*;
H A DMarshalQueryableStreamConfiguration.java16 package android.hardware.camera2.marshal.impl;
18 import android.hardware.camera2.marshal.Marshaler;
19 import android.hardware.camera2.marshal.MarshalQueryable;
20 import android.hardware.camera2.params.StreamConfiguration;
21 import android.hardware.camera2.utils.TypeReference;
23 import static android.hardware.camera2.impl.CameraMetadataNative.*;
24 import static android.hardware.camera2.marshal.MarshalHelpers.*;
H A DMarshalQueryableStreamConfigurationDuration.java16 package android.hardware.camera2.marshal.impl;
18 import android.hardware.camera2.marshal.Marshaler;
19 import android.hardware.camera2.marshal.MarshalQueryable;
20 import android.hardware.camera2.params.StreamConfigurationDuration;
21 import android.hardware.camera2.utils.TypeReference;
23 import static android.hardware.camera2.impl.CameraMetadataNative.*;
24 import static android.hardware.camera2.marshal.MarshalHelpers.*;
/frameworks/native/services/sensorservice/hidl/
H A DDirectReportChannel.h33 using ::android::hardware::sensors::V1_0::RateLevel;
36 using ::android::hardware::hidl_array;
37 using ::android::hardware::hidl_memory;
38 using ::android::hardware::hidl_string;
39 using ::android::hardware::hidl_vec;
40 using ::android::hardware::Return;
41 using ::android::hardware::Void;
H A Dutils.h21 #include <android/hardware/sensors/1.0/types.h>
30 ::android::hardware::sensors::V1_0::SensorInfo convertSensor(const ::android::Sensor &src);
33 ::android::hardware::sensors::V1_0::Event convertEvent(const ::ASensorEvent &event);
/frameworks/base/cmds/statsd/src/external/
H A DResourceHealthManagerPuller.cpp20 #include <android/hardware/health/2.0/IHealth.h>
30 using android::hardware::hidl_vec;
31 using android::hardware::health::V2_0::get_health_service;
32 using android::hardware::health::V2_0::HealthInfo;
33 using android::hardware::health::V2_0::IHealth;
34 using android::hardware::health::V2_0::Result;
35 using android::hardware::Return;
36 using android::hardware::Void;
45 sp<android::hardware::health::V2_0::IHealth> gHealthHal = nullptr;
/frameworks/av/services/camera/libcameraservice/tests/
H A DCameraProviderManagerTest.cpp23 #include <android/hardware/camera/device/3.2/ICameraDeviceCallback.h>
24 #include <android/hardware/camera/device/3.2/ICameraDeviceSession.h>
29 using namespace android::hardware::camera;
30 using android::hardware::camera::common::V1_0::Status;
31 using android::hardware::camera::common::V1_0::VendorTag;
32 using android::hardware::camera::common::V1_0::VendorTagSection;
33 using android::hardware::camera::common::V1_0::CameraMetadataType;
34 using android::hardware::camera::device::V3_2::ICameraDeviceCallback;
35 using android::hardware::camera::device::V3_2::ICameraDeviceSession;
41 std::vector<hardware
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DCreatePluginFactories.h21 #include <media/hardware/CryptoAPI.h>

Completed in 2973 milliseconds

1234567891011>>