/hardware/interfaces/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/ |
D | Utils.h | 39 V2_0::IdentifierType getType(uint32_t typeAsInt); 40 V2_0::IdentifierType getType(const V2_0::ProgramIdentifier& id); 43 : public std::iterator<std::random_access_iterator_tag, V2_0::ProgramIdentifier, ssize_t, 44 const V2_0::ProgramIdentifier*, const V2_0::ProgramIdentifier&> { 51 explicit IdentifierIterator(const V2_0::ProgramSelector& sel); 62 explicit IdentifierIterator(const V2_0::ProgramSelector& sel, size_t pos); 64 std::reference_wrapper<const V2_0::ProgramSelector> mSel; 66 const V2_0::ProgramSelector& sel() const { return mSel.get(); } in sel() 92 bool tunesTo(const V2_0::ProgramSelector& pointer, const V2_0::ProgramSelector& channel); 94 bool hasId(const V2_0::ProgramSelector& sel, const V2_0::IdentifierType type); [all …]
|
/hardware/interfaces/broadcastradio/common/tests/ |
D | IdentifierIterator_test.cpp | 22 namespace V2_0 = android::hardware::broadcastradio::V2_0; 25 using V2_0::IdentifierType; 26 using V2_0::ProgramSelector; 30 V2_0::ProgramSelector sel { in TEST() 36 auto it = V2_0::begin(sel); in TEST() 37 auto end = V2_0::end(sel); in TEST() 47 V2_0::ProgramSelector sel{}; in TEST() 49 auto it = V2_0::begin(sel); in TEST() 50 auto end = V2_0::end(sel); in TEST() 57 V2_0::ProgramSelector sel1{}; in TEST() [all …]
|
/hardware/interfaces/soundtrigger/2.2/default/ |
D | SoundTriggerHw.h | 44 using ::android::hardware::audio::common::V2_0::Uuid; 45 using ::android::hardware::soundtrigger::V2_0::ISoundTriggerHwCallback; 57 Return<void> loadSoundModel(const V2_0::ISoundTriggerHw::SoundModel& soundModel, 58 const sp<V2_0::ISoundTriggerHwCallback>& callback, int32_t cookie, 60 Return<void> loadPhraseSoundModel(const V2_0::ISoundTriggerHw::PhraseSoundModel& soundModel, 61 const sp<V2_0::ISoundTriggerHwCallback>& callback, 65 const V2_0::ISoundTriggerHw::RecognitionConfig& config, 66 const sp<V2_0::ISoundTriggerHwCallback>& callback, 92 SoundModelClient(uint32_t id, V2_0::ISoundTriggerHwCallback::CallbackCookie cookie) in SoundModelClient() 106 V2_0::ISoundTriggerHwCallback::CallbackCookie mCookie; [all …]
|
D | SoundTriggerHw.cpp | 109 int SoundTriggerHw::doLoadSoundModel(const V2_0::ISoundTriggerHw::SoundModel& soundModel, in doLoadSoundModel() 147 Return<void> SoundTriggerHw::loadSoundModel(const V2_0::ISoundTriggerHw::SoundModel& soundModel, in loadSoundModel() 148 const sp<V2_0::ISoundTriggerHwCallback>& callback, in loadSoundModel() 149 V2_0::ISoundTriggerHwCallback::CallbackCookie cookie, in loadSoundModel() 158 const V2_0::ISoundTriggerHw::PhraseSoundModel& soundModel, in loadPhraseSoundModel() 159 const sp<V2_0::ISoundTriggerHwCallback>& callback, in loadPhraseSoundModel() 160 V2_0::ISoundTriggerHwCallback::CallbackCookie cookie, in loadPhraseSoundModel() 164 _hidl_cb(doLoadSoundModel((const V2_0::ISoundTriggerHw::SoundModel&)soundModel, client), in loadPhraseSoundModel() 196 int32_t modelHandle, const V2_0::ISoundTriggerHw::RecognitionConfig& config, in startRecognition() 197 const sp<V2_0::ISoundTriggerHwCallback>& /* callback */, int32_t /* cookie */) { in startRecognition() [all …]
|
/hardware/interfaces/light/utils/ |
D | main.cpp | 30 namespace V2_0 = android::hardware::light::V2_0; 81 void setToColorHidl(sp<V2_0::ILight> hal, unsigned int color) { in setToColorHidl() 82 static V2_0::LightState off = { in setToColorHidl() 84 .flashMode = V2_0::Flash::NONE, in setToColorHidl() 85 .brightnessMode = V2_0::Brightness::USER, in setToColorHidl() 88 hal->getSupportedTypes([&](const hidl_vec<V2_0::Type>& types) { in setToColorHidl() 90 V2_0::Status ret = hal->setLight(type, off); in setToColorHidl() 91 if (ret != V2_0::Status::SUCCESS) { in setToColorHidl() 112 sp<V2_0::ILight> hidlHal = V2_0::ILight::getService(); in main()
|
/hardware/qcom/sm8150/gps/android/2.0/ |
D | Gnss.h | 44 namespace V2_0 { 113 Return<bool> setCallback_2_0(const sp<V2_0::IGnssCallback>& callback) override; 114 Return<sp<V2_0::IAGnss>> getExtensionAGnss_2_0() override; 115 Return<sp<V2_0::IAGnssRil>> getExtensionAGnssRil_2_0() override; 117 Return<sp<V2_0::IGnssConfiguration>> getExtensionGnssConfiguration_2_0() override; 120 Return<sp<V2_0::IGnssMeasurement>> getExtensionGnssMeasurement_2_0() override; 122 Return<bool> injectBestLocation_2_0(const V2_0::GnssLocation& location) override; 131 Return<sp<V2_0::IGnssDebug>> getExtensionGnssDebug_2_0() override; 132 Return<sp<V2_0::IGnssBatching>> getExtensionGnssBatching_2_0() override; 161 sp<V2_0::IAGnss> mAGnssIface_2_0 = nullptr; [all …]
|
D | AGnss.h | 31 namespace V2_0 { 41 struct AGnss : public V2_0::IAGnss { 49 Return<void> setCallback(const sp<V2_0::IAGnssCallback>& callback) override; 56 V2_0::IAGnss::ApnIpType apnIpType) override; 58 Return<bool> setServer(V2_0::IAGnssCallback::AGnssType type,
|
/hardware/interfaces/tv/cec/2.0/default/ |
D | HdmiCec.h | 32 namespace V2_0 { 40 using ::android::hardware::tv::cec::V2_0::CecLogicalAddress; 41 using ::android::hardware::tv::cec::V2_0::CecMessage; 42 using ::android::hardware::tv::cec::V2_0::CecPhysicalAddress; 43 using ::android::hardware::tv::cec::V2_0::HdmiPortId; 44 using ::android::hardware::tv::cec::V2_0::HdmiPortInfo; 45 using ::android::hardware::tv::cec::V2_0::IHdmiCec; 46 using ::android::hardware::tv::cec::V2_0::IHdmiCecCallback; 47 using ::android::hardware::tv::cec::V2_0::MaxLength; 48 using ::android::hardware::tv::cec::V2_0::OptionKey; [all …]
|
/hardware/interfaces/tests/extension/light/2.0/default/ |
D | Light.h | 28 namespace V2_0 { 31 using ::android::hardware::tests::extension::light::V2_0::LightState; 32 using ::android::hardware::tests::extension::light::V2_0::ILight; 35 using OldLightState = ::android::hardware::light::V2_0::LightState; 36 using ::android::hardware::light::V2_0::Status; 37 using ::android::hardware::light::V2_0::Type;
|
/hardware/interfaces/gnss/2.0/default/ |
D | Gnss.h | 30 namespace V2_0 { 85 Return<sp<V2_0::IGnssConfiguration>> getExtensionGnssConfiguration_2_0() override; 86 Return<sp<V2_0::IGnssDebug>> getExtensionGnssDebug_2_0() override; 87 Return<sp<V2_0::IAGnss>> getExtensionAGnss_2_0() override; 88 Return<sp<V2_0::IAGnssRil>> getExtensionAGnssRil_2_0() override; 89 Return<sp<V2_0::IGnssMeasurement>> getExtensionGnssMeasurement_2_0() override; 90 Return<bool> setCallback_2_0(const sp<V2_0::IGnssCallback>& callback) override; 95 Return<sp<V2_0::IGnssBatching>> getExtensionGnssBatching_2_0() override; 96 Return<bool> injectBestLocation_2_0(const V2_0::GnssLocation& location) override; 99 Return<void> reportLocation(const V2_0::GnssLocation&) const; [all …]
|
D | Gnss.cpp | 42 namespace V2_0 { namespace 47 sp<V2_0::IGnssCallback> Gnss::sGnssCallback_2_0 = nullptr; 52 V2_0::GnssLocation getMockLocationV2_0() { in getMockLocationV2_0() 62 V2_0::GnssLocation location = {.v1_0 = Utils::getMockLocation(), .elapsedRealtime = timestamp}; in getMockLocationV2_0() 236 Return<sp<V2_0::IGnssConfiguration>> Gnss::getExtensionGnssConfiguration_2_0() { in getExtensionGnssConfiguration_2_0() 240 Return<sp<V2_0::IGnssDebug>> Gnss::getExtensionGnssDebug_2_0() { in getExtensionGnssDebug_2_0() 242 return sp<V2_0::IGnssDebug>{}; in getExtensionGnssDebug_2_0() 245 Return<sp<V2_0::IAGnss>> Gnss::getExtensionAGnss_2_0() { in getExtensionAGnss_2_0() 249 Return<sp<V2_0::IAGnssRil>> Gnss::getExtensionAGnssRil_2_0() { in getExtensionAGnssRil_2_0() 253 Return<sp<V2_0::IGnssMeasurement>> Gnss::getExtensionGnssMeasurement_2_0() { in getExtensionGnssMeasurement_2_0() [all …]
|
D | AGnss.cpp | 25 namespace V2_0 { namespace 29 Return<void> AGnss::setCallback(const sp<V2_0::IAGnssCallback>&) { in setCallback() 44 Return<bool> AGnss::setServer(V2_0::IAGnssCallback::AGnssType type, const hidl_string& hostname, in setServer() 51 Return<bool> AGnss::dataConnOpen(uint64_t, const hidl_string&, V2_0::IAGnss::ApnIpType) { in dataConnOpen()
|
D | AGnss.h | 27 namespace V2_0 { 40 Return<void> setCallback(const sp<V2_0::IAGnssCallback>& callback) override; 43 Return<bool> setServer(V2_0::IAGnssCallback::AGnssType type, const hidl_string& hostname, 46 V2_0::IAGnss::ApnIpType apnIpType) override;
|
/hardware/interfaces/thermal/2.0/default/ |
D | Thermal.h | 27 namespace V2_0 { 38 using ::android::hardware::thermal::V2_0::CoolingType; 39 using ::android::hardware::thermal::V2_0::IThermal; 41 using CoolingDevice_2_0 = ::android::hardware::thermal::V2_0::CoolingDevice; 43 using Temperature_2_0 = ::android::hardware::thermal::V2_0::Temperature; 44 using ::android::hardware::thermal::V2_0::IThermalChangedCallback; 45 using ::android::hardware::thermal::V2_0::TemperatureThreshold; 46 using ::android::hardware::thermal::V2_0::TemperatureType;
|
/hardware/qcom/sm8150/gps/android/2.0/location_api/ |
D | LocationUtil.cpp | 37 namespace V2_0 { namespace 40 using ::android::hardware::gnss::V2_0::GnssLocation; 41 using ::android::hardware::gnss::V2_0::GnssConstellationType; 84 void convertGnssLocation(Location& in, V2_0::GnssLocation& out) in convertGnssLocation() 86 memset(&out, 0, sizeof(V2_0::GnssLocation)); in convertGnssLocation() 157 void convertGnssLocation(const V2_0::GnssLocation& in, Location& out) in convertGnssLocation() 191 void convertGnssConstellationType(GnssSvType& in, V2_0::GnssConstellationType& out) in convertGnssConstellationType() 195 out = V2_0::GnssConstellationType::GPS; in convertGnssConstellationType() 198 out = V2_0::GnssConstellationType::SBAS; in convertGnssConstellationType() 201 out = V2_0::GnssConstellationType::GLONASS; in convertGnssConstellationType() [all …]
|
D | LocationUtil.h | 40 namespace V2_0 { 44 void convertGnssLocation(Location& in, V2_0::GnssLocation& out); 46 void convertGnssLocation(const V2_0::GnssLocation& in, Location& out); 48 void convertGnssConstellationType(GnssSvType& in, V2_0::GnssConstellationType& out);
|
/hardware/interfaces/bluetooth/audio/2.0/default/session/ |
D | BluetoothAudioSession.h | 34 using ::android::hardware::bluetooth::audio::V2_0::AudioConfiguration; 35 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample; 36 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode; 37 using ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration; 38 using ::android::hardware::bluetooth::audio::V2_0::IBluetoothAudioPort; 39 using ::android::hardware::bluetooth::audio::V2_0::PcmParameters; 40 using ::android::hardware::bluetooth::audio::V2_0::SampleRate; 41 using ::android::hardware::bluetooth::audio::V2_0::SessionType; 44 ::android::hardware::bluetooth::audio::V2_0::Status;
|
D | BluetoothAudioSupportedCodecsDB.h | 25 using ::android::hardware::bluetooth::audio::V2_0::CodecCapabilities; 26 using ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration; 27 using ::android::hardware::bluetooth::audio::V2_0::PcmParameters; 28 using ::android::hardware::bluetooth::audio::V2_0::SessionType;
|
/hardware/google/interfaces/light/1.1/default/ |
D | Light.h | 29 namespace V2_0 { 35 using ::android::hardware::light::V2_0::ILight; 36 using ::android::hardware::light::V2_0::LightState; 37 using ::android::hardware::light::V2_0::Status; 38 using ::android::hardware::light::V2_0::Type;
|
/hardware/google/interfaces/light/1.0/default/ |
D | Light.h | 29 namespace V2_0 { 35 using ::android::hardware::light::V2_0::ILight; 36 using ::android::hardware::light::V2_0::LightState; 37 using ::android::hardware::light::V2_0::Status; 38 using ::android::hardware::light::V2_0::Type;
|
/hardware/interfaces/light/2.0/default/ |
D | Light.h | 29 namespace V2_0 { 32 using ::android::hardware::light::V2_0::ILight; 33 using ::android::hardware::light::V2_0::LightState; 34 using ::android::hardware::light::V2_0::Status; 35 using ::android::hardware::light::V2_0::Type;
|
/hardware/interfaces/soundtrigger/2.1/default/ |
D | SoundTriggerHw.h | 36 struct SoundTriggerHw : public V2_0::implementation::SoundTriggerHalImpl { 62 Return<void> loadSoundModel(const V2_0::ISoundTriggerHw::SoundModel& soundModel, in loadSoundModel() 63 const sp<V2_0::ISoundTriggerHwCallback>& callback, in loadSoundModel() 67 Return<void> loadPhraseSoundModel(const V2_0::ISoundTriggerHw::PhraseSoundModel& soundModel, in loadPhraseSoundModel() 68 const sp<V2_0::ISoundTriggerHwCallback>& callback, in loadPhraseSoundModel() 73 Return<int32_t> unloadSoundModel(V2_0::SoundModelHandle modelHandle) override { in unloadSoundModel() 77 const V2_0::ISoundTriggerHw::RecognitionConfig& config, in startRecognition() 78 const sp<V2_0::ISoundTriggerHwCallback>& /*callback*/, in startRecognition() 82 Return<int32_t> stopRecognition(V2_0::SoundModelHandle modelHandle) override { in stopRecognition()
|
/hardware/interfaces/broadcastradio/common/utils2x/ |
D | Utils.cpp | 27 using V2_0::IdentifierType; 28 using V2_0::Metadata; 29 using V2_0::MetadataKey; 30 using V2_0::ProgramFilter; 31 using V2_0::ProgramIdentifier; 32 using V2_0::ProgramInfo; 33 using V2_0::ProgramListChunk; 34 using V2_0::ProgramSelector; 35 using V2_0::Properties; 48 IdentifierIterator::IdentifierIterator(const V2_0::ProgramSelector& sel) in IdentifierIterator() [all …]
|
/hardware/google/pixel/thermal/ |
D | thermal-helper.h | 52 namespace V2_0 { 57 using ::android::hardware::thermal::V2_0::CoolingType; 58 using ::android::hardware::thermal::V2_0::IThermal; 60 using CoolingDevice_2_0 = ::android::hardware::thermal::V2_0::CoolingDevice; 62 using Temperature_2_0 = ::android::hardware::thermal::V2_0::Temperature; 64 using TemperatureType_2_0 = ::android::hardware::thermal::V2_0::TemperatureType; 65 using ::android::hardware::thermal::V2_0::TemperatureThreshold; 66 using ::android::hardware::thermal::V2_0::ThrottlingSeverity;
|
/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/ |
D | MapperHal.h | 29 using V2_0::BufferDescriptor; 30 using V2_0::Error; 32 class MapperHal : public V2_0::hal::MapperHal { 37 Error createDescriptor(const V2_0::IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor()
|