Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp148 CommandInfo *pCI; member
473 pRI->pCI = &(s_commands[request]); in issueLocalRequest()
562 pRI->pCI = &(s_commands[request]); in processCommandBuffer()
576 pRI->pCI->dispatchFunction(p, pRI); in processCommandBuffer()
584 pRI->token, requestToString(pRI->pCI->requestNumber)); in invalidCommandBlock()
591 printRequest(pRI->token, pRI->pCI->requestNumber); in dispatchVoid()
592 CALL_ONREQUEST(pRI->pCI->requestNumber, NULL, 0, pRI, pRI->socket_id); in dispatchVoid()
608 printRequest(pRI->token, pRI->pCI->requestNumber); in dispatchString()
610 CALL_ONREQUEST(pRI->pCI->requestNumber, string8, in dispatchString()
644 requestToString(pRI->pCI->requestNumber)); in dispatchStrings()
[all …]