Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_unsol_commands.h38 {RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS, responseRaw, WAKE_PARTIAL},
45 {RIL_UNSOL_OEM_HOOK_RAW, responseRaw, WAKE_PARTIAL},
Dril_commands.h76 {RIL_REQUEST_OEM_HOOK_RAW, dispatchRaw, responseRaw},
Dril.cpp296 static int responseRaw(Parcel &p, void *response, size_t responselen);
2688 static int responseRaw(Parcel &p, void *response, size_t responselen) { in responseRaw() function