Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp10671 auto networkCb = radioService[slotId]->mCallbackManager->indication().networkCb(); in cellularIdentifierDisclosedInd() local
10673 if (!networkCb) { in cellularIdentifierDisclosedInd()
10689 networkCb->cellularIdentifierDisclosed(aidl_radio::RadioIndicationType(indicationType), in cellularIdentifierDisclosedInd()
10701 auto networkCb = radioService[slotId]->mCallbackManager->indication().networkCb(); in securityAlgorithmUpdatedInd() local
10703 if (!networkCb) { in securityAlgorithmUpdatedInd()
10717 networkCb->securityAlgorithmsUpdated(aidl_radio::RadioIndicationType(indicationType), update); in securityAlgorithmUpdatedInd()