OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIM_COUNT
(Results
1 - 5
of
5
) sorted by null
/hardware/ril/rild/
Android.mk
23
ifeq ($(
SIM_COUNT
), 2)
/hardware/ril/libril/
Android.mk
25
ifeq ($(
SIM_COUNT
), 2)
ril.cpp
198
#if (
SIM_COUNT
>= 2)
208
#if (
SIM_COUNT
>= 3)
218
#if (
SIM_COUNT
>= 4)
461
#if (
SIM_COUNT
== 2)
515
#if (
SIM_COUNT
>= 2)
520
#if (
SIM_COUNT
>= 3)
526
#if (
SIM_COUNT
>= 4)
[
all
...]
RilSapSocket.cpp
129
#if (
SIM_COUNT
>= 2)
137
#if (
SIM_COUNT
>= 3)
145
#if (
SIM_COUNT
>= 4)
/hardware/ril/include/telephony/
ril.h
36
#define
SIM_COUNT
2
38
#define
SIM_COUNT
3
40
#define
SIM_COUNT
4
42
#define
SIM_COUNT
1
46
#define
SIM_COUNT
1
94
#if (
SIM_COUNT
>= 2)
96
#if (
SIM_COUNT
>= 3)
99
#if (
SIM_COUNT
>= 4)
[
all
...]
Completed in 1319 milliseconds