Home
last modified time | relevance | path

Searched refs:hardware (Results 1 – 25 of 1609) sorted by relevance

12345678910>>...65

/frameworks/ml/nn/common/include/
DExecutionBurstController.h58 std::vector<hardware::neuralnetworks::V1_2::FmqRequestDatum> serialize(
59 const hardware::neuralnetworks::V1_0::Request& request,
60 hardware::neuralnetworks::V1_2::MeasureTiming measure, const std::vector<int32_t>& slots);
71 std::optional<std::tuple<hardware::neuralnetworks::V1_0::ErrorStatus,
72 std::vector<hardware::neuralnetworks::V1_2::OutputShape>,
73 hardware::neuralnetworks::V1_2::Timing>>
74 deserialize(const std::vector<hardware::neuralnetworks::V1_2::FmqResultDatum>& data);
82 hardware::neuralnetworks::V1_0::ErrorStatus legacyConvertResultCodeToErrorStatus(int resultCode);
95 hardware::MQDescriptorSync<hardware::neuralnetworks::V1_2::FmqResultDatum>;
96 using FmqResultChannel = hardware::MessageQueue<hardware::neuralnetworks::V1_2::FmqResultDatum,
[all …]
DExecutionBurstServer.h40 hardware::MQDescriptorSync<hardware::neuralnetworks::V1_2::FmqRequestDatum>;
42 hardware::MQDescriptorSync<hardware::neuralnetworks::V1_2::FmqResultDatum>;
54 std::vector<hardware::neuralnetworks::V1_2::FmqResultDatum> serialize(
55 hardware::neuralnetworks::V1_0::ErrorStatus errorStatus,
56 const std::vector<hardware::neuralnetworks::V1_2::OutputShape>& outputShapes,
57 hardware::neuralnetworks::V1_2::Timing timing);
69 std::optional<std::tuple<hardware::neuralnetworks::V1_0::Request, std::vector<int32_t>,
70 hardware::neuralnetworks::V1_2::MeasureTiming>>
71 deserialize(const std::vector<hardware::neuralnetworks::V1_2::FmqRequestDatum>& data);
84 hardware::MessageQueue<hardware::neuralnetworks::V1_2::FmqRequestDatum,
[all …]
/frameworks/av/services/camera/libcameraservice/tests/
DCameraProviderManagerTest.cpp29 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;
36 using android::hardware::camera::provider::V2_5::DeviceState;
42 std::vector<hardware::hidl_string> mDeviceNames;
43 TestDeviceInterface(std::vector<hardware::hidl_string> deviceNames) : in TestDeviceInterface()
[all …]
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h52 const hardware::hidl_vec<hardware::camera::common::V1_0::VendorTagSection>& vts,
79 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> getService(
81 virtual hardware::hidl_vec<hardware::hidl_string> listServices() = 0;
92 return hardware::camera::provider::V2_4::ICameraProvider::registerForNotifications( in registerForNotifications()
95 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> getService( in getService()
97 return hardware::camera::provider::V2_4::ICameraProvider::getService(serviceName); in getService()
100 virtual hardware::hidl_vec<hardware::hidl_string> listServices() override;
110 hardware::camera::common::V1_0::CameraDeviceStatus newStatus) = 0;
112 hardware::camera::common::V1_0::TorchModeStatus newStatus) = 0;
165 hardware::camera::common::V1_0::CameraResourceCost* cost) const;
[all …]
/frameworks/base/services/core/jni/
DAndroid.bp112 "android.hardware.audio.common@2.0",
113 "android.hardware.broadcastradio@1.0",
114 "android.hardware.broadcastradio@1.1",
115 "android.hardware.contexthub@1.0",
116 "android.hardware.gnss@1.0",
117 "android.hardware.gnss@1.1",
118 "android.hardware.gnss@2.0",
119 "android.hardware.gnss.measurement_corrections@1.0",
120 "android.hardware.gnss.visibility_control@1.0",
121 "android.hardware.input.classifier@1.0",
[all …]
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h88 public virtual hardware::camera::device::V1_0::ICameraDeviceCallback,
89 public virtual hardware::camera::device::V1_0::ICameraDevicePreviewCallback {
301 sp<hardware::camera::device::V1_0::ICameraDevice> mHidlDevice;
376 hardware::Return<void> notifyCallback(
377 hardware::camera::device::V1_0::NotifyCallbackMsg msgType,
379 hardware::Return<uint32_t> registerMemory(
380 const hardware::hidl_handle& descriptor,
382 hardware::Return<void> unregisterMemory(uint32_t memId) override;
383 hardware::Return<void> dataCallback(
384 hardware::camera::device::V1_0::DataCallbackMsg msgType,
[all …]
/frameworks/base/telephony/java/android/telephony/
DAccessNetworkConstants.java22 import android.hardware.radio.V1_1.GeranBands;
23 import android.hardware.radio.V1_5.AccessNetwork;
24 import android.hardware.radio.V1_5.EutranBands;
25 import android.hardware.radio.V1_5.UtranBands;
326 public static final int BAND_1 = android.hardware.radio.V1_5.NgranBands.BAND_1;
327 public static final int BAND_2 = android.hardware.radio.V1_5.NgranBands.BAND_2;
328 public static final int BAND_3 = android.hardware.radio.V1_5.NgranBands.BAND_3;
329 public static final int BAND_5 = android.hardware.radio.V1_5.NgranBands.BAND_5;
330 public static final int BAND_7 = android.hardware.radio.V1_5.NgranBands.BAND_7;
331 public static final int BAND_8 = android.hardware.radio.V1_5.NgranBands.BAND_8;
[all …]
/frameworks/native/services/surfaceflinger/
DAndroid.bp23 "android.hardware.configstore-utils",
24 "android.hardware.configstore@1.0",
25 "android.hardware.configstore@1.1",
26 "android.hardware.graphics.allocator@2.0",
27 "android.hardware.graphics.allocator@3.0",
28 "android.hardware.graphics.common@1.2",
29 "android.hardware.graphics.composer@2.1",
30 "android.hardware.graphics.composer@2.2",
31 "android.hardware.graphics.composer@2.3",
32 "android.hardware.power@1.0",
[all …]
/frameworks/av/media/libaudiohal/impl/
DAndroid.bp26 "android.hardware.audio.common-util",
45 "android.hardware.audio.common.util@all-versions",
59 "android.hardware.audio.common@2.0",
60 "android.hardware.audio.common@2.0-util",
61 "android.hardware.audio.effect@2.0",
62 "android.hardware.audio@2.0",
75 "android.hardware.audio.common@4.0",
76 "android.hardware.audio.common@4.0-util",
77 "android.hardware.audio.effect@4.0",
78 "android.hardware.audio@4.0",
[all …]
/frameworks/native/services/stats/
DStatsHal.cpp33 hardware::Return<void> StatsHal::reportSpeakerImpedance( in reportSpeakerImpedance()
38 return hardware::Void(); in reportSpeakerImpedance()
41 hardware::Return<void> StatsHal::reportHardwareFailed(const HardwareFailed& hardwareFailed) { in reportHardwareFailed()
45 return hardware::Void(); in reportHardwareFailed()
48 hardware::Return<void> StatsHal::reportPhysicalDropDetected( in reportPhysicalDropDetected()
54 return hardware::Void(); in reportPhysicalDropDetected()
57 hardware::Return<void> StatsHal::reportChargeCycles(const ChargeCycles& chargeCycles) { in reportChargeCycles()
67 return hardware::Void(); in reportChargeCycles()
70 hardware::Return<void> StatsHal::reportBatteryHealthSnapshot( in reportBatteryHealthSnapshot()
78 return hardware::Void(); in reportBatteryHealthSnapshot()
[all …]
/frameworks/base/core/java/android/hardware/camera2/
DCameraCharacteristics.java17 package android.hardware.camera2;
22 import android.hardware.camera2.impl.CameraMetadataNative;
23 import android.hardware.camera2.impl.PublicKey;
24 import android.hardware.camera2.impl.SyntheticKey;
25 import android.hardware.camera2.params.RecommendedStreamConfigurationMap;
26 import android.hardware.camera2.params.SessionConfiguration;
27 import android.hardware.camera2.utils.ArrayUtils;
28 import android.hardware.camera2.utils.TypeReference;
1054 …public static final Key<android.hardware.camera2.params.HighSpeedVideoConfiguration[]> CONTROL_AVA…
1055 …Key<android.hardware.camera2.params.HighSpeedVideoConfiguration[]>("android.control.availableHighS…
[all …]
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerInternal.java19 import android.hardware.soundtrigger.IRecognitionStatusCallback;
20 import android.hardware.soundtrigger.SoundTrigger;
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.ModuleProperties;
26 import android.hardware.soundtrigger.SoundTrigger.RecognitionConfig;
27 import android.hardware.soundtrigger.SoundTrigger.RecognitionEvent;
28 import android.hardware.soundtrigger.SoundTrigger.SoundModelEvent;
[all …]
/frameworks/ml/nn/driver/sample/
DAndroid.bp32 "android.hardware.neuralnetworks@1.0",
33 "android.hardware.neuralnetworks@1.1",
34 "android.hardware.neuralnetworks@1.2",
35 "android.hardware.neuralnetworks@1.3",
63 name: "android.hardware.neuralnetworks@1.3-service-sample-all",
66 init_rc: ["config/android.hardware.neuralnetworks@1.3-service-sample-all.rc"],
67 vintf_fragments: ["config/android.hardware.neuralnetworks@1.3-service-sample-all.xml"],
71 name: "android.hardware.neuralnetworks@1.3-service-sample-float-fast",
74 init_rc: ["config/android.hardware.neuralnetworks@1.3-service-sample-float-fast.rc"],
75 vintf_fragments: ["config/android.hardware.neuralnetworks@1.3-service-sample-float-fast.xml"],
[all …]
/frameworks/base/services/core/
DAndroid.bp27 "android.hardware.light-V2.0-java",
28 "android.hardware.power-V1.0-java",
29 "android.hardware.vibrator-java",
42 "android.hardware.authsecret-V1.0-java",
43 "android.hardware.broadcastradio-V2.0-java",
44 "android.hardware.health-V1.0-java",
45 "android.hardware.health-V2.0-java",
46 "android.hardware.health-V2.1-java",
47 "android.hardware.light-java",
48 "android.hardware.tv.cec-V1.0-java",
[all …]
/frameworks/av/camera/
DCamera.cpp43 &::android::hardware::ICameraService::connect;
46 sp<Camera> Camera::create(const sp<::android::hardware::ICamera>& camera) in create()
87 sp<::android::hardware::ICameraClient> cl = c; in connectLegacy()
89 const sp<::android::hardware::ICameraService>& cs = CameraBaseT::getCameraService(); in connectLegacy()
102 case hardware::ICameraService::ERROR_DISCONNECTED: in connectLegacy()
105 case hardware::ICameraService::ERROR_CAMERA_IN_USE: in connectLegacy()
108 case hardware::ICameraService::ERROR_INVALID_OPERATION: in connectLegacy()
111 case hardware::ICameraService::ERROR_MAX_CAMERAS_IN_USE: in connectLegacy()
114 case hardware::ICameraService::ERROR_ILLEGAL_ARGUMENT: in connectLegacy()
117 case hardware::ICameraService::ERROR_DEPRECATED_HAL: in connectLegacy()
[all …]
/frameworks/av/media/libmedia/include/media/
DOMXFenceParcelable.h27 namespace hardware {
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::media::omx::V1_0::utils::
[all …]
DOMXBuffer.h30 namespace hardware { namespace media { namespace omx {
34 inline bool wrapAs(::android::hardware::media::omx::V1_0::CodecBuffer* t,
37 ::android::hardware::media::omx::V1_0::CodecBuffer const& t);
40 inline bool wrapAs(::android::hardware::media::omx::V1_0::CodecBuffer* t,
43 ::android::hardware::media::omx::V1_0::CodecBuffer const& t);
52 using hardware::hidl_memory;
97 friend inline bool (::android::hardware::media::omx::V1_0::implementation::
98 wrapAs)(::android::hardware::media::omx::V1_0::CodecBuffer* t,
100 friend inline bool (::android::hardware::media::omx::V1_0::implementation::
102 ::android::hardware::media::omx::V1_0::CodecBuffer const& t);
[all …]
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DWGraphicBufferSource.h34 namespace hardware {
41 using ::android::hardware::graphics::common::V1_0::Dataspace;
42 using ::android::hardware::media::omx::V1_0::ColorAspects;
43 using ::android::hardware::media::omx::V1_0::IGraphicBufferSource;
44 using ::android::hardware::media::omx::V1_0::IOmxNode;
45 using ::android::hardware::media::omx::V1_0::Status;
47 using ::android::hardware::hidl_array;
48 using ::android::hardware::hidl_memory;
49 using ::android::hardware::hidl_string;
50 using ::android::hardware::hidl_vec;
[all …]
DOmx.h33 namespace hardware {
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::hidl_string;
48 using ::android::hardware::hidl_vec;
[all …]
/frameworks/av/media/libmedia/include/media/omx/1.0/
DWOmx.h29 namespace hardware {
35 using ::android::hardware::media::omx::V1_0::IOmx;
36 using ::android::hardware::media::omx::V1_0::IOmxNode;
37 using ::android::hardware::media::omx::V1_0::IOmxObserver;
38 using ::android::hardware::media::omx::V1_0::Status;
40 using ::android::hardware::hidl_array;
41 using ::android::hardware::hidl_memory;
42 using ::android::hardware::hidl_string;
43 using ::android::hardware::hidl_vec;
44 using ::android::hardware::Return;
[all …]
DWGraphicBufferSource.h33 namespace hardware {
39 using ::android::hardware::graphics::common::V1_0::Dataspace;
40 using ::android::hardware::media::omx::V1_0::ColorAspects;
41 using ::android::hardware::media::omx::V1_0::IGraphicBufferSource;
42 using ::android::hardware::media::omx::V1_0::IOmxNode;
44 using ::android::hardware::hidl_array;
45 using ::android::hardware::hidl_memory;
46 using ::android::hardware::hidl_string;
47 using ::android::hardware::hidl_vec;
48 using ::android::hardware::Return;
[all …]
/frameworks/av/services/soundtrigger/
DSoundTriggerHalHidl.h36 using ::android::hardware::audio::common::V2_0::Uuid;
37 using ::android::hardware::hidl_vec;
38 using ::android::hardware::soundtrigger::V2_0::ConfidenceLevel;
39 using ::android::hardware::soundtrigger::V2_0::PhraseRecognitionExtra;
40 using ::android::hardware::soundtrigger::V2_0::SoundModelType;
41 using ::android::hardware::soundtrigger::V2_0::SoundModelHandle;
42 using ::android::hardware::soundtrigger::V2_0::ISoundTriggerHw;
44 ::android::hardware::soundtrigger::V2_0::ISoundTriggerHwCallback;
46 ::android::hardware::soundtrigger::V2_1::ISoundTriggerHw;
48 ::android::hardware::soundtrigger::V2_1::ISoundTriggerHwCallback;
[all …]
/frameworks/base/core/java/android/hardware/location/
DIContextHubService.aidl17 package android.hardware.location;
21 import android.hardware.location.ContextHubInfo;
22 import android.hardware.location.ContextHubMessage;
23 import android.hardware.location.NanoApp;
24 import android.hardware.location.NanoAppBinary;
25 import android.hardware.location.NanoAppFilter;
26 import android.hardware.location.NanoAppInstanceInfo;
27 import android.hardware.location.IContextHubCallback;
28 import android.hardware.location.IContextHubClient;
29 import android.hardware.location.IContextHubClientCallback;
[all …]
/frameworks/base/cmds/statsd/src/external/
DSubsystemSleepStatePuller.cpp43 using android::hardware::hidl_vec;
44 using android::hardware::power::V1_0::IPower;
45 using android::hardware::power::V1_0::PowerStatePlatformSleepState;
46 using android::hardware::power::V1_0::PowerStateVoter;
47 using android::hardware::power::V1_1::PowerStateSubsystem;
48 using android::hardware::power::V1_1::PowerStateSubsystemSleepState;
49 using android::hardware::power::stats::V1_0::PowerEntityInfo;
50 using android::hardware::power::stats::V1_0::PowerEntityStateResidencyResult;
51 using android::hardware::power::stats::V1_0::PowerEntityStateSpace;
53 using android::hardware::Return;
[all …]
/frameworks/av/media/codec2/hidl/1.0/utils/
DAndroid.bp19 "android.hardware.media.bufferpool@2.0",
20 "android.hardware.media.c2@1.0",
38 "android.hardware.media.c2@1.0",
74 "android.hardware.graphics.bufferqueue@1.0",
75 "android.hardware.graphics.bufferqueue@2.0",
76 "android.hardware.graphics.common@1.0",
77 "android.hardware.media@1.0",
78 "android.hardware.media.bufferpool@2.0",
79 "android.hardware.media.c2@1.0",
80 "android.hardware.media.omx@1.0",
[all …]

12345678910>>...65