mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
libsecril-client: Expose MSIM functions by default
Recent devices (zero, noble, others) link audio-ril against this. Change-Id: If774ff378f519b221594e8b793a95831cacd4ae4
This commit is contained in:
parent
a9d8bf6af4
commit
5eda55f20a
2 changed files with 1 additions and 6 deletions
|
@ -36,9 +36,7 @@ namespace android {
|
|||
#define RILD_PORT 7777
|
||||
#define MULTI_CLIENT_SOCKET_NAME "Multiclient"
|
||||
#define MULTI_CLIENT_Q_SOCKET_NAME "QMulticlient"
|
||||
#if defined(SEC_PRODUCT_FEATURE_RIL_CALL_DUALMODE_CDMAGSM)
|
||||
#define MULTI_CLIENT_SOCKET_NAME_2 "Multiclient2"
|
||||
#endif
|
||||
|
||||
#define MAX_COMMAND_BYTES (8 * 1024)
|
||||
#define REQ_POOL_SIZE 32
|
||||
|
@ -470,7 +468,6 @@ int Connect_QRILD(HRilClient client) {
|
|||
return RIL_CLIENT_ERR_SUCCESS;
|
||||
}
|
||||
|
||||
#if defined(SEC_PRODUCT_FEATURE_RIL_CALL_DUALMODE_CDMAGSM) // mook_120209 Enable multiclient
|
||||
/**
|
||||
* @fn int Connect_RILD_Second(void)
|
||||
*
|
||||
|
@ -534,7 +531,6 @@ int Connect_RILD_Second(HRilClient client) {
|
|||
|
||||
return RIL_CLIENT_ERR_SUCCESS;
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @fn int isConnected_RILD(HRilClient client)
|
||||
|
|
|
@ -75,13 +75,12 @@ int Connect_RILD(HRilClient client);
|
|||
*/
|
||||
int Connect_QRILD(HRilClient client);
|
||||
|
||||
#if defined(SEC_PRODUCT_FEATURE_RIL_CALL_DUALMODE_CDMAGSM)
|
||||
/**
|
||||
* Connect to RIL deamon. One client task starts.
|
||||
* Return is 0 or error code.
|
||||
*/
|
||||
int Connect_RILD_Second(HRilClient client);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* check whether RILD is connected
|
||||
* Returns 0 or 1
|
||||
|
|
Loading…
Reference in a new issue