HomeSort by relevance Sort by last modified time
    Searched full:ril_register (Results 1 - 4 of 4) sorted by null

  /hardware/ril/rild/
rild.c 55 extern void RIL_register (const RIL_RadioFunctions *callbacks);
216 RIL_register(funcs);
218 RLOGD("RIL_Init RIL_register completed");
  /hardware/ril/libril/
ril.cpp 424 RIL_register (const RIL_RadioFunctions *callbacks) {
428 RLOGE("RIL_register: RIL_RadioFunctions * null");
432 RLOGE("RIL_register: version %d is to old, min version is %d",
437 RLOGE("RIL_register: RIL version %d", callbacks->version);
440 RLOGE("RIL_register has been called more than once. "
743 // Ignore RIL_onUnsolicitedResponse before RIL_register
744 RLOGW("RIL_onUnsolicitedResponse called before RIL_register");
    [all...]
  /hardware/ril/include/telephony/
ril.h 56 * RIL with those changes, they would return that new RIL version during RIL_REGISTER.
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c     [all...]

Completed in 1647 milliseconds