Home
last modified time | relevance | path

Searched refs:responseRilSignalStrength (Results 1 – 3 of 3) sorted by relevance

/hardware/ril/libril/
Dril_unsol_commands.h26 {RIL_UNSOL_SIGNAL_STRENGTH, responseRilSignalStrength, DONT_WAKE},
Dril_commands.h36 {RIL_REQUEST_SIGNAL_STRENGTH, dispatchVoid, responseRilSignalStrength},
Dril.cpp304 static int responseRilSignalStrength(Parcel &p,void *response, size_t responselen);
3065 static int responseRilSignalStrength(Parcel &p, in responseRilSignalStrength() function