Searched refs:transferProtocol (Results 1 – 3 of 3) sorted by relevance
86 * @param transferProtocol Transport Protocol88 oneway setTransferProtocolReq(int32_t token, SapTransferProtocol transferProtocol);
52 ::android::hardware::radio::V1_0::SapTransferProtocol transferProtocol) override;
66 Return<void> setTransferProtocolReq(int32_t token, SapTransferProtocol transferProtocol);491 Return<void> SapImpl::setTransferProtocolReq(int32_t token, SapTransferProtocol transferProtocol) { in setTransferProtocolReq() argument503 req.protocol = (RIL_SIM_SAP_SET_TRANSFER_PROTOCOL_REQ_Protocol)transferProtocol; in setTransferProtocolReq()