Home
last modified time | relevance | path

Searched refs:getIccCardStatusResponse (Results 1 – 21 of 21) sorted by relevance

/aosp12/hardware/ril/libril/
H A Dril_commands.h18 {RIL_REQUEST_GET_SIM_STATUS, radio::getIccCardStatusResponse},
H A Dril_service.h26 int getIccCardStatusResponse(int slotId, int responseType,
H A Dril_service.cpp2958 int radio::getIccCardStatusResponse(int slotId, in getIccCardStatusResponse() function in radio
2999 getIccCardStatusResponse(responseInfo, cardStatus); in getIccCardStatusResponse()
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp88 mRadioResponseV1_1->getIccCardStatusResponse(info, card_status_V1_0); in getIccCardStatus()
96 mRadioResponse->getIccCardStatusResponse(info, card_status_V1_0); in getIccCardStatus()
/aosp12/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_response.cpp24 Return<void> RadioResponse_v1_1::getIccCardStatusResponse(const RadioResponseInfo& info, in getIccCardStatusResponse() function in RadioResponse_v1_1
H A Dradio_hidl_hal_utils_v1_1.h79 Return<void> getIccCardStatusResponse(const RadioResponseInfo& info,
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_utils_v1_0.h81 Return<void> getIccCardStatusResponse(const RadioResponseInfo& info,
H A Dradio_response.cpp23 Return<void> RadioResponse::getIccCardStatusResponse(const RadioResponseInfo& info, in getIccCardStatusResponse() function in RadioResponse
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_response.cpp24 Return<void> RadioResponse_v1_2::getIccCardStatusResponse( in getIccCardStatusResponse() function in RadioResponse_v1_2
H A Dradio_hidl_hal_utils_v1_2.h113 Return<void> getIccCardStatusResponse(
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_response.cpp24 Return<void> RadioResponse_v1_3::getIccCardStatusResponse( in getIccCardStatusResponse() function in RadioResponse_v1_3
H A Dradio_hidl_hal_utils_v1_3.h74 Return<void> getIccCardStatusResponse(
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_response.cpp24 Return<void> RadioResponse_v1_4::getIccCardStatusResponse( in getIccCardStatusResponse() function in RadioResponse_v1_4
H A Dradio_hidl_hal_utils_v1_4.h93 Return<void> getIccCardStatusResponse(
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_response.cpp24 Return<void> RadioResponse_v1_5::getIccCardStatusResponse( in getIccCardStatusResponse() function in RadioResponse_v1_5
H A Dradio_hidl_hal_utils_v1_5.h110 Return<void> getIccCardStatusResponse(
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_response.cpp24 Return<void> RadioResponse_v1_6::getIccCardStatusResponse( in getIccCardStatusResponse() function in RadioResponse_v1_6
H A Dradio_hidl_hal_utils_v1_6.h115 Return<void> getIccCardStatusResponse(
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioResponse.java124 public void getIccCardStatusResponse(RadioResponseInfo responseInfo, CardStatus cardStatus) { in getIccCardStatusResponse() method in RadioResponse
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal44 * Response function is IRadioResponse.getIccCardStatusResponse()
H A DIRadioResponse.hal38 oneway getIccCardStatusResponse(RadioResponseInfo info, CardStatus cardStatus);