Home
last modified time | relevance | path

Searched refs:Utils (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/broadcastradio/1.0/default/
DTuner.cpp42 Utils::convertBandConfigFromHal(&config, &halEvent->config); in onCallback()
43 mCallback->configChange(Utils::convertHalResult(halEvent->status), config); in onCallback()
49 Utils::convertProgramInfoFromHal(&info, &halEvent->info); in onCallback()
50 mCallback->tuneComplete(Utils::convertHalResult(halEvent->status), info); in onCallback()
56 Utils::convertMetaDataFromHal(metadata, halEvent->metadata); in onCallback()
64 Utils::convertProgramInfoFromHal(&info, &halEvent->info); in onCallback()
107 return Utils::convertHalResult(-ENODEV); in setConfiguration()
110 Utils::convertBandConfigToHal(&halConfig, &config); in setConfiguration()
112 return Utils::convertHalResult(rc); in setConfiguration()
127 Utils::convertBandConfigFromHal(&config, &halConfig); in getConfiguration()
[all …]
DBroadcastRadio.cpp52 const char *classString = Utils::getClassString(mClassId); in onFirstRef()
111 Utils::convertPropertiesFromHal(&properties, &halProperties); in getProperties()
115 _hidl_cb(Utils::convertHalResult(rc), properties); in getProperties()
126 Utils::convertBandConfigToHal(&halConfig, &config); in openTuner()
134 _hidl_cb(Utils::convertHalResult(rc), tunerImpl); in openTuner()
DUtils.cpp31 const char *Utils::sClassModuleNames[] = {
111 const char * Utils::getClassString(Class ClassId) in getClassString()
124 Result Utils::convertHalResult(int rc) in convertHalResult()
142 void Utils::convertBandConfigFromHal( in convertBandConfigFromHal()
169 void Utils::convertPropertiesFromHal( in convertPropertiesFromHal()
194 void Utils::convertBandConfigToHal( in convertBandConfigToHal()
224 void Utils::convertProgramInfoFromHal(ProgramInfo *info, in convertProgramInfoFromHal()
237 int Utils::convertMetaDataFromHal(hidl_vec<MetaData>& metadata, in convertMetaDataFromHal()
DUtils.h28 class Utils {
DAndroid.bp30 "Utils.cpp",
/hardware/interfaces/gnss/1.1/default/
DGnss.cpp17 using ::android::hardware::gnss::common::Utils;
47 auto location = Utils::getMockLocation(); in start()
200 Utils::getSvInfo(3, GnssConstellationType::GPS, 32.5, 59.1, 166.5), in getMockSvStatus()
201 Utils::getSvInfo(5, GnssConstellationType::GPS, 27.0, 29.0, 56.5), in getMockSvStatus()
202 Utils::getSvInfo(17, GnssConstellationType::GPS, 30.5, 71.0, 77.0), in getMockSvStatus()
203 Utils::getSvInfo(26, GnssConstellationType::GPS, 24.1, 28.0, 253.0), in getMockSvStatus()
204 Utils::getSvInfo(5, GnssConstellationType::GLONASS, 20.5, 11.5, 116.0), in getMockSvStatus()
205 Utils::getSvInfo(17, GnssConstellationType::GLONASS, 21.5, 28.5, 186.0), in getMockSvStatus()
206 Utils::getSvInfo(18, GnssConstellationType::GLONASS, 28.3, 38.8, 69.0), in getMockSvStatus()
207 Utils::getSvInfo(10, GnssConstellationType::GLONASS, 25.0, 66.0, 247.0)}; in getMockSvStatus()
/hardware/interfaces/gnss/common/utils/default/
DUtils.cpp27 GnssLocation Utils::getMockLocation() { in getMockLocation()
42 GnssSvInfo Utils::getSvInfo(int16_t svid, GnssConstellationType type, float cN0DbHz, in getSvInfo()
DAndroid.bp27 "Utils.cpp",
/hardware/interfaces/gnss/common/utils/vts/
DUtils.cpp28 void Utils::checkLocation(const GnssLocation& location, bool check_speed, in checkLocation()
95 const MeasurementCorrections Utils::getMockMeasurementCorrections() { in getMockMeasurementCorrections()
DAndroid.bp27 "Utils.cpp",
/hardware/interfaces/gnss/common/utils/vts/include/
DUtils.h31 struct Utils { struct
/hardware/interfaces/gnss/common/utils/default/include/
DUtils.h31 struct Utils { struct
/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test.cpp23 using ::android::hardware::gnss::common::Utils;
129 Utils::checkLocation(location, check_speed, check_more_accuracies); in CheckLocation()
/hardware/interfaces/gnss/2.0/vts/functional/
Dgnss_hal_test.cpp23 using ::android::hardware::gnss::common::Utils;
125 Utils::checkLocation(location.v1_0, check_speed, check_more_accuracies); in CheckLocation()
Dgnss_hal_test_cases.cpp39 using android::hardware::gnss::common::Utils;
341 auto result = iMeasurementCorrections->setCorrections(Utils::getMockMeasurementCorrections()); in TEST_F()
/hardware/interfaces/broadcastradio/common/utils1x/
DAndroid.bp27 "Utils.cpp",
/hardware/interfaces/broadcastradio/common/utils2x/
DAndroid.bp31 "Utils.cpp",
/hardware/interfaces/gnss/2.0/default/
DGnss.cpp34 using ::android::hardware::gnss::common::Utils;
62 V2_0::GnssLocation location = {.v1_0 = Utils::getMockLocation(), .elapsedRealtime = timestamp}; in getMockLocationV2_0()