/hardware/interfaces/broadcastradio/common/utils2x/ |
D | Utils.cpp | 398 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/ |
D | Utils.cpp | 517 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/ |
D | IRadioNetworkResponse.aidl | 227 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/ |
D | IRadioNetworkResponse.aidl | 47 …id.hardware.radio.RadioResponseInfo info, in String longName, in String shortName, in String numer… in getOperatorResponse() argument
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/ |
D | RadioResponse-network.cpp | 187 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/ |
D | IRadioNetworkResponse.aidl | 50 …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/ |
D | IRadioNetworkResponse.aidl | 51 …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/ |
D | IRadioNetworkResponse.aidl | 51 …id.hardware.radio.RadioResponseInfo info, in String longName, in String shortName, in String numer… in getOperatorResponse() argument
|
/hardware/interfaces/radio/aidl/vts/ |
D | radio_network_utils.h | 85 const std::string& shortName,
|
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_utils_v1_0.h | 139 const ::android::hardware::hidl_string& shortName,
|
/hardware/interfaces/radio/1.1/vts/functional/ |
D | radio_hidl_hal_utils_v1_1.h | 137 const ::android::hardware::hidl_string& shortName,
|
/hardware/interfaces/radio/1.3/vts/functional/ |
D | radio_hidl_hal_utils_v1_3.h | 137 const ::android::hardware::hidl_string& shortName,
|
/hardware/interfaces/radio/1.2/vts/functional/ |
D | radio_hidl_hal_utils_v1_2.h | 176 const ::android::hardware::hidl_string& shortName,
|
/hardware/interfaces/radio/1.4/vts/functional/ |
D | radio_hidl_hal_utils_v1_4.h | 156 const ::android::hardware::hidl_string& shortName,
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/ |
D | RadioResponse.h | 100 const hidl_string& longName, const hidl_string& shortName,
|
/hardware/interfaces/radio/1.5/vts/functional/ |
D | radio_hidl_hal_utils_v1_5.h | 173 const ::android::hardware::hidl_string& shortName,
|
/hardware/interfaces/radio/1.6/vts/functional/ |
D | radio_hidl_hal_utils_v1_6.h | 194 const ::android::hardware::hidl_string& shortName,
|
/hardware/interfaces/radio/1.0/ |
D | IRadioResponse.hal | 467 * @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/ |
D | ril_service.cpp | 3921 hidl_string shortName; in getOperatorResponse() local 3931 shortName = convertCharPtrToHidlString(resp[1]); in getOperatorResponse() 3935 responseInfo, longName, shortName, numeric); in getOperatorResponse()
|