Searched refs:maxMsgSize (Results 1 - 5 of 5) sorted by relevance

/hardware/interfaces/radio/1.0/
H A DISap.hal33 * @param maxMsgSize MaxMsgSize to be used for SIM Access Profile connection
35 oneway connectReq(int32_t token, int32_t maxMsgSize);
H A DISapCallback.hal25 * @param maxMsgSize MaxMsgSize supported by server if request cannot be fulfilled.
28 oneway connectResponse(int32_t token, SapConnectRsp sapConnectRsp, int32_t maxMsgSize);
/hardware/interfaces/radio/1.0/vts/functional/
H A Dsap_hidl_hal_api.cpp24 int32_t maxMsgSize = 100; local
26 sap->connectReq(token, maxMsgSize);
H A Dsap_hidl_hal_utils.h56 Return<void> connectResponse(int32_t token, SapConnectRsp sapConnectRsp, int32_t maxMsgSize);
/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) { argument
197 req.max_message_size = maxMsgSize;

Completed in 93 milliseconds