Home
last modified time | relevance | path

Searched refs:mRadioResponse (Results 1 – 5 of 5) sorted by relevance

/hardware/ril/libril/
Dril_service.cpp112 sp<IRadioResponse> mRadioResponse; member
746 radioService[slotId]->mRadioResponse = NULL; in checkReturnStatus()
779 mRadioResponse = radioResponseParam; in setResponseFunctions()
781 mRadioResponseV1_1 = V1_1::IRadioResponse::castFrom(mRadioResponse).withDefault(nullptr); in setResponseFunctions()
2902 if (radioService[slotId]->mRadioResponse != NULL) { in acknowledgeRequest()
2903 Return<void> retStatus = radioService[slotId]->mRadioResponse->acknowledgeRequest(serial); in acknowledgeRequest()
2961 if (radioService[slotId]->mRadioResponse != NULL) { in getIccCardStatusResponse()
2998 Return<void> retStatus = radioService[slotId]->mRadioResponse-> in getIccCardStatusResponse()
3015 if (radioService[slotId]->mRadioResponse != NULL) { in supplyIccPinForAppResponse()
3018 Return<void> retStatus = radioService[slotId]->mRadioResponse-> in supplyIccPinForAppResponse()
[all …]
/hardware/interfaces/radio/aidl/compat/libradiocompat/
DCallbackManager.cpp38 mRadioResponse(sp<compat::RadioResponse>::make(context)), in CallbackManager()
53 return *mRadioResponse; in response()
83 mHidlHal->setResponseFunctions(mRadioResponse, mRadioIndication).assertOk(); in delayedSetterThread()
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DCallbackManager.h31 sp<RadioResponse> mRadioResponse; variable
57 mRadioResponse->setResponseFunction(response); in setResponseFunctions()
/hardware/interfaces/radio/1.2/default/
DRadio.cpp28 mRadioResponse = radioResponse; in setResponseFunctions()
30 mRadioResponseV1_1 = ::android::hardware::radio::V1_1::IRadioResponse::castFrom(mRadioResponse) in setResponseFunctions()
39 mRadioResponseV1_2 = ::android::hardware::radio::V1_2::IRadioResponse::castFrom(mRadioResponse) in setResponseFunctions()
62 if (mRadioResponse != nullptr || mRadioResponseV1_1 != nullptr || in getIccCardStatus()
96 mRadioResponse->getIccCardStatusResponse(info, card_status_V1_0); in getIccCardStatus()
DRadio.h41 sp<::android::hardware::radio::V1_0::IRadioResponse> mRadioResponse; member