Home
last modified time | relevance | path

Searched refs:MAX_RILDS (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/radio/rild/
Drild_goldfish.c147 } else if (atoi(clientId) >= MAX_RILDS) { in main()
148 RLOGE("Max Number of rild's supported is: %d", MAX_RILDS); in main()
/device/google/cuttlefish/guest/hals/rild/
Drild_cuttlefish.c143 } else if (atoi(clientId) >= MAX_RILDS) { in main()
144 RLOGE("Max Number of rild's supported is: %d", MAX_RILDS); in main()
/device/generic/goldfish/radio/ril/
Dril.h101 #define MAX_RILDS 3 macro
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h111 #define MAX_RILDS 3 macro