/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 49 static const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType MetadataType_BufferId… 50 …GRALLOC4_STANDARD_METADATA_TYPE, static_cast<int64_t>(aidl::android::hardware::graphics::common::S… 53 static const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType MetadataType_Name = { 54 …GRALLOC4_STANDARD_METADATA_TYPE, static_cast<int64_t>(aidl::android::hardware::graphics::common::S… 57 static const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType MetadataType_Width = { 58 …GRALLOC4_STANDARD_METADATA_TYPE, static_cast<int64_t>(aidl::android::hardware::graphics::common::S… 61 static const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType MetadataType_Height =… 62 …GRALLOC4_STANDARD_METADATA_TYPE, static_cast<int64_t>(aidl::android::hardware::graphics::common::S… 65 static const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType MetadataType_LayerCou… 66 …GRALLOC4_STANDARD_METADATA_TYPE, static_cast<int64_t>(aidl::android::hardware::graphics::common::S… [all …]
|
/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/ |
D | types.h | 33 namespace hardware { 38 using ::android::hardware::media::c2::V1_0::BaseBlock; 39 using ::android::hardware::media::c2::V1_0::Block; 40 using ::android::hardware::media::c2::V1_0::Buffer; 41 using ::android::hardware::media::c2::V1_0::FieldDescriptor; 42 using ::android::hardware::media::c2::V1_0::FieldId; 43 using ::android::hardware::media::c2::V1_0::FieldSupportedValues; 44 using ::android::hardware::media::c2::V1_0::FieldSupportedValuesQuery; 45 using ::android::hardware::media::c2::V1_0::FieldSupportedValuesQueryResult; 46 using ::android::hardware::media::c2::V1_0::FrameData; [all …]
|
/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/ |
D | types.h | 32 namespace hardware { 37 using ::android::hardware::media::c2::V1_0::BaseBlock; 38 using ::android::hardware::media::c2::V1_0::Block; 39 using ::android::hardware::media::c2::V1_0::Buffer; 40 using ::android::hardware::media::c2::V1_0::FieldDescriptor; 41 using ::android::hardware::media::c2::V1_0::FieldId; 42 using ::android::hardware::media::c2::V1_0::FieldSupportedValues; 43 using ::android::hardware::media::c2::V1_0::FieldSupportedValuesQuery; 44 using ::android::hardware::media::c2::V1_0::FieldSupportedValuesQueryResult; 45 using ::android::hardware::media::c2::V1_0::FrameData; [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | AccessNetworkConstants.java | 21 import android.hardware.radio.V1_5.AccessNetwork; 118 public static final int BAND_T380 = android.hardware.radio.V1_1.GeranBands.BAND_T380; 119 public static final int BAND_T410 = android.hardware.radio.V1_1.GeranBands.BAND_T410; 120 public static final int BAND_450 = android.hardware.radio.V1_1.GeranBands.BAND_450; 121 public static final int BAND_480 = android.hardware.radio.V1_1.GeranBands.BAND_480; 122 public static final int BAND_710 = android.hardware.radio.V1_1.GeranBands.BAND_710; 123 public static final int BAND_750 = android.hardware.radio.V1_1.GeranBands.BAND_750; 124 public static final int BAND_T810 = android.hardware.radio.V1_1.GeranBands.BAND_T810; 125 public static final int BAND_850 = android.hardware.radio.V1_1.GeranBands.BAND_850; 126 public static final int BAND_P900 = android.hardware.radio.V1_1.GeranBands.BAND_P900; [all …]
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | Hal.h | 26 namespace hardware::graphics::composer::hal { 28 namespace types = android::hardware::graphics::common; 29 namespace V2_1 = android::hardware::graphics::composer::V2_1; 30 namespace V2_2 = android::hardware::graphics::composer::V2_2; 31 namespace V2_3 = android::hardware::graphics::composer::V2_3; 32 namespace V2_4 = android::hardware::graphics::composer::V2_4; 75 inline bool hasChangesError(hardware::graphics::composer::hal::Error error) { in hasChangesError() 79 inline std::string to_string(hardware::graphics::composer::hal::Attribute attribute) { in to_string() 81 case hardware::graphics::composer::hal::Attribute::INVALID: in to_string() 83 case hardware::graphics::composer::hal::Attribute::WIDTH: in to_string() [all …]
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraCharacteristics.java | 17 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.TypeReference; 1039 …public static final Key<android.hardware.camera2.params.HighSpeedVideoConfiguration[]> CONTROL_AVA… 1040 …Key<android.hardware.camera2.params.HighSpeedVideoConfiguration[]>("android.control.availableHighS… 1188 …public static final Key<android.hardware.camera2.params.Capability[]> CONTROL_AVAILABLE_EXTENDED_S… [all …]
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | CameraProviderManagerTest.cpp | 31 using namespace android::hardware::camera; 32 using android::hardware::camera::common::V1_0::Status; 33 using android::hardware::camera::common::V1_0::VendorTag; 34 using android::hardware::camera::common::V1_0::VendorTagSection; 35 using android::hardware::camera::common::V1_0::CameraMetadataType; 36 using android::hardware::camera::device::V3_2::ICameraDeviceCallback; 37 using android::hardware::camera::device::V3_2::ICameraDeviceSession; 38 using android::hardware::camera::provider::V2_5::DeviceState; 44 std::vector<hardware::hidl_string> mDeviceNames; 45 android::hardware::hidl_vec<uint8_t> mCharacteristics; [all …]
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.h | 58 const hardware::hidl_vec<hardware::camera::common::V1_0::VendorTagSection>& vts, 116 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> tryGetService( 119 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> getService( 121 virtual hardware::hidl_vec<hardware::hidl_string> listServices() = 0; 132 return hardware::camera::provider::V2_4::ICameraProvider::registerForNotifications( in registerForNotifications() 135 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> tryGetService( in tryGetService() 137 return hardware::camera::provider::V2_4::ICameraProvider::tryGetService(serviceName); in tryGetService() 139 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> getService( in getService() 141 return hardware::camera::provider::V2_4::ICameraProvider::getService(serviceName); in getService() 144 virtual hardware::hidl_vec<hardware::hidl_string> listServices() override; [all …]
|
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
D | Hw2CompatUtil.java | 30 … static android.hardware.soundtrigger.V2_0.ISoundTriggerHw.SoundModel convertSoundModel_2_1_to_2_0( in convertSoundModel_2_1_to_2_0() 31 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.SoundModel soundModel) { in convertSoundModel_2_1_to_2_0() 32 android.hardware.soundtrigger.V2_0.ISoundTriggerHw.SoundModel model_2_0 = soundModel.header; in convertSoundModel_2_1_to_2_0() 38 …static android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.RecognitionEvent convertRecognit… in convertRecognitionEvent_2_0_to_2_1() 39 android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback.RecognitionEvent event) { in convertRecognitionEvent_2_0_to_2_1() 40 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.RecognitionEvent event_2_1 = in convertRecognitionEvent_2_0_to_2_1() 41 new android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.RecognitionEvent(); in convertRecognitionEvent_2_0_to_2_1() 50 …static android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.PhraseRecognitionEvent convertPh… in convertPhraseRecognitionEvent_2_0_to_2_1() 51 … android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback.PhraseRecognitionEvent event) { in convertPhraseRecognitionEvent_2_0_to_2_1() 52 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.PhraseRecognitionEvent in convertPhraseRecognitionEvent_2_0_to_2_1() [all …]
|
/frameworks/av/media/libaudiohal/impl/ |
D | Android.bp | 35 "android.hardware.audio.common-util", 55 "android.hardware.audio.common.util@all-versions", 69 "android.hardware.audio.common@4.0", 70 "android.hardware.audio.common@4.0-util", 71 "android.hardware.audio.effect@4.0", 72 "android.hardware.audio.effect@4.0-util", 73 "android.hardware.audio@4.0", 74 "android.hardware.audio@4.0-util", 87 "android.hardware.audio.common@5.0", 88 "android.hardware.audio.common@5.0-util", [all …]
|
/frameworks/base/services/core/jni/ |
D | Android.bp | 148 "android.hardware.audio.common@2.0", 149 "android.hardware.broadcastradio@1.0", 150 "android.hardware.broadcastradio@1.1", 151 "android.hardware.contexthub@1.0", 152 "android.hardware.gnss-V1-cpp", 153 "android.hardware.gnss@1.0", 154 "android.hardware.gnss@1.1", 155 "android.hardware.gnss@2.0", 156 "android.hardware.gnss@2.1", 157 "android.hardware.gnss.measurement_corrections@1.0", [all …]
|
/frameworks/base/services/core/java/com/android/server/powerstats/ |
D | PowerStatsHALWrapper.java | 20 import android.hardware.power.stats.Channel; 21 import android.hardware.power.stats.EnergyMeasurement; 22 import android.hardware.power.stats.IPowerStats; 23 import android.hardware.power.stats.PowerEntity; 24 import android.hardware.power.stats.StateResidencyResult; 56 android.hardware.power.stats.PowerEntity[] getPowerEntityInfo(); in getPowerEntityInfo() 76 android.hardware.power.stats.StateResidencyResult[] getStateResidency(int[] powerEntityIds); in getStateResidency() 88 android.hardware.power.stats.EnergyConsumer[] getEnergyConsumerInfo(); in getEnergyConsumerInfo() 104 android.hardware.power.stats.EnergyConsumerResult[] getEnergyConsumed( in getEnergyConsumed() 114 android.hardware.power.stats.Channel[] getEnergyMeterInfo(); in getEnergyMeterInfo() [all …]
|
/frameworks/native/services/surfaceflinger/ |
D | Android.bp | 36 "android.hardware.configstore-utils", 37 "android.hardware.configstore@1.0", 38 "android.hardware.configstore@1.1", 39 "android.hardware.graphics.allocator@2.0", 40 "android.hardware.graphics.allocator@3.0", 41 "android.hardware.graphics.common@1.2", 42 "android.hardware.graphics.composer@2.1", 43 "android.hardware.graphics.composer@2.2", 44 "android.hardware.graphics.composer@2.3", 45 "android.hardware.graphics.composer@2.4", [all …]
|
/frameworks/av/services/tuner/ |
D | TunerService.h | 27 using ::aidl::android::hardware::common::fmq::GrantorDescriptor; 28 using ::aidl::android::hardware::common::fmq::MQDescriptor; 29 using ::aidl::android::hardware::common::fmq::SynchronizedReadWrite; 40 using ::android::hardware::details::logError; 41 using ::android::hardware::hidl_vec; 42 using ::android::hardware::kSynchronizedReadWrite; 43 using ::android::hardware::EventFlag; 44 using ::android::hardware::MessageQueue; 45 using ::android::hardware::MQDescriptorSync; 46 using ::android::hardware::Return; [all …]
|
D | TunerFilter.h | 32 using ::aidl::android::hardware::common::fmq::MQDescriptor; 33 using ::aidl::android::hardware::common::fmq::SynchronizedReadWrite; 51 using ::android::hardware::MQDescriptorSync; 52 using ::android::hardware::Return; 53 using ::android::hardware::Void; 54 using ::android::hardware::hidl_array; 55 using ::android::hardware::tv::tuner::V1_0::DemuxAlpFilterSettings; 56 using ::android::hardware::tv::tuner::V1_0::DemuxFilterAvSettings; 57 using ::android::hardware::tv::tuner::V1_0::DemuxFilterDownloadEvent; 58 using ::android::hardware::tv::tuner::V1_0::DemuxFilterDownloadSettings; [all …]
|
/frameworks/av/media/codec2/hidl/1.2/utils/ |
D | Android.bp | 26 "android.hardware.media.bufferpool@2.0", 27 "android.hardware.media.c2@1.0", 28 "android.hardware.media.c2@1.1", 29 "android.hardware.media.c2@1.2", 49 "android.hardware.media.c2@1.0", 50 "android.hardware.media.c2@1.1", 51 "android.hardware.media.c2@1.2", 100 "android.hardware.graphics.bufferqueue@1.0", 101 "android.hardware.graphics.bufferqueue@2.0", 102 "android.hardware.graphics.common@1.0", [all …]
|
/frameworks/native/services/vibratorservice/include/vibratorservice/ |
D | VibratorHalWrapper.h | 56 static HalResult<T> fromStatus(hardware::vibrator::V1_0::Status status, T data); 59 static HalResult<T> fromReturn(hardware::Return<R>& ret, T data); 62 static HalResult<T> fromReturn(hardware::Return<R>& ret, 63 hardware::vibrator::V1_0::Status status, T data); 101 static HalResult<void> fromStatus(hardware::vibrator::V1_0::Status status); 104 static HalResult<void> fromReturn(hardware::Return<R>& ret); 129 class HalCallbackWrapper : public hardware::vibrator::BnVibratorCallback { 148 ON_CALLBACK = hardware::vibrator::IVibrator::CAP_ON_CALLBACK, 149 PERFORM_CALLBACK = hardware::vibrator::IVibrator::CAP_PERFORM_CALLBACK, 150 AMPLITUDE_CONTROL = hardware::vibrator::IVibrator::CAP_AMPLITUDE_CONTROL, [all …]
|
/frameworks/native/services/vibratorservice/test/ |
D | VibratorHalWrapperHidlV1_3Test.cpp | 32 namespace V1_0 = android::hardware::vibrator::V1_0; 33 namespace V1_1 = android::hardware::vibrator::V1_1; 34 namespace V1_2 = android::hardware::vibrator::V1_2; 35 namespace V1_3 = android::hardware::vibrator::V1_3; 37 using android::hardware::vibrator::Effect; 38 using android::hardware::vibrator::EffectStrength; 39 using android::hardware::vibrator::IVibrator; 49 MOCK_METHOD(hardware::Return<V1_0::Status>, on, (uint32_t timeoutMs), (override)); 50 MOCK_METHOD(hardware::Return<V1_0::Status>, off, (), (override)); 51 MOCK_METHOD(hardware::Return<bool>, supportsAmplitudeControl, (), (override)); [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/ |
D | SoundTriggerMiddlewareImplTest.java | 35 import android.hardware.audio.common.V2_0.AudioConfig; 36 import android.hardware.audio.common.V2_0.Uuid; 37 import android.hardware.soundtrigger.V2_3.OptionalModelParameterRange; 88 mock(android.hardware.soundtrigger.V2_0.ISoundTriggerHw.class), in data() 89 mock(android.hardware.soundtrigger.V2_1.ISoundTriggerHw.class), in data() 90 mock(android.hardware.soundtrigger.V2_2.ISoundTriggerHw.class), in data() 91 mock(android.hardware.soundtrigger.V2_3.ISoundTriggerHw.class), in data() 97 public android.hardware.soundtrigger.V2_0.ISoundTriggerHw mHalDriver; 149 …private static android.hardware.soundtrigger.V2_0.ISoundTriggerHw.Properties createDefaultProperti… in createDefaultProperties() 151 android.hardware.soundtrigger.V2_0.ISoundTriggerHw.Properties properties = in createDefaultProperties() [all …]
|
/frameworks/base/media/java/android/media/tv/tuner/frontend/ |
D | DtmbFrontendSettings.java | 50 android.hardware.tv.tuner.V1_1.Constants.FrontendDtmbBandwidth.UNDEFINED; 55 android.hardware.tv.tuner.V1_1.Constants.FrontendDtmbBandwidth.AUTO; 60 android.hardware.tv.tuner.V1_1.Constants.FrontendDtmbBandwidth.BANDWIDTH_6MHZ; 65 android.hardware.tv.tuner.V1_1.Constants.FrontendDtmbBandwidth.BANDWIDTH_8MHZ; 80 android.hardware.tv.tuner.V1_1.Constants.FrontendDtmbTimeInterleaveMode.UNDEFINED; 85 android.hardware.tv.tuner.V1_1.Constants.FrontendDtmbTimeInterleaveMode.AUTO; 90 android.hardware.tv.tuner.V1_1.Constants.FrontendDtmbTimeInterleaveMode.TIMER_INT_240; 95 android.hardware.tv.tuner.V1_1.Constants.FrontendDtmbTimeInterleaveMode.TIMER_INT_720; 112 android.hardware.tv.tuner.V1_1.Constants.FrontendDtmbGuardInterval.UNDEFINED; 117 android.hardware.tv.tuner.V1_1.Constants.FrontendDtmbGuardInterval.AUTO; [all …]
|
/frameworks/native/libs/ui/include/ui/ |
D | GraphicTypes.h | 42 using android::hardware::graphics::common::V1_1::RenderIntent; 43 using android::hardware::graphics::common::V1_2::ColorMode; 44 using android::hardware::graphics::common::V1_2::Dataspace; 45 using android::hardware::graphics::common::V1_2::Hdr; 46 using android::hardware::graphics::common::V1_2::PixelFormat; 51 using aidl::android::hardware::graphics::common::BlendMode; 52 using aidl::android::hardware::graphics::common::Cta861_3; 53 using aidl::android::hardware::graphics::common::PlaneLayout; 54 using aidl::android::hardware::graphics::common::Smpte2086; 61 using ChromaSiting = aidl::android::hardware::graphics::common::ChromaSiting; [all …]
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicTypes.h | 42 using android::hardware::graphics::common::V1_1::RenderIntent; 43 using android::hardware::graphics::common::V1_2::ColorMode; 44 using android::hardware::graphics::common::V1_2::Dataspace; 45 using android::hardware::graphics::common::V1_2::Hdr; 46 using android::hardware::graphics::common::V1_2::PixelFormat; 51 using aidl::android::hardware::graphics::common::BlendMode; 52 using aidl::android::hardware::graphics::common::Cta861_3; 53 using aidl::android::hardware::graphics::common::PlaneLayout; 54 using aidl::android::hardware::graphics::common::Smpte2086; 61 using ChromaSiting = aidl::android::hardware::graphics::common::ChromaSiting; [all …]
|
/frameworks/native/services/stats/ |
D | StatsHal.cpp | 33 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/services/core/jni/gnss/ |
D | GnssMeasurementCallback.h | 51 class GnssMeasurementCallbackAidl : public hardware::gnss::BnGnssMeasurementCallback { 54 android::binder::Status gnssMeasurementCb(const hardware::gnss::GnssData& data) override; 58 const hardware::gnss::GnssMeasurement& measurement, 62 JNIEnv* env, const std::vector<hardware::gnss::GnssMeasurement>& measurements); 64 void translateAndSetGnssData(const hardware::gnss::GnssData& data); 66 void translateGnssClock(JNIEnv* env, const hardware::gnss::GnssData& data, JavaObject& object); 75 class GnssMeasurementCallbackHidl : public hardware::gnss::V2_1::IGnssMeasurementCallback { 78 hardware::Return<void> gnssMeasurementCb_2_1( 79 const hardware::gnss::V2_1::IGnssMeasurementCallback::GnssData& data) override; 80 hardware::Return<void> gnssMeasurementCb_2_0( [all …]
|
/frameworks/av/camera/aidl/android/hardware/ |
D | ICameraService.aidl | 17 package android.hardware; 19 import android.hardware.ICamera; 20 import android.hardware.ICameraClient; 21 import android.hardware.camera2.ICameraDeviceUser; 22 import android.hardware.camera2.ICameraDeviceCallbacks; 23 import android.hardware.camera2.ICameraInjectionCallback; 24 import android.hardware.camera2.ICameraInjectionSession; 25 import android.hardware.camera2.params.VendorTagDescriptor; 26 import android.hardware.camera2.params.VendorTagDescriptorCache; 27 import android.hardware.camera2.utils.ConcurrentCameraIdCombination; [all …]
|