Searched defs:serial (Results 1 - 13 of 13) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_icc.cpp33 int serial = GetRandomSerialNumber(); local
42 radio->supplyIccPinForApp(serial, hidl_string("test1"),
45 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
56 int serial = GetRandomSerialNumber(); local
65 radio->supplyIccPukForApp(serial, hidl_string("test1"), hidl_string("test2"),
68 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
79 int serial = GetRandomSerialNumber(); local
88 radio->supplyIccPin2ForApp(serial, hidl_strin
102 int serial = GetRandomSerialNumber(); local
125 int serial = GetRandomSerialNumber(); local
148 int serial = GetRandomSerialNumber(); local
171 int serial = GetRandomSerialNumber(); local
199 int serial = GetRandomSerialNumber(); local
224 int serial = GetRandomSerialNumber(); local
241 int serial = GetRandomSerialNumber(); local
256 int serial = GetRandomSerialNumber(); local
270 int serial = GetRandomSerialNumber(); local
287 int serial = GetRandomSerialNumber(); local
305 int serial = GetRandomSerialNumber(); local
[all...]
H A Dradio_hidl_hal_voice.cpp23 int serial = GetRandomSerialNumber(); local
25 radio->getCurrentCalls(serial);
28 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
39 int serial = GetRandomSerialNumber(); local
45 radio->dial(serial, dialInfo);
48 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
70 int serial = GetRandomSerialNumber(); local
72 radio->hangup(serial,
89 int serial = GetRandomSerialNumber(); local
106 int serial = GetRandomSerialNumber(); local
123 int serial = GetRandomSerialNumber(); local
140 int serial = GetRandomSerialNumber(); local
157 int serial = GetRandomSerialNumber(); local
174 int serial = GetRandomSerialNumber(); local
190 int serial = GetRandomSerialNumber(); local
208 int serial = GetRandomSerialNumber(); local
225 int serial = GetRandomSerialNumber(); local
247 int serial = GetRandomSerialNumber(); local
269 int serial = GetRandomSerialNumber(); local
288 int serial = GetRandomSerialNumber(); local
307 int serial = GetRandomSerialNumber(); local
324 int serial = GetRandomSerialNumber(); local
343 int serial = GetRandomSerialNumber(); local
360 int serial = GetRandomSerialNumber(); local
382 int serial = GetRandomSerialNumber(); local
403 int serial = GetRandomSerialNumber(); local
424 int serial = GetRandomSerialNumber(); local
443 int serial = GetRandomSerialNumber(); local
461 int serial = GetRandomSerialNumber(); local
477 int serial = GetRandomSerialNumber(); local
[all...]
H A Dradio_hidl_hal_misc.cpp23 int serial = GetRandomSerialNumber(); local
25 radio->getSignalStrength(serial);
28 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
39 int serial = GetRandomSerialNumber(); local
41 radio->getVoiceRegistrationState(serial);
44 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
55 int serial = GetRandomSerialNumber(); local
57 radio->getOperator(serial);
71 int serial = GetRandomSerialNumber(); local
87 int serial = GetRandomSerialNumber(); local
103 int serial = GetRandomSerialNumber(); local
122 int serial = GetRandomSerialNumber(); local
142 int serial = GetRandomSerialNumber(); local
163 int serial = GetRandomSerialNumber(); local
179 int serial = GetRandomSerialNumber(); local
195 int serial = GetRandomSerialNumber(); local
211 int serial = GetRandomSerialNumber(); local
227 int serial = GetRandomSerialNumber(); local
243 int serial = GetRandomSerialNumber(); local
259 int serial = GetRandomSerialNumber(); local
275 int serial = GetRandomSerialNumber(); local
291 int serial = GetRandomSerialNumber(); local
308 int serial = GetRandomSerialNumber(); local
324 int serial = GetRandomSerialNumber(); local
340 int serial = GetRandomSerialNumber(); local
356 int serial = GetRandomSerialNumber(); local
372 int serial = GetRandomSerialNumber(); local
388 int serial = GetRandomSerialNumber(); local
404 int serial = GetRandomSerialNumber(); local
420 int serial = GetRandomSerialNumber(); local
436 int serial = GetRandomSerialNumber(); local
455 int serial = GetRandomSerialNumber(); local
471 int serial = GetRandomSerialNumber(); local
488 int serial = GetRandomSerialNumber(); local
505 int serial = GetRandomSerialNumber(); local
521 int serial = GetRandomSerialNumber(); local
540 int serial = GetRandomSerialNumber(); local
557 int serial = GetRandomSerialNumber(); local
573 int serial = GetRandomSerialNumber(); local
595 int serial = GetRandomSerialNumber(); local
611 int serial = GetRandomSerialNumber(); local
627 int serial = GetRandomSerialNumber(); local
643 int serial = GetRandomSerialNumber(); local
665 int serial = GetRandomSerialNumber(); local
684 int serial = GetRandomSerialNumber(); local
701 int serial = GetRandomSerialNumber(); local
718 int serial = GetRandomSerialNumber(); local
734 int serial = GetRandomSerialNumber(); local
772 int serial = GetRandomSerialNumber(); local
788 int serial = GetRandomSerialNumber(); local
805 int serial = GetRandomSerialNumber(); local
822 int serial = GetRandomSerialNumber(); local
[all...]
H A Dradio_hidl_hal_stk.cpp25 int serial = GetRandomSerialNumber(); local
30 radio->sendEnvelope(serial, content);
34 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
44 serial = GetRandomSerialNumber();
47 radio->sendEnvelope(serial, content);
51 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
65 int serial = GetRandomSerialNumber(); local
70 radio->sendTerminalResponseToSim(serial, commandRespons
105 int serial = GetRandomSerialNumber(); local
126 int serial = GetRandomSerialNumber(); local
145 int serial = GetRandomSerialNumber(); local
[all...]
H A Dradio_hidl_hal_test.cpp32 int serial = GetRandomSerialNumber(); local
33 radio->getIccCardStatus(serial);
36 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
H A Dradio_hidl_hal_cell_broadcast.cpp25 int serial = GetRandomSerialNumber(); local
70 radio->setGsmBroadcastConfig(serial, gsmBroadcastSmsConfigsInfoList);
74 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
89 int serial = GetRandomSerialNumber(); local
91 radio->getGsmBroadcastConfig(serial);
95 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
108 int serial = GetRandomSerialNumber(); local
118 radio->setCdmaBroadcastConfig(serial, cdmaBroadcastSmsConfigInfoLis
134 int serial = GetRandomSerialNumber(); local
151 int serial = GetRandomSerialNumber(); local
170 int serial = GetRandomSerialNumber(); local
[all...]
H A Dradio_hidl_hal_data.cpp25 int serial = GetRandomSerialNumber(); local
27 radio->getDataRegistrationState(serial);
31 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
42 int serial = GetRandomSerialNumber(); local
70 radio->setupDataCall(serial, radioTechnology, dataProfileInfo, modemCognitive, roamingAllowed,
75 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
90 int serial = GetRandomSerialNumber(); local
94 radio->deactivateDataCall(serial, ci
109 int serial = GetRandomSerialNumber(); local
127 int serial = GetRandomSerialNumber(); local
170 int serial = GetRandomSerialNumber(); local
188 int serial = GetRandomSerialNumber(); local
[all...]
H A Dradio_hidl_hal_ims.cpp25 int serial = GetRandomSerialNumber(); local
27 radio->getClir(serial);
31 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
42 int serial = GetRandomSerialNumber(); local
45 radio->setClir(serial, status);
49 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
60 int serial = GetRandomSerialNumber(); local
66 radio->getFacilityLockForApp(serial, facilit
83 int serial = GetRandomSerialNumber(); local
107 int serial = GetRandomSerialNumber(); local
131 int serial = GetRandomSerialNumber(); local
148 int serial = GetRandomSerialNumber(); local
166 int serial = GetRandomSerialNumber(); local
184 int serial = GetRandomSerialNumber(); local
[all...]
H A Dradio_hidl_hal_sms.cpp25 int serial = GetRandomSerialNumber(); local
30 radio->sendSms(serial, msg);
34 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
48 int serial = GetRandomSerialNumber(); local
53 radio->sendSMSExpectMore(serial, msg);
60 EXPECT_EQ(serial, radioRsp->rspInfo.serial);
73 int serial = GetRandomSerialNumber(); local
76 radio->acknowledgeLastIncomingGsmSms(serial, succes
94 int serial = GetRandomSerialNumber(); local
113 int serial = GetRandomSerialNumber(); local
156 int serial = GetRandomSerialNumber(); local
180 int serial = GetRandomSerialNumber(); local
230 int serial = GetRandomSerialNumber(); local
248 int serial = GetRandomSerialNumber(); local
268 int serial = GetRandomSerialNumber(); local
296 int serial = GetRandomSerialNumber(); local
319 int serial = GetRandomSerialNumber(); local
372 int serial = GetRandomSerialNumber(); local
424 int serial = GetRandomSerialNumber(); local
[all...]
/hardware/qcom/wlan/qcwcn/wcnss-service/
H A Dwcnss_service.c366 char serial[PROPERTY_VALUE_MAX]; local
377 rc = property_get("ro.serialno", serial, "");
379 serial_num = convert_string_to_hex(serial);
/hardware/ril/libril/
H A Dril.cpp222 addRequestToList(int serial, int slotId, int request) { argument
257 pRI->token = serial;
H A Dril_service.cpp120 Return<void> getIccCardStatus(int32_t serial);
122 Return<void> supplyIccPinForApp(int32_t serial, const hidl_string& pin,
125 Return<void> supplyIccPukForApp(int32_t serial, const hidl_string& puk,
128 Return<void> supplyIccPin2ForApp(int32_t serial,
132 Return<void> supplyIccPuk2ForApp(int32_t serial, const hidl_string& puk2,
135 Return<void> changeIccPinForApp(int32_t serial, const hidl_string& oldPin,
138 Return<void> changeIccPin2ForApp(int32_t serial, const hidl_string& oldPin2,
141 Return<void> supplyNetworkDepersonalization(int32_t serial, const hidl_string& netPin);
143 Return<void> getCurrentCalls(int32_t serial);
145 Return<void> dial(int32_t serial, cons
507 dispatchVoid(int serial, int slotId, int request) argument
516 dispatchString(int serial, int slotId, int request, const char * str) argument
533 dispatchStrings(int serial, int slotId, int request, int countStrings, ...) argument
576 dispatchStrings(int serial, int slotId, int request, const hidl_vec<hidl_string>& data) argument
616 dispatchInts(int serial, int slotId, int request, int countInts, ...) argument
647 dispatchCallForwardStatus(int serial, int slotId, int request, const CallForwardInfo& callInfo) argument
672 dispatchRaw(int serial, int slotId, int request, const hidl_vec<uint8_t>& rawBytes) argument
685 dispatchIccApdu(int serial, int slotId, int request, const SimApdu& message) argument
781 getIccCardStatus(int32_t serial) argument
789 supplyIccPinForApp(int32_t serial, const hidl_string& pin, const hidl_string& aid) argument
799 supplyIccPukForApp(int32_t serial, const hidl_string& puk, const hidl_string& pin, const hidl_string& aid) argument
809 supplyIccPin2ForApp(int32_t serial, const hidl_string& pin2, const hidl_string& aid) argument
819 supplyIccPuk2ForApp(int32_t serial, const hidl_string& puk2, const hidl_string& pin2, const hidl_string& aid) argument
829 changeIccPinForApp(int32_t serial, const hidl_string& oldPin, const hidl_string& newPin, const hidl_string& aid) argument
839 changeIccPin2ForApp(int32_t serial, const hidl_string& oldPin2, const hidl_string& newPin2, const hidl_string& aid) argument
849 supplyNetworkDepersonalization(int32_t serial, const hidl_string& netPin) argument
859 getCurrentCalls(int32_t serial) argument
867 dial(int32_t serial, const Dial& dialInfo) argument
909 getImsiForApp(int32_t serial, const hidl_string& aid) argument
918 hangup(int32_t serial, int32_t gsmIndex) argument
926 hangupWaitingOrBackground(int32_t serial) argument
934 hangupForegroundResumeBackground(int32_t serial) argument
942 switchWaitingOrHoldingAndActive(int32_t serial) argument
950 conference(int32_t serial) argument
958 rejectCall(int32_t serial) argument
966 getLastCallFailCause(int32_t serial) argument
974 getSignalStrength(int32_t serial) argument
982 getVoiceRegistrationState(int32_t serial) argument
990 getDataRegistrationState(int32_t serial) argument
998 getOperator(int32_t serial) argument
1006 setRadioPower(int32_t serial, bool on) argument
1012 sendDtmf(int32_t serial, const hidl_string& s) argument
1020 sendSms(int32_t serial, const GsmSmsMessage& message) argument
1029 sendSMSExpectMore(int32_t serial, const GsmSmsMessage& message) argument
1056 setupDataCall(int32_t serial, RadioTechnology radioTechnology, const DataProfileInfo& dataProfileInfo, bool modemCognitive, bool roamingAllowed, bool isRoaming) argument
1112 iccIOForApp(int32_t serial, const IccIo& iccIo) argument
1154 sendUssd(int32_t serial, const hidl_string& ussd) argument
1162 cancelPendingUssd(int32_t serial) argument
1170 getClir(int32_t serial) argument
1178 setClir(int32_t serial, int32_t status) argument
1186 getCallForwardStatus(int32_t serial, const CallForwardInfo& callInfo) argument
1195 setCallForward(int32_t serial, const CallForwardInfo& callInfo) argument
1204 getCallWaiting(int32_t serial, int32_t serviceClass) argument
1212 setCallWaiting(int32_t serial, bool enable, int32_t serviceClass) argument
1221 acknowledgeLastIncomingGsmSms(int32_t serial, bool success, SmsAcknowledgeFailCause cause) argument
1231 acceptCall(int32_t serial) argument
1239 deactivateDataCall(int32_t serial, int32_t cid, bool reasonRadioShutDown) argument
1249 getFacilityLockForApp(int32_t serial, const hidl_string& facility, const hidl_string& password, int32_t serviceClass, const hidl_string& appId) argument
1261 setFacilityLockForApp(int32_t serial, const hidl_string& facility, bool lockState, const hidl_string& password, int32_t serviceClass, const hidl_string& appId) argument
1273 setBarringPassword(int32_t serial, const hidl_string& facility, const hidl_string& oldPassword, const hidl_string& newPassword) argument
1284 getNetworkSelectionMode(int32_t serial) argument
1292 setNetworkSelectionModeAutomatic(int32_t serial) argument
1300 setNetworkSelectionModeManual(int32_t serial, const hidl_string& operatorNumeric) argument
1310 getAvailableNetworks(int32_t serial) argument
1318 startDtmf(int32_t serial, const hidl_string& s) argument
1327 stopDtmf(int32_t serial) argument
1335 getBasebandVersion(int32_t serial) argument
1343 separateConnection(int32_t serial, int32_t gsmIndex) argument
1351 setMute(int32_t serial, bool enable) argument
1359 getMute(int32_t serial) argument
1367 getClip(int32_t serial) argument
1375 getDataCallList(int32_t serial) argument
1383 setSuppServiceNotifications(int32_t serial, bool enable) argument
1392 writeSmsToSim(int32_t serial, const SmsWriteArgs& smsWriteArgs) argument
1421 deleteSmsOnSim(int32_t serial, int32_t index) argument
1429 setBandMode(int32_t serial, RadioBandMode mode) argument
1437 getAvailableBandModes(int32_t serial) argument
1445 sendEnvelope(int32_t serial, const hidl_string& command) argument
1454 sendTerminalResponseToSim(int32_t serial, const hidl_string& commandResponse) argument
1464 handleStkCallSetupRequestFromSim(int32_t serial, bool accept) argument
1473 explicitCallTransfer(int32_t serial) argument
1481 setPreferredNetworkType(int32_t serial, PreferredNetworkType nwType) argument
1489 getPreferredNetworkType(int32_t serial) argument
1497 getNeighboringCids(int32_t serial) argument
1505 setLocationUpdates(int32_t serial, bool enable) argument
1513 setCdmaSubscriptionSource(int32_t serial, CdmaSubscriptionSource cdmaSub) argument
1521 setCdmaRoamingPreference(int32_t serial, CdmaRoamingType type) argument
1529 getCdmaRoamingPreference(int32_t serial) argument
1537 setTTYMode(int32_t serial, TtyMode mode) argument
1545 getTTYMode(int32_t serial) argument
1553 setPreferredVoicePrivacy(int32_t serial, bool enable) argument
1562 getPreferredVoicePrivacy(int32_t serial) argument
1570 sendCDMAFeatureCode(int32_t serial, const hidl_string& featureCode) argument
1579 sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on, int32_t off) argument
1621 sendCdmaSms(int32_t serial, const CdmaSmsMessage& sms) argument
1637 acknowledgeLastIncomingCdmaSms(int32_t serial, const CdmaSmsAck& smsAck) argument
1655 getGsmBroadcastConfig(int32_t serial) argument
1663 setGsmBroadcastConfig(int32_t serial, const hidl_vec<GsmBroadcastSmsConfigInfo>& configInfo) argument
1693 setGsmBroadcastActivation(int32_t serial, bool activate) argument
1702 getCdmaBroadcastConfig(int32_t serial) argument
1710 setCdmaBroadcastConfig(int32_t serial, const hidl_vec<CdmaBroadcastSmsConfigInfo>& configInfo) argument
1738 setCdmaBroadcastActivation(int32_t serial, bool activate) argument
1747 getCDMASubscription(int32_t serial) argument
1755 writeSmsToRuim(int32_t serial, const CdmaSmsWriteArgs& cdmaSms) argument
1773 deleteSmsOnRuim(int32_t serial, int32_t index) argument
1781 getDeviceIdentity(int32_t serial) argument
1789 exitEmergencyCallbackMode(int32_t serial) argument
1797 getSmscAddress(int32_t serial) argument
1805 setSmscAddress(int32_t serial, const hidl_string& smsc) argument
1814 reportSmsMemoryStatus(int32_t serial, bool available) argument
1823 reportStkServiceIsRunning(int32_t serial) argument
1831 getCdmaSubscriptionSource(int32_t serial) argument
1839 requestIsimAuthentication(int32_t serial, const hidl_string& challenge) argument
1848 acknowledgeIncomingGsmSmsWithPdu(int32_t serial, bool success, const hidl_string& ackPdu) argument
1858 sendEnvelopeWithStatus(int32_t serial, const hidl_string& contents) argument
1867 getVoiceRadioTechnology(int32_t serial) argument
1875 getCellInfoList(int32_t serial) argument
1883 setCellInfoListRate(int32_t serial, int32_t rate) argument
1891 setInitialAttachApn(int32_t serial, const DataProfileInfo& dataProfileInfo, bool modemCognitive, bool isRoaming) argument
2002 getImsRegistrationState(int32_t serial) argument
2090 sendImsSms(int32_t serial, const ImsSmsMessage& message) argument
2113 iccTransmitApduBasicChannel(int32_t serial, const SimApdu& message) argument
2121 iccOpenLogicalChannel(int32_t serial, const hidl_string& aid, int32_t p2) argument
2148 iccCloseLogicalChannel(int32_t serial, int32_t channelId) argument
2156 iccTransmitApduLogicalChannel(int32_t serial, const SimApdu& message) argument
2164 nvReadItem(int32_t serial, NvItem itemId) argument
2180 nvWriteItem(int32_t serial, const NvWriteItem& item) argument
2203 nvWriteCdmaPrl(int32_t serial, const hidl_vec<uint8_t>& prl) argument
2211 nvResetConfig(int32_t serial, ResetNvType resetType) argument
2237 setUiccSubscription(int32_t serial, const SelectUiccSub& uiccSub) argument
2258 setDataAllowed(int32_t serial, bool allow) argument
2266 getHardwareConfig(int32_t serial) argument
2274 requestIccSimAuthentication(int32_t serial, int32_t authContext, const hidl_string& authData, const hidl_string& aid) argument
2338 setDataProfile(int32_t serial, const hidl_vec<DataProfileInfo>& profiles, bool isRoaming) argument
2499 requestShutdown(int32_t serial) argument
2507 getRadioCapability(int32_t serial) argument
2515 setRadioCapability(int32_t serial, const RadioCapability& rc) argument
2538 startLceService(int32_t serial, int32_t reportInterval, bool pullMode) argument
2547 stopLceService(int32_t serial) argument
2555 pullLceData(int32_t serial) argument
2563 getModemActivityInfo(int32_t serial) argument
2571 setAllowedCarriers(int32_t serial, bool allAllowed, const CarrierRestrictions& carriers) argument
2636 getAllowedCarriers(int32_t serial) argument
2644 sendDeviceState(int32_t serial, DeviceStateType deviceStateType, bool state) argument
2665 setIndicationFilter(int32_t serial, int32_t indicationFilter) argument
2679 setSimCardPower(int32_t serial, bool powerUp) argument
2713 sendRequestRaw(int32_t serial, const hidl_vec<uint8_t>& data) argument
2721 sendRequestStrings(int32_t serial, const hidl_vec<hidl_string>& data) argument
2736 acknowledgeRequest(int slotId, int serial) argument
2745 populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e) argument
2759 responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, void *response, size_t responseLen) argument
2778 responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, void *response, size_t responseLen) argument
2793 getIccCardStatusResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
2840 supplyIccPinForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
2862 supplyIccPukForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
2883 supplyIccPin2ForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
2904 supplyIccPuk2ForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
2925 changeIccPinForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
2946 changeIccPin2ForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
2967 supplyNetworkDepersonalizationResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
2988 getCurrentCallsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3045 dialResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3064 getIMSIForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3085 hangupConnectionResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3106 hangupWaitingOrBackgroundResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3128 hangupForegroundResumeBackgroundResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3150 switchWaitingOrHoldingAndActiveResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3172 conferenceResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3192 rejectCallResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3212 getLastCallFailCauseResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3251 getSignalStrengthResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3568 getVoiceRegistrationStateResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3632 getDataRegistrationStateResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3688 getOperatorResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3723 setRadioPowerResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3742 sendDtmfResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3763 makeSendSmsResult(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, void *response, size_t responseLen) argument
3781 sendSmsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3803 sendSMSExpectMoreResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3825 setupDataCallResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3863 responseIccIo(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, void *response, size_t responseLen) argument
3881 iccIOForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3903 sendUssdResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3924 cancelPendingUssdResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3945 getClirResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3975 setClirResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
3995 getCallForwardStatusResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4036 setCallForwardResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4056 getCallWaitingResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4087 setCallWaitingResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4107 acknowledgeLastIncomingGsmSmsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4129 acceptCallResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4150 deactivateDataCallResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4171 getFacilityLockForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4192 setFacilityLockForAppResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4214 setBarringPasswordResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4235 getNetworkSelectionModeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4267 setNetworkSelectionModeAutomaticResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4289 setNetworkSelectionModeManualResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4325 getAvailableNetworksResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4368 startDtmfResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4388 stopDtmfResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4408 getBasebandVersionResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4429 separateConnectionResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4450 setMuteResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4470 getMuteResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4499 getClipResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4519 getDataCallListResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4549 setSuppServiceNotificationsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4571 deleteSmsOnSimResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4591 setBandModeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4611 writeSmsToSimResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4631 getAvailableBandModesResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4665 sendEnvelopeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4686 sendTerminalResponseToSimResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4708 handleStkCallSetupRequestFromSimResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4731 explicitCallTransferResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4752 setPreferredNetworkTypeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4775 getPreferredNetworkTypeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4797 getNeighboringCidsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4835 setLocationUpdatesResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4856 setCdmaSubscriptionSourceResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4878 setCdmaRoamingPreferenceResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4900 getCdmaRoamingPreferenceResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4922 setTTYModeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4942 getTTYModeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4963 setPreferredVoicePrivacyResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
4985 getPreferredVoicePrivacyResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5016 sendCDMAFeatureCodeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5037 sendBurstDtmfResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5057 sendCdmaSmsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5079 acknowledgeLastIncomingCdmaSmsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5101 getGsmBroadcastConfigResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5143 setGsmBroadcastConfigResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5164 setGsmBroadcastActivationResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5186 getCdmaBroadcastConfigResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5226 setCdmaBroadcastConfigResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5248 setCdmaBroadcastActivationResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5270 getCDMASubscriptionResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5310 writeSmsToRuimResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5330 deleteSmsOnRuimResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5350 getDeviceIdentityResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5388 exitEmergencyCallbackModeResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5410 getSmscAddressResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5431 setSmscAddressResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5451 reportSmsMemoryStatusResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5472 reportStkServiceIsRunningResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5493 getCdmaSubscriptionSourceResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5515 requestIsimAuthenticationResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5538 acknowledgeIncomingGsmSmsWithPduResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5561 sendEnvelopeWithStatusResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5585 getVoiceRadioTechnologyResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5607 getCellInfoListResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5638 setCellInfoListRateResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5660 setInitialAttachApnResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5681 getImsRegistrationStateResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5714 sendImsSmsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5736 iccTransmitApduBasicChannelResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5760 iccOpenLogicalChannelResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5798 iccCloseLogicalChannelResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5820 iccTransmitApduLogicalChannelResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5844 nvReadItemResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5865 nvWriteItemResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5885 nvWriteCdmaPrlResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5905 nvResetConfigResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5925 setUiccSubscriptionResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5946 setDataAllowedResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5966 getHardwareConfigResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
5996 requestIccSimAuthenticationResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6020 setDataProfileResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6040 requestShutdownResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6060 responseRadioCapability(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, void *response, size_t responseLen, RadioCapability& rc) argument
6073 getRadioCapabilityResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6095 setRadioCapabilityResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6117 responseLceStatusInfo(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, void *response, size_t responseLen) argument
6133 startLceServiceResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6156 stopLceServiceResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6179 pullLceDataResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6208 getModemActivityInfoResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6244 setAllowedCarriersResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6266 getAllowedCarriersResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6326 sendDeviceStateResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responselen) argument
6346 setIndicationFilterResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responselen) argument
6368 setSimCardPowerResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6388 sendRequestRawResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
6417 sendRequestStringsResponse(int slotId, int responseType, int serial, RIL_Errno e, void *response, size_t responseLen) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dsensors.h285 int32_t serial; // sequence number of this frame for this type member in struct:__anon1469

Completed in 341 milliseconds