Searched defs:slotId (Results 1 - 5 of 5) sorted by relevance

/hardware/interfaces/weaver/1.0/vts/functional/
H A DVtsHalWeaverV1_0TargetTest.cpp138 constexpr uint32_t slotId = 0; local
139 const auto ret = weaver->write(slotId, KEY, VALUE);
147 const auto readRet = weaver->read(slotId, KEY, [&](WeaverReadStatus s, WeaverReadResponse r) {
166 constexpr uint32_t slotId = 0; local
167 const auto initialWriteRet = weaver->write(slotId, WRONG_KEY, VALUE);
171 const auto overwriteRet = weaver->write(slotId, KEY, OTHER_VALUE);
179 const auto readRet = weaver->read(slotId, KEY, [&](WeaverReadStatus s, WeaverReadResponse r) {
197 constexpr uint32_t slotId = 0; local
198 const auto ret = weaver->write(slotId, KEY, VALUE);
206 weaver->read(slotId, WRONG_KE
291 constexpr uint32_t slotId = 0; local
312 constexpr uint32_t slotId = 0; local
333 constexpr uint32_t slotId = 0; local
[all...]
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h261 int32_t slotId; member in struct:android::Codec2Client::Listener::RenderedFrame
/hardware/ril/libril/
H A Dsap_service.cpp46 int32_t slotId; member in struct:SapImpl
89 RLOGD("SapImpl::setCallback for slotId %d", slotId);
184 sapService[slotId]->checkReturnStatus(retStatus);
960 sapService[i]->slotId = i;
962 RLOGD("registerService: starting ISap %s for slotId %d", serviceNames[i], i);
H A Dril.cpp90 int (*responseFunction) (int slotId, int responseType, int token,
199 addRequestToList(int serial, int slotId, int request) { argument
202 RIL_SOCKET_ID socket_id = (RIL_SOCKET_ID) slotId;
H A Dril_service.cpp536 bool dispatchVoid(int serial, int slotId, int request) { argument
537 RequestInfo *pRI = android::addRequestToList(serial, slotId, request);
541 CALL_ONREQUEST(request, NULL, 0, pRI, slotId);
545 bool dispatchString(int serial, int slotId, int request, const char * str) { argument
546 RequestInfo *pRI = android::addRequestToList(serial, slotId, request);
556 CALL_ONREQUEST(request, pString, sizeof(char *), pRI, slotId);
562 bool dispatchStrings(int serial, int slotId, int request, bool allowEmpty, int countStrings, ...) { argument
563 RequestInfo *pRI = android::addRequestToList(serial, slotId, request);
590 CALL_ONREQUEST(request, pStrings, countStrings * sizeof(char *), pRI, slotId);
605 bool dispatchStrings(int serial, int slotId, in argument
645 dispatchInts(int serial, int slotId, int request, int countInts, ...) argument
676 dispatchCallForwardStatus(int serial, int slotId, int request, const CallForwardInfo& callInfo) argument
701 dispatchRaw(int serial, int slotId, int request, const hidl_vec<uint8_t>& rawBytes) argument
714 dispatchIccApdu(int serial, int slotId, int request, const SimApdu& message) argument
740 checkReturnStatus(int32_t slotId, Return<void>& ret, bool isRadioService) argument
2938 acknowledgeRequest(int slotId, int serial) argument
2995 getIccCardStatusResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3045 supplyIccPinForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3067 supplyIccPukForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3088 supplyIccPin2ForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3109 supplyIccPuk2ForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3130 changeIccPinForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3151 changeIccPin2ForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3172 supplyNetworkDepersonalizationResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3193 getCurrentCallsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3251 dialResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3270 getIMSIForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3291 hangupConnectionResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3312 hangupWaitingOrBackgroundResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3334 hangupForegroundResumeBackgroundResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3356 switchWaitingOrHoldingAndActiveResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3378 conferenceResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3398 rejectCallResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3418 getLastCallFailCauseResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3457 getSignalStrengthResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3775 getVoiceRegistrationStateResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3839 getDataRegistrationStateResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3895 getOperatorResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3930 setRadioPowerResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3949 sendDtmfResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3988 sendSmsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4010 sendSMSExpectMoreResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4032 setupDataCallResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4088 iccIOForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4110 sendUssdResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4131 cancelPendingUssdResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4152 getClirResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4182 setClirResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4202 getCallForwardStatusResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4243 setCallForwardResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4263 getCallWaitingResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4294 setCallWaitingResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4314 acknowledgeLastIncomingGsmSmsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4336 acceptCallResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4357 deactivateDataCallResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4378 getFacilityLockForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4399 setFacilityLockForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4421 setBarringPasswordResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4442 getNetworkSelectionModeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4473 setNetworkSelectionModeAutomaticResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4495 setNetworkSelectionModeManualResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4531 getAvailableNetworksResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4574 startDtmfResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4594 stopDtmfResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4614 getBasebandVersionResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4635 separateConnectionResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4656 setMuteResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4676 getMuteResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4704 getClipResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4724 getDataCallListResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4754 setSuppServiceNotificationsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4776 deleteSmsOnSimResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4796 setBandModeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4816 writeSmsToSimResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4836 getAvailableBandModesResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4870 sendEnvelopeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4891 sendTerminalResponseToSimResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4913 handleStkCallSetupRequestFromSimResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4936 explicitCallTransferResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4957 setPreferredNetworkTypeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4980 getPreferredNetworkTypeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5002 getNeighboringCidsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5040 setLocationUpdatesResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5061 setCdmaSubscriptionSourceResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5083 setCdmaRoamingPreferenceResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5105 getCdmaRoamingPreferenceResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5127 setTTYModeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5147 getTTYModeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5168 setPreferredVoicePrivacyResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5190 getPreferredVoicePrivacyResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5221 sendCDMAFeatureCodeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5242 sendBurstDtmfResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5262 sendCdmaSmsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5284 acknowledgeLastIncomingCdmaSmsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5306 getGsmBroadcastConfigResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5348 setGsmBroadcastConfigResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5369 setGsmBroadcastActivationResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5391 getCdmaBroadcastConfigResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5431 setCdmaBroadcastConfigResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5453 setCdmaBroadcastActivationResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5475 getCDMASubscriptionResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5515 writeSmsToRuimResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5535 deleteSmsOnRuimResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5555 getDeviceIdentityResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5593 exitEmergencyCallbackModeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5615 getSmscAddressResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5636 setSmscAddressResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5656 reportSmsMemoryStatusResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5677 reportStkServiceIsRunningResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5698 getCdmaSubscriptionSourceResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5720 requestIsimAuthenticationResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5743 acknowledgeIncomingGsmSmsWithPduResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5766 sendEnvelopeWithStatusResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5790 getVoiceRadioTechnologyResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5812 getCellInfoListResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5843 setCellInfoListRateResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5865 setInitialAttachApnResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5886 getImsRegistrationStateResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5919 sendImsSmsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5941 iccTransmitApduBasicChannelResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5965 iccOpenLogicalChannelResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6003 iccCloseLogicalChannelResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6025 iccTransmitApduLogicalChannelResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6049 nvReadItemResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6070 nvWriteItemResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6090 nvWriteCdmaPrlResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6110 nvResetConfigResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6130 setUiccSubscriptionResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6151 setDataAllowedResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6171 getHardwareConfigResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6201 requestIccSimAuthenticationResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6225 setDataProfileResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6245 requestShutdownResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6278 getRadioCapabilityResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6300 setRadioCapabilityResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6338 startLceServiceResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6361 stopLceServiceResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6384 pullLceDataResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6413 getModemActivityInfoResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6449 setAllowedCarriersResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6471 getAllowedCarriersResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6531 sendDeviceStateResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responselen) argument
6551 setCarrierInfoForImsiEncryptionResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6568 setIndicationFilterResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responselen) argument
6589 setSimCardPowerResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6618 startNetworkScanResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6637 stopNetworkScanResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6662 startKeepaliveResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6690 stopKeepaliveResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6710 sendRequestRawResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6741 sendRequestStringsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6789 radioStateChangedInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
6806 callStateChangedInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
6823 networkStateChangedInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
6877 newSmsInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
6907 newSmsStatusReportInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
6938 newSmsOnSimInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
6959 onUssdInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
6983 nitzTimeReceivedInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7051 currentSignalStrengthInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7103 dataCallListChangedInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7127 suppSvcNotifyInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7157 stkSessionEndInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7173 stkProactiveCommandInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7195 stkEventNotifyInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7216 stkCallSetupInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7237 simSmsStorageFullInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7254 simRefreshInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7290 callRingInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7319 simStatusChangedInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7336 cdmaNewSmsInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7384 newBroadcastSmsInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7408 cdmaRuimSmsStorageFullInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7426 restrictedStateChangedInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7449 enterEmergencyCallbackModeInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7467 cdmaCallWaitingInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7500 cdmaOtaProvisionStatusInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7523 cdmaInfoRecInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7701 indicateRingbackToneInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7723 resendIncallMuteInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7740 cdmaSubscriptionSourceChangedInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7764 cdmaPrlChangedInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7786 exitEmergencyCallbackModeInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7804 rilConnectedInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7819 voiceRadioTechChangedInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
7987 cellInfoListInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8012 imsNetworkStateChangedInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8030 subscriptionStatusChangedInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8053 srvccStateNotifyInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8108 hardwareConfigChangedInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8144 radioCapabilityIndicationInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8183 onSupplementaryServiceIndicationInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8263 stkCallControlAlphaNotifyInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8293 lceDataInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8317 pcoDataInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8346 modemResetInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8368 networkScanResultInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8404 carrierInfoForImsiEncryption(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8424 keepaliveStatusInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8457 oemHookRawInd(int slotId, int indicationType, int token, RIL_Errno e, void *response, size_t responseLen) argument
8533 getRadioServiceRwlock(int slotId) argument
8550 setNitzTimeReceived(int slotId, long timeReceived) argument
[all...]

Completed in 188 milliseconds