Home
last modified time | relevance | path

Searched refs:prl (Results 1 – 13 of 13) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_misc.cpp627 std::vector<uint8_t> prl = {1, 2, 3, 4, 5}; in TEST_P() local
629 radio->nvWriteCdmaPrl(serial, hidl_vec<uint8_t>(prl)); in TEST_P()
H A Dradio_hidl_hal_utils_v1_0.h297 const ::android::hardware::hidl_string& prl);
/aosp12/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_hidl_hal_utils_v1_1.h295 const ::android::hardware::hidl_string& prl);
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.h211 Return<void> nvWriteCdmaPrl(int32_t serial, const hidl_vec<uint8_t>& prl) override;
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_hidl_hal_utils_v1_3.h296 const ::android::hardware::hidl_string& prl);
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_hidl_hal_utils_v1_2.h334 const ::android::hardware::hidl_string& prl);
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_hidl_hal_utils_v1_4.h317 const ::android::hardware::hidl_string& prl);
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_hidl_hal_utils_v1_5.h334 const ::android::hardware::hidl_string& prl);
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioResponse.java1276 String hSid, String hNid, String min, String prl) { in getCDMASubscriptionResponse() argument
1277 responseStrings(responseInfo, mdn, hSid, hNid, min, prl); in getCDMASubscriptionResponse()
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_hidl_hal_utils_v1_6.h407 const ::android::hardware::hidl_string& prl);
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal1351 * @param prl PRL as a byte array
1355 oneway nvWriteCdmaPrl(int32_t serial, vec<uint8_t> prl);
H A DIRadioResponse.hal1798 * @param prl PRL version if CDMA subscription is available
1816 string hNid, string min, string prl);
/aosp12/hardware/ril/libril/
H A Dril_service.cpp396 const ::android::hardware::hidl_vec<uint8_t>& prl);
2302 Return<void> RadioImpl::nvWriteCdmaPrl(int32_t serial, const hidl_vec<uint8_t>& prl) { in nvWriteCdmaPrl() argument
2306 dispatchRaw(serial, mSlotId, RIL_REQUEST_NV_WRITE_CDMA_PRL, prl); in nvWriteCdmaPrl()