Searched defs:connectReq (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/libril/
H A Dsap_service.cpp52 Return<void> connectReq(int32_t token, int32_t maxMsgSize);
185 Return<void> SapImpl::connectReq(int32_t token, int32_t maxMsgSize) { function in class:SapImpl
186 RLOGD("SapImpl::connectReq");
189 RLOGE("SapImpl::connectReq: Error allocating memory for msg");
201 RLOGE("SapImpl::connectReq: Error getting encoded size for RIL_SIM_SAP_CONNECT_REQ");
208 RLOGE("SapImpl::connectReq: Error allocating memory for buffer");
214 RLOGD("SapImpl::connectReq calling pb_encode");
216 RLOGE("SapImpl::connectReq: Error encoding RIL_SIM_SAP_CONNECT_REQ");

Completed in 186 milliseconds