Home
last modified time | relevance | path

Searched refs:acknowledgeRequest (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/libril/
Dril.cpp582 radio_1_5::acknowledgeRequest((int) socket_id, pRI->token); in RIL_onRequestAck()
Dril_service.h567 void acknowledgeRequest(int slotId, int serial);
Dril_service.cpp3903 void radio_1_5::acknowledgeRequest(int slotId, int serial) { in acknowledgeRequest() function in radio_1_5
3905 Return<void> retStatus = radioService[slotId]->mRadioResponse->acknowledgeRequest(serial); in acknowledgeRequest()
/device/generic/goldfish/radio/libril/
Dril.cpp582 radio::acknowledgeRequest((int) socket_id, pRI->token); in RIL_onRequestAck()
Dril_service.h552 void acknowledgeRequest(int slotId, int serial);
Dril_service.cpp2979 void radio::acknowledgeRequest(int slotId, int serial) { in acknowledgeRequest() function in radio
2981 Return<void> retStatus = radioService[slotId]->mRadioResponse->acknowledgeRequest(serial); in acknowledgeRequest()