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

  /hardware/ril/libril/
ril.cpp 165 RIL_RadioFunctions s_callbacks = {0, NULL, NULL, NULL, NULL, NULL}; member in namespace:android
325 #define CALL_ONREQUEST(a, b, c, d, e) s_callbacks.onRequest((a), (b), (c), (d), (e))
326 #define CALL_ONSTATEREQUEST(a) s_callbacks.onStateRequest(a)
329 #define CALL_ONREQUEST(a, b, c, d, e) s_callbacks.onRequest((a), (b), (c), (d))
330 #define CALL_ONSTATEREQUEST(a) s_callbacks.onStateRequest()
775 if (s_callbacks.version < 3) { // Remove when partners upgrade to version 3
908 size = (s_callbacks.version < 6) ? sizeof(simIO.v5) : sizeof(simIO.v6);
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 184 static const RIL_RadioFunctions s_callbacks = { variable
    [all...]

Completed in 120 milliseconds