HomeSort by relevance Sort by last modified time
    Searched refs:NUM_ELEMS (Results 1 - 2 of 2) sorted by null

  /hardware/ril/reference-ril/
atchannel.c 43 #define NUM_ELEMS(x) (sizeof(x)/sizeof(x[0]))
152 for (i = 0 ; i < NUM_ELEMS(s_finalResponsesError) ; i++) {
174 for (i = 0 ; i < NUM_ELEMS(s_finalResponsesSuccess) ; i++) {
207 for (i = 0 ; i < NUM_ELEMS(s_smsUnsoliciteds) ; i++) {
  /hardware/ril/libril/
ril.cpp 79 #define NUM_ELEMS(a) (sizeof (a) / sizeof (a)[0])
496 if (request < 1 || request >= (int32_t)NUM_ELEMS(s_commands)) {
    [all...]

Completed in 45 milliseconds