mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-06 00:17:47 -04:00
Initial common device tree
This commit is contained in:
commit
765503ce5e
71 changed files with 22665 additions and 0 deletions
46
include/telephony/ril_commands_vendor.h
Normal file
46
include/telephony/ril_commands_vendor.h
Normal file
|
@ -0,0 +1,46 @@
|
|||
/* //device/libs/telephony/ril_commands.h
|
||||
**
|
||||
** Copyright 2006, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
{10000, NULL},
|
||||
{RIL_REQUEST_DIAL_EMERGENCY_CALL, NULL}, // 10001
|
||||
{RIL_REQUEST_CALL_DEFLECTION, NULL}, // 10002
|
||||
{RIL_REQUEST_MODIFY_CALL_INITIATE, NULL}, // 10003
|
||||
{RIL_REQUEST_MODIFY_CALL_CONFIRM, NULL}, // 10004
|
||||
{RIL_REQUEST_SET_VOICE_DOMAIN_PREF, NULL}, // 10005
|
||||
{RIL_REQUEST_SAFE_MODE, NULL}, // 10006
|
||||
{RIL_REQUEST_SET_TRANSMIT_POWER, NULL}, // 10007
|
||||
{RIL_REQUEST_GET_CELL_BROADCAST_CONFIG, NULL}, // 10008
|
||||
{RIL_REQUEST_GET_PHONEBOOK_STORAGE_INFO, NULL}, // 10009
|
||||
{RIL_REQUEST_GET_PHONEBOOK_ENTRY, NULL}, // 10010
|
||||
{RIL_REQUEST_ACCESS_PHONEBOOK_ENTRY, NULL}, // 10011
|
||||
{RIL_REQUEST_USIM_PB_CAPA, NULL}, // 10012
|
||||
{RIL_REQUEST_LOCK_INFO, NULL}, // 10013
|
||||
{RIL_REQUEST_STK_SIM_INIT_EVENT, NULL}, // 10014
|
||||
{RIL_REQUEST_SET_PREFERRED_NETWORK_LIST, NULL}, // 10015
|
||||
{RIL_REQUEST_GET_PREFERRED_NETWORK_LIST, NULL}, // 10016
|
||||
{RIL_REQUEST_CHANGE_SIM_PERSO, NULL}, // 10017
|
||||
{RIL_REQUEST_ENTER_SIM_PERSO, NULL}, // 10018
|
||||
{RIL_REQUEST_SEND_ENCODED_USSD, NULL}, // 10019
|
||||
{RIL_REQUEST_CDMA_SEND_SMS_EXPECT_MORE, NULL}, // 10020
|
||||
{RIL_REQUEST_HANGUP_VT, NULL}, // 10021
|
||||
{RIL_REQUEST_HOLD, NULL}, // 10022
|
||||
{RIL_REQUEST_SET_SIM_POWER, NULL}, // 10023
|
||||
{RIL_REQUEST_UICC_GBA_AUTHENTICATE_BOOTSTRAP, NULL}, // 10025
|
||||
{RIL_REQUEST_UICC_GBA_AUTHENTICATE_NAF, NULL}, // 10026
|
||||
{RIL_REQUEST_GET_INCOMING_COMMUNICATION_BARRING, NULL}, // 10027
|
||||
{RIL_REQUEST_SET_INCOMING_COMMUNICATION_BARRING, NULL}, // 10028
|
||||
{RIL_REQUEST_QUERY_CNAP, NULL}, // 10029
|
||||
{RIL_REQUEST_SET_TRANSFER_CALL, NULL}, // 10030
|
Loading…
Add table
Add a link
Reference in a new issue