OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispatchRequest
(Results
1 - 4
of
4
) sorted by null
/hardware/ril/libril/
RilSapSocket.h
216
void
dispatchRequest
(MsgHeader *request);
RilSapSocket.cpp
207
dispatchRequest
(req->curr);
268
void RilSapSocket::
dispatchRequest
(MsgHeader *req) {
272
RLOGE("
dispatchRequest
: OOM");
/external/autotest/frontend/afe/json_rpc/
serviceHandler.py
90
def
dispatchRequest
(self, request):
133
results = self.
dispatchRequest
(request)
/external/autotest/frontend/afe/
rpc_handler.py
67
return self._dispatcher.
dispatchRequest
(decoded_request)
Completed in 72 milliseconds