Home
last modified time | relevance | path

Searched refs:shortName (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp398 std::string shortName; in make_hdradio_station_name() local
399 shortName.reserve(maxlen); in make_hdradio_station_name()
404 shortName.push_back(std::toupper(ch, loc)); in make_hdradio_station_name()
405 if (shortName.length() >= maxlen) break; in make_hdradio_station_name()
409 for (auto rit = shortName.rbegin(); rit != shortName.rend(); ++rit) { in make_hdradio_station_name()
/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp517 std::string shortName; in makeHdRadioStationName() local
518 shortName.reserve(maxlen); in makeHdRadioStationName()
525 shortName.push_back(std::toupper(ch, loc)); in makeHdRadioStationName()
526 if (shortName.length() >= maxlen) { in makeHdRadioStationName()
534 for (auto rit = shortName.rbegin(); rit != shortName.rend(); ++rit) { in makeHdRadioStationName()
/hardware/interfaces/radio/aidl/android/hardware/radio/network/
DIRadioNetworkResponse.aidl227 in RadioResponseInfo info, in String longName, in String shortName, in String numeric); in getOperatorResponse() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/1/android/hardware/radio/network/
DIRadioNetworkResponse.aidl47 …id.hardware.radio.RadioResponseInfo info, in String longName, in String shortName, in String numer… in getOperatorResponse() argument
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
DRadioResponse-network.cpp187 const hidl_string& shortName, const hidl_string& numeric) { in getOperatorResponse() argument
189 networkCb()->getOperatorResponse(toAidl(info), longName, shortName, numeric); in getOperatorResponse()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/2/android/hardware/radio/network/
DIRadioNetworkResponse.aidl50 …id.hardware.radio.RadioResponseInfo info, in String longName, in String shortName, in String numer… in getOperatorResponse() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/
DIRadioNetworkResponse.aidl51 …id.hardware.radio.RadioResponseInfo info, in String longName, in String shortName, in String numer… in getOperatorResponse() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/
DIRadioNetworkResponse.aidl51 …id.hardware.radio.RadioResponseInfo info, in String longName, in String shortName, in String numer… in getOperatorResponse() argument
/hardware/interfaces/radio/aidl/vts/
Dradio_network_utils.h85 const std::string& shortName,
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_utils_v1_0.h139 const ::android::hardware::hidl_string& shortName,
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h137 const ::android::hardware::hidl_string& shortName,
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h137 const ::android::hardware::hidl_string& shortName,
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h176 const ::android::hardware::hidl_string& shortName,
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_utils_v1_4.h156 const ::android::hardware::hidl_string& shortName,
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioResponse.h100 const hidl_string& longName, const hidl_string& shortName,
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_utils_v1_5.h173 const ::android::hardware::hidl_string& shortName,
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_utils_v1_6.h194 const ::android::hardware::hidl_string& shortName,
/hardware/interfaces/radio/1.0/
DIRadioResponse.hal467 * @param shortName is short alpha ONS or EONS or empty string if unregistered
480 oneway getOperatorResponse(RadioResponseInfo info, string longName, string shortName,
/hardware/ril/libril/
Dril_service.cpp3921 hidl_string shortName; in getOperatorResponse() local
3931 shortName = convertCharPtrToHidlString(resp[1]); in getOperatorResponse()
3935 responseInfo, longName, shortName, numeric); in getOperatorResponse()