Searched refs:SIM_COUNT (Results 1 – 14 of 14) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.cpp | 128 #if (SIM_COUNT >= 2) 133 #if (SIM_COUNT >= 3) 138 #if (SIM_COUNT >= 4) 217 #if (SIM_COUNT >= 2) in addRequestToList() 222 #if (SIM_COUNT >= 3) in addRequestToList() 228 #if (SIM_COUNT >= 4) in addRequestToList() 440 RLOGI("SIM_COUNT: %d", SIM_COUNT); in RIL_register() 508 #if (SIM_COUNT >= 2) in RIL_register_socket() 512 #if (SIM_COUNT >= 3) in RIL_register_socket() 516 #if (SIM_COUNT >= 4) in RIL_register_socket() [all …]
|
D | sap_service.cpp | 40 #if (SIM_COUNT >= 2) 41 sp<SapImpl> sapService[SIM_COUNT]; 675 #if (SIM_COUNT >= 2) in getSapImpl() 678 #if (SIM_COUNT >= 3) in getSapImpl() 681 #if (SIM_COUNT >= 4) in getSapImpl() 940 #if (SIM_COUNT >= 2) in registerService() 942 #if (SIM_COUNT >= 3) in registerService() 944 #if (SIM_COUNT >= 4) in registerService() 953 #if (SIM_COUNT >= 2) in registerService() 955 #if (SIM_COUNT >= 3) in registerService() [all …]
|
D | ril.h | 35 #ifndef SIM_COUNT 37 #define SIM_COUNT 2 macro 39 #define SIM_COUNT 3 41 #define SIM_COUNT 4 43 #define SIM_COUNT 1 47 #define SIM_COUNT 1 macro 151 #if (SIM_COUNT >= 2) 153 #if (SIM_COUNT >= 3) 156 #if (SIM_COUNT >= 4)
|
D | RilSapSocket.cpp | 121 #if (SIM_COUNT >= 2) in initSapSocket() 129 #if (SIM_COUNT >= 3) in initSapSocket() 137 #if (SIM_COUNT >= 4) in initSapSocket()
|
D | ril_config.cpp | 422 phoneCapability.logicalModemList.resize(SIM_COUNT); in getPhoneCapabilityResponse() 423 for (int i = 0 ; i < SIM_COUNT; i++) { in getPhoneCapabilityResponse()
|
D | ril_service.cpp | 103 #if (SIM_COUNT >= 2) 104 sp<RadioImpl_1_6> radioService[SIM_COUNT]; 105 sp<OemHookImpl> oemHookService[SIM_COUNT]; 106 int64_t nitzTimeReceived[SIM_COUNT]; 108 volatile int32_t mCounterRadio[SIM_COUNT]; 109 volatile int32_t mCounterOemHook[SIM_COUNT]; 122 #if (SIM_COUNT >= 2) 124 #if (SIM_COUNT >= 3) 126 #if (SIM_COUNT >= 4) 13464 #if (SIM_COUNT >= 2) in registerService() [all …]
|
/device/generic/goldfish/radio/include/telephony/ |
D | ril.h | 34 #ifndef SIM_COUNT 36 #define SIM_COUNT 2 macro 38 #define SIM_COUNT 3 40 #define SIM_COUNT 4 42 #define SIM_COUNT 1 46 #define SIM_COUNT 1 macro 117 #if (SIM_COUNT >= 2) 119 #if (SIM_COUNT >= 3) 122 #if (SIM_COUNT >= 4)
|
/device/google/gs-common/pixel_ril/ |
D | ril.mk | 3 ifeq ($(SIM_COUNT), 2)
|
/device/generic/goldfish/radio/rild/ |
D | Android.mk | 26 ifeq ($(SIM_COUNT), 2)
|
/device/google/gs201/ |
D | device.mk | 919 SIM_COUNT := 2 920 $(call soong_config_set,sim,sim_count,$(SIM_COUNT))
|
/device/google/zuma/ |
D | device.mk | 953 SIM_COUNT := 2 954 $(call soong_config_set,sim,sim_count,$(SIM_COUNT))
|
/device/google/gs101/ |
D | device.mk | 898 SIM_COUNT := 2 899 $(call soong_config_set,sim,sim_count,$(SIM_COUNT))
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 4411 (RIL_SimSlotStatus_V1_2 *)calloc(SIM_COUNT, sizeof(RIL_SimSlotStatus_V1_2)); 4417 SIM_COUNT * sizeof(RIL_SimSlotStatus_V1_2)); 4420 SIM_COUNT * sizeof(RIL_SimSlotStatus_V1_2)); 5103 for (int num = 0; num < SIM_COUNT; num++) {
|
/device/google/zumapro/ |
D | device.mk | 1008 SIM_COUNT := 2
|