blob: ef2dcdbdf318f8d1378f95f2fda1a1fcfe65cf82 [file] [log] [blame]
The Android Open Source Project00f06fc2009-03-03 19:32:15 -08001/* //device/libs/telephony/ril_unsol_commands.h
2**
3** Copyright 2006, The Android Open Source Project
4**
Wink Saville7f856802009-06-09 10:23:37 -07005** Licensed under the Apache License, Version 2.0 (the "License");
6** you may not use this file except in compliance with the License.
7** You may obtain a copy of the License at
The Android Open Source Project00f06fc2009-03-03 19:32:15 -08008**
Wink Saville7f856802009-06-09 10:23:37 -07009** http://www.apache.org/licenses/LICENSE-2.0
The Android Open Source Project00f06fc2009-03-03 19:32:15 -080010**
Wink Saville7f856802009-06-09 10:23:37 -070011** Unless required by applicable law or agreed to in writing, software
12** distributed under the License is distributed on an "AS IS" BASIS,
13** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14** See the License for the specific language governing permissions and
The Android Open Source Project00f06fc2009-03-03 19:32:15 -080015** limitations under the License.
16*/
17 {RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED, responseVoid, WAKE_PARTIAL},
18 {RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED, responseVoid, WAKE_PARTIAL},
19 {RIL_UNSOL_RESPONSE_NETWORK_STATE_CHANGED, responseVoid, WAKE_PARTIAL},
20 {RIL_UNSOL_RESPONSE_NEW_SMS, responseString, WAKE_PARTIAL},
21 {RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT, responseString, WAKE_PARTIAL},
22 {RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM, responseInts, WAKE_PARTIAL},
23 {RIL_UNSOL_ON_USSD, responseStrings, WAKE_PARTIAL},
24 {RIL_UNSOL_ON_USSD_REQUEST, responseVoid, DONT_WAKE},
25 {RIL_UNSOL_NITZ_TIME_RECEIVED, responseString, WAKE_PARTIAL},
Wink Saville3d54e742009-05-18 18:00:44 -070026 {RIL_UNSOL_SIGNAL_STRENGTH, responseRilSignalStrength, DONT_WAKE},
Wink Savillef4c4d362009-04-02 01:37:03 -070027 {RIL_UNSOL_DATA_CALL_LIST_CHANGED, responseDataCallList, WAKE_PARTIAL},
The Android Open Source Project00f06fc2009-03-03 19:32:15 -080028 {RIL_UNSOL_SUPP_SVC_NOTIFICATION, responseSsn, WAKE_PARTIAL},
29 {RIL_UNSOL_STK_SESSION_END, responseVoid, WAKE_PARTIAL},
30 {RIL_UNSOL_STK_PROACTIVE_COMMAND, responseString, WAKE_PARTIAL},
31 {RIL_UNSOL_STK_EVENT_NOTIFY, responseString, WAKE_PARTIAL},
32 {RIL_UNSOL_STK_CALL_SETUP, responseInts, WAKE_PARTIAL},
33 {RIL_UNSOL_SIM_SMS_STORAGE_FULL, responseVoid, WAKE_PARTIAL},
34 {RIL_UNSOL_SIM_REFRESH, responseInts, WAKE_PARTIAL},
Wink Saville3d54e742009-05-18 18:00:44 -070035 {RIL_UNSOL_CALL_RING, responseCallRing, WAKE_PARTIAL},
The Android Open Source Project34a51082009-03-05 14:34:37 -080036 {RIL_UNSOL_RESPONSE_SIM_STATUS_CHANGED, responseVoid, WAKE_PARTIAL},
Wink Savillef5903df2009-04-24 11:54:14 -070037 {RIL_UNSOL_RESPONSE_CDMA_NEW_SMS, responseCdmaSms, WAKE_PARTIAL},
The Android Open Source Project34a51082009-03-05 14:34:37 -080038 {RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS, responseString, WAKE_PARTIAL},
39 {RIL_UNSOL_CDMA_RUIM_SMS_STORAGE_FULL, responseVoid, WAKE_PARTIAL},
Jaikumar Ganeshaf6ecbf2009-04-29 13:27:51 -070040 {RIL_UNSOL_RESTRICTED_STATE_CHANGED, responseInts, WAKE_PARTIAL},
Jaikumar Ganeshaf6ecbf2009-04-29 13:27:51 -070041 {RIL_UNSOL_ENTER_EMERGENCY_CALLBACK_MODE, responseVoid, WAKE_PARTIAL},
Wink Saville3d54e742009-05-18 18:00:44 -070042 {RIL_UNSOL_CDMA_CALL_WAITING, responseCdmaCallWaiting, WAKE_PARTIAL},
Jaikumar Ganeshaf6ecbf2009-04-29 13:27:51 -070043 {RIL_UNSOL_CDMA_OTA_PROVISION_STATUS, responseInts, WAKE_PARTIAL},
Wink Saville3d54e742009-05-18 18:00:44 -070044 {RIL_UNSOL_CDMA_INFO_REC, responseCdmaInformationRecords, WAKE_PARTIAL},
Jaikumar Ganeshaf6ecbf2009-04-29 13:27:51 -070045 {RIL_UNSOL_OEM_HOOK_RAW, responseRaw, WAKE_PARTIAL}