Home
last modified time | relevance | path

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

12345678910>>...105

/hardware/interfaces/
Dcurrent.txt6 717c17cd380bb48710dff601d1a03351d4ebc28028353d5d60489248f506523c android.hardware.tests.lazy@1.0::I…
10 f219c3b5b8c6cb1d659d4c7328f67246abfe1a8613f469826fd3b9ad090417a2 android.hardware.audio@2.0::IDevice
11 4d579cae1cd87a783fd49233e10ce720ba183cfd1d5ccd80149e69de5c1c7362 android.hardware.audio@2.0::IDevic…
12 203e23f18011390b8cd10c303e0c16c4eebc8fa187e80e40d6be4624c2b0848a android.hardware.audio@2.0::IPrima…
13 aaf93123deec336eb247ad8099849469a541ca0cf7c28c5f5336cebe1ee86748 android.hardware.audio@2.0::IStream
14 0468c5723b0d44c5b451bdfa06153000c6f352fd3336e0ad2697127b04b766df android.hardware.audio@2.0::IStrea…
15 7296f7064fd3ab24082b43a1da34cc876268065310b785499fba5178d063680a android.hardware.audio@2.0::IStrea…
16 19d241d71c3e1140afba8140dcb57448446025a5fc03739788c4c25e9a98b6c2 android.hardware.audio@2.0::IStrea…
17 c84da9f586087227daa3b96d42b4575326bccfd5bc8a2a5acf86d774f8ea2648 android.hardware.audio@2.0::types
18 1305786c06e22b9b24ebde136054cc827b63c86d8bf4a136d6f7f54752b8566b android.hardware.audio.common@2.0:…
[all …]
Dupdate-base-files.sh3 if [ ! -d $ANDROID_BUILD_TOP/hardware/interfaces ] ; then
23 -o $ANDROID_BUILD_TOP/hardware/libhardware/include/hardware/sensors-base.h \
24 android.hardware.sensors@1.0
26 -o $ANDROID_BUILD_TOP/hardware/libhardware/include/hardware/nfc-base.h \
27 android.hardware.nfc@1.0
29 -o $ANDROID_BUILD_TOP/hardware/libhardware/include/hardware/gnss-base.h \
30 android.hardware.gnss@1.0
35 android.hardware.graphics.common@1.0
38 android.hardware.graphics.common@1.1
41 android.hardware.graphics.common@1.2
[all …]
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/hw/android.hardware*)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/android.hardware*)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/android.hardware*)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/android.hardware*)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/hw/android.hardware.bluetooth*)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/android.hardware.bluetooth*)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/android.hardware.bluetooth*)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/android.hardware.bluetooth*)
56 $(call add-clean-step, rm -rf $(OUT_DIR)/soong/.intermediates/hardware/interfaces/)
57 $(call add-clean-step, rm -rf $(OUT_DIR)/soong/.intermediates/hardware/interfaces/)
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
DQualcommCamera.cpp81 QCamera2HardwareInterface *hardware; member
96 QCamera2HardwareInterface *hardware = NULL; in util_get_Hal_obj() local
99 hardware = camHal->hardware; in util_get_Hal_obj()
101 return hardware; in util_get_Hal_obj()
146 camHal->hardware = new QCamera2HardwareInterface((uint32_t)cameraId); in camera_device_open()
147 if (camHal->hardware) { in camera_device_open()
155 if (camHal->hardware) { in camera_device_open()
156 delete camHal->hardware; in camera_device_open()
157 camHal->hardware = NULL; in camera_device_open()
183 QCamera2HardwareInterface *hardware = util_get_Hal_obj( device); in close_camera_device() local
[all …]
/hardware/interfaces/camera/provider/2.5/default/
DAndroid.bp2 name: "android.hardware.camera.provider@2.5-legacy",
6 "android.hardware.camera.common@1.0",
7 "android.hardware.camera.device@1.0",
8 "android.hardware.camera.device@3.2",
9 "android.hardware.camera.device@3.3",
10 "android.hardware.camera.device@3.4",
11 "android.hardware.camera.device@3.5",
12 "android.hardware.camera.provider@2.4",
13 "android.hardware.camera.provider@2.4-legacy",
14 "android.hardware.camera.provider@2.5",
[all …]
/hardware/interfaces/camera/provider/2.4/default/
DAndroid.bp2 name: "android.hardware.camera.provider@2.4-legacy",
7 "android.hardware.camera.common@1.0",
8 "android.hardware.camera.device@1.0",
9 "android.hardware.camera.device@3.2",
10 "android.hardware.camera.device@3.3",
11 "android.hardware.camera.device@3.4",
12 "android.hardware.camera.device@3.5",
13 "android.hardware.camera.provider@2.4",
14 "android.hardware.graphics.mapper@2.0",
15 "android.hardware.graphics.mapper@3.0",
[all …]
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsHalRenderscriptV1_0TargetTest.h30 using ::android::hardware::renderscript::V1_0::Allocation;
31 using ::android::hardware::renderscript::V1_0::AllocationAdapter;
32 using ::android::hardware::renderscript::V1_0::AllocationCubemapFace;
33 using ::android::hardware::renderscript::V1_0::AllocationMipmapControl;
34 using ::android::hardware::renderscript::V1_0::AllocationUsageType;
35 using ::android::hardware::renderscript::V1_0::Closure;
36 using ::android::hardware::renderscript::V1_0::IContext;
37 using ::android::hardware::renderscript::V1_0::IDevice;
38 using ::android::hardware::renderscript::V1_0::ContextType;
39 using ::android::hardware::renderscript::V1_0::DataType;
[all …]
/hardware/interfaces/audio/core/all-versions/default/
DAndroid.bp2 name: "android.hardware.audio-impl_srcs",
16 name: "android.hardware.audio-impl_headers",
23 name: "android.hardware.audio-impl_default",
27 srcs: [":android.hardware.audio-impl_srcs"],
44 "android.hardware.audio.common-util",
48 "android.hardware.audio-impl_headers",
49 "android.hardware.audio.common.util@all-versions",
57 "android.hardware.audio-impl_headers",
62 name: "android.hardware.audio@2.0-impl",
63 defaults: ["android.hardware.audio-impl_default"],
[all …]
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_utils_v1_6.h38 using namespace ::android::hardware::radio::V1_6;
39 using namespace ::android::hardware::radio::V1_5;
40 using namespace ::android::hardware::radio::V1_4;
41 using namespace ::android::hardware::radio::V1_3;
42 using namespace ::android::hardware::radio::V1_2;
43 using namespace ::android::hardware::radio::V1_1;
44 using namespace ::android::hardware::radio::V1_0;
47 using ::android::hardware::hidl_string;
48 using ::android::hardware::hidl_vec;
49 using ::android::hardware::Return;
[all …]
Dradio_indication.cpp31 const ::android::hardware::radio::V1_5::CellIdentity& /*cellIdentity*/, in registrationFailed()
33 ::android::hardware::hidl_bitfield<::android::hardware::radio::V1_5::Domain> /*domain*/, in registrationFailed()
40 const ::android::hardware::radio::V1_5::CellIdentity& /*cellIdentity*/, in barringInfoChanged()
41 const hidl_vec<::android::hardware::radio::V1_5::BarringInfo>& /*barringInfos*/) { in barringInfoChanged()
47 const ::android::hardware::radio::V1_5::NetworkScanResult& /*result*/) { in networkScanResult_1_5()
53 const hidl_vec<::android::hardware::radio::V1_5::CellInfo>& /*records*/) { in cellInfoList_1_5()
59 const hidl_vec<android::hardware::radio::V1_5::SetupDataCallResult>& /*dcList*/) { in dataCallListChanged_1_5()
66 const ::android::hardware::hidl_vec< in currentPhysicalChannelConfigs_1_4()
67 ::android::hardware::radio::V1_4::PhysicalChannelConfig>& /*configs*/) { in currentPhysicalChannelConfigs_1_4()
73 const ::android::hardware::radio::V1_4::NetworkScanResult& /*result*/) { in networkScanResult_1_4()
[all …]
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_utils_v1_5.h38 using namespace ::android::hardware::radio::V1_5;
39 using namespace ::android::hardware::radio::V1_4;
40 using namespace ::android::hardware::radio::V1_3;
41 using namespace ::android::hardware::radio::V1_2;
42 using namespace ::android::hardware::radio::V1_1;
43 using namespace ::android::hardware::radio::V1_0;
46 using ::android::hardware::hidl_string;
47 using ::android::hardware::hidl_vec;
48 using ::android::hardware::Return;
49 using ::android::hardware::Void;
[all …]
Dradio_indication.cpp29 const ::android::hardware::radio::V1_5::CellIdentity& /*cellIdentity*/, in registrationFailed()
31 ::android::hardware::hidl_bitfield<::android::hardware::radio::V1_5::Domain> /*domain*/, in registrationFailed()
38 const ::android::hardware::radio::V1_5::CellIdentity& /*cellIdentity*/, in barringInfoChanged()
39 const hidl_vec<::android::hardware::radio::V1_5::BarringInfo>& /*barringInfos*/) { in barringInfoChanged()
45 const ::android::hardware::radio::V1_5::NetworkScanResult& /*result*/) { in networkScanResult_1_5()
51 const hidl_vec<::android::hardware::radio::V1_5::CellInfo>& /*records*/) { in cellInfoList_1_5()
57 const hidl_vec<android::hardware::radio::V1_5::SetupDataCallResult>& /*dcList*/) { in dataCallListChanged_1_5()
64 const ::android::hardware::hidl_vec< in currentPhysicalChannelConfigs_1_4()
65 ::android::hardware::radio::V1_4::PhysicalChannelConfig>& /*configs*/) { in currentPhysicalChannelConfigs_1_4()
71 const ::android::hardware::radio::V1_4::NetworkScanResult& /*result*/) { in networkScanResult_1_4()
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/common/
DAndroid.bp30 "android.hardware.media.omx@1.0",
31 "android.hardware.graphics.allocator@2.0",
32 "android.hardware.graphics.allocator@3.0",
33 "android.hardware.graphics.common@1.0",
34 "android.hardware.graphics.common@1.1",
35 "android.hardware.graphics.common@1.2",
36 "android.hardware.graphics.mapper@2.0",
37 "android.hardware.graphics.mapper@3.0",
40 "android.hardware.graphics.allocator@2.0",
41 "android.hardware.graphics.allocator@3.0",
[all …]
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_utils_v1_4.h34 using namespace ::android::hardware::radio::V1_4;
35 using namespace ::android::hardware::radio::V1_3;
36 using namespace ::android::hardware::radio::V1_2;
37 using namespace ::android::hardware::radio::V1_1;
38 using namespace ::android::hardware::radio::V1_0;
41 using ::android::hardware::hidl_string;
42 using ::android::hardware::hidl_vec;
43 using ::android::hardware::Return;
44 using ::android::hardware::Void;
53 extern ::android::hardware::radio::V1_4::CardStatus cardStatus;
[all …]
Dradio_indication.cpp24 const ::android::hardware::hidl_vec< in currentPhysicalChannelConfigs_1_4()
25 ::android::hardware::radio::V1_4::PhysicalChannelConfig>& /*configs*/) { in currentPhysicalChannelConfigs_1_4()
31 const ::android::hardware::radio::V1_4::NetworkScanResult& /*result*/) { in networkScanResult_1_4()
37 const ::android::hardware::hidl_vec< in cellInfoList_1_4()
38 ::android::hardware::radio::V1_4::CellInfo>& /*records*/) { in cellInfoList_1_4()
44 const ::android::hardware::hidl_vec<EmergencyNumber>& /*emergencyNumberList*/) { in currentEmergencyNumberList()
50 const ::android::hardware::hidl_vec<android::hardware::radio::V1_4::SetupDataCallResult>& in dataCallListChanged_1_4()
58 const ::android::hardware::radio::V1_2::NetworkScanResult& /*result*/) { in networkScanResult_1_2()
64 const ::android::hardware::hidl_vec< in cellInfoList_1_2()
65 ::android::hardware::radio::V1_2::CellInfo>& /*records*/) { in cellInfoList_1_2()
[all …]
/hardware/interfaces/audio/effect/all-versions/default/
DAndroid.bp2 name: "android.hardware.audio.effect-impl_default",
33 "android.hardware.audio.common-util",
38 "android.hardware.audio.common.util@all-versions",
48 name: "android.hardware.audio.effect@2.0-impl",
49 defaults: ["android.hardware.audio.effect-impl_default"],
51 "android.hardware.audio.common@2.0",
52 "android.hardware.audio.common@2.0-util",
53 "android.hardware.audio.effect@2.0",
63 name: "android.hardware.audio.effect@4.0-impl",
64 defaults: ["android.hardware.audio.effect-impl_default"],
[all …]
/hardware/interfaces/gnss/1.1/default/
DGnss.h13 namespace hardware {
18 using ::android::hardware::hidl_array;
19 using ::android::hardware::hidl_memory;
20 using ::android::hardware::hidl_string;
21 using ::android::hardware::hidl_vec;
22 using ::android::hardware::Return;
23 using ::android::hardware::Void;
40 const sp<::android::hardware::gnss::V1_0::IGnssCallback>& callback) override;
49 ::android::hardware::gnss::V1_0::IGnss::GnssAidingData aidingDataFlags) override;
51 ::android::hardware::gnss::V1_0::IGnss::GnssPositionMode mode,
[all …]
/hardware/interfaces/wifi/1.3/default/
DAndroid.mk20 LOCAL_MODULE := android.hardware.wifi@1.0-service-lib
67 android.hardware.wifi@1.0 \
68 android.hardware.wifi@1.1 \
69 android.hardware.wifi@1.2 \
70 android.hardware.wifi@1.3
78 LOCAL_MODULE := android.hardware.wifi@1.0-service
93 android.hardware.wifi@1.0 \
94 android.hardware.wifi@1.1 \
95 android.hardware.wifi@1.2 \
96 android.hardware.wifi@1.3
[all …]
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h31 using namespace ::android::hardware::radio::V1_3;
32 using namespace ::android::hardware::radio::V1_2;
33 using namespace ::android::hardware::radio::V1_1;
34 using namespace ::android::hardware::radio::V1_0;
37 using ::android::hardware::hidl_bitfield;
38 using ::android::hardware::hidl_string;
39 using ::android::hardware::hidl_vec;
40 using ::android::hardware::Return;
41 using ::android::hardware::Void;
47 extern ::android::hardware::radio::V1_2::CardStatus cardStatus;
[all …]
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/
DIVibrator.aidl18 package android.hardware.vibrator;
23 void on(in int timeoutMs, in android.hardware.vibrator.IVibratorCallback callback); in on()
24 …int perform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrengt… in perform()
25 android.hardware.vibrator.Effect[] getSupportedEffects(); in getSupportedEffects()
30 android.hardware.vibrator.CompositePrimitive[] getSupportedPrimitives(); in getSupportedPrimitives()
31 int getPrimitiveDuration(android.hardware.vibrator.CompositePrimitive primitive); in getPrimitiveDuration()
32 …void compose(in android.hardware.vibrator.CompositeEffect[] composite, in android.hardware.vibrato… in compose()
33 android.hardware.vibrator.Effect[] getSupportedAlwaysOnEffects(); in getSupportedAlwaysOnEffects()
34 …void alwaysOnEnable(in int id, in android.hardware.vibrator.Effect effect, in android.hardware.vib… in alwaysOnEnable()
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
DIVibrator.aidl18 package android.hardware.vibrator;
23 void on(in int timeoutMs, in android.hardware.vibrator.IVibratorCallback callback); in on()
24 …int perform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrengt… in perform()
25 android.hardware.vibrator.Effect[] getSupportedEffects(); in getSupportedEffects()
30 android.hardware.vibrator.CompositePrimitive[] getSupportedPrimitives(); in getSupportedPrimitives()
31 int getPrimitiveDuration(android.hardware.vibrator.CompositePrimitive primitive); in getPrimitiveDuration()
32 …void compose(in android.hardware.vibrator.CompositeEffect[] composite, in android.hardware.vibrato… in compose()
33 android.hardware.vibrator.Effect[] getSupportedAlwaysOnEffects(); in getSupportedAlwaysOnEffects()
34 …void alwaysOnEnable(in int id, in android.hardware.vibrator.Effect effect, in android.hardware.vib… in alwaysOnEnable()
/hardware/interfaces/nfc/1.0/default/
DNfc.h9 namespace hardware {
14 using ::android::hardware::nfc::V1_0::INfc;
15 using ::android::hardware::nfc::V1_0::INfcClientCallback;
16 using ::android::hardware::Return;
17 using ::android::hardware::Void;
18 using ::android::hardware::hidl_vec;
19 using ::android::hardware::hidl_string;
24 ::android::hardware::Return<NfcStatus> open(
26 ::android::hardware::Return<uint32_t> write(const hidl_vec<uint8_t>& data) override;
27 ::android::hardware::Return<NfcStatus> coreInitialized(const hidl_vec<uint8_t>& data) override;
[all …]
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h36 using namespace ::android::hardware::radio::V1_2;
37 using namespace ::android::hardware::radio::V1_1;
38 using namespace ::android::hardware::radio::V1_0;
39 using namespace ::android::hardware::radio::config::V1_1;
42 using ::android::hardware::hidl_bitfield;
43 using ::android::hardware::hidl_string;
44 using ::android::hardware::hidl_vec;
45 using ::android::hardware::Return;
46 using ::android::hardware::Void;
47 using ::android::hardware::radio::config::V1_0::SimSlotStatus;
[all …]
/hardware/interfaces/bluetooth/a2dp/1.0/default/
DBluetoothAudioOffload.h25 namespace hardware {
32 using ::android::hardware::hidl_array;
33 using ::android::hardware::hidl_memory;
34 using ::android::hardware::hidl_string;
35 using ::android::hardware::hidl_vec;
36 using ::android::hardware::Return;
37 using ::android::hardware::Void;
43 Return<::android::hardware::bluetooth::a2dp::V1_0::Status> startSession(
44 const sp<::android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioHost>&
46 const ::android::hardware::bluetooth::a2dp::V1_0::CodecConfiguration&
[all …]
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DAndroid.bp29 "android.hardware.graphics.allocator@2.0",
30 "android.hardware.graphics.allocator@3.0",
31 "android.hardware.graphics.composer@2.1",
32 "android.hardware.graphics.composer@2.1-vts",
33 "android.hardware.graphics.composer@2.2",
34 "android.hardware.graphics.composer@2.2-vts",
35 "android.hardware.graphics.composer@2.3",
36 "android.hardware.graphics.composer@2.3-vts",
37 "android.hardware.graphics.mapper@2.0",
38 "android.hardware.graphics.mapper@2.0-vts",
[all …]

12345678910>>...105