OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispatchRequest
(Results
1 - 5
of
5
) sorted by null
/hardware/ril/libril/
RilSapSocket.h
91
void
dispatchRequest
(MsgHeader *request);
RilSapSocket.cpp
200
void RilSapSocket::
dispatchRequest
(MsgHeader *req) {
204
RLOGE("
dispatchRequest
: OOM");
217
RLOGI("RilSapSocket::
dispatchRequest
[%d] > SAP REQUEST type: %d. id: %d. error: %d, \
sap_service.cpp
121
RLOGD("SapImpl::addPayloadAndDispatchRequest: calling
dispatchRequest
");
122
sapSocket->
dispatchRequest
(msg);
[
all
...]
/external/autotest/frontend/afe/json_rpc/
serviceHandler.py
89
def
dispatchRequest
(self, request):
126
results = self.
dispatchRequest
(request)
/external/autotest/frontend/afe/
rpc_handler.py
180
return self._dispatcher.
dispatchRequest
(decoded_request)
Completed in 89 milliseconds