Lines Matching refs:dtmfInfo
319 DtmfInfo dtmfInfo = {}; in SendDtmfTest() local
320 dtmfInfo.callId = 1; in SendDtmfTest()
321 dtmfInfo.onLength = DTMF_ON_LEN; in SendDtmfTest()
322 dtmfInfo.offLength = 0; in SendDtmfTest()
323 dtmfInfo.stringLength = 1; in SendDtmfTest()
325 cin >> dtmfInfo.dtmfKey; in SendDtmfTest()
326 cout << endl << "====>Send Dtmf Key: " << dtmfInfo.dtmfKey << endl; in SendDtmfTest()
328 int ret = g_rilInterface->SendDtmf(slotId, GetSerialId(), dtmfInfo); in SendDtmfTest()
335 DtmfInfo dtmfInfo = {}; in StartDtmfTest() local
336 dtmfInfo.callId = 1; in StartDtmfTest()
338 cin >> dtmfInfo.dtmfKey; in StartDtmfTest()
339 cout << endl << "====>Start Dtmf Key: " << dtmfInfo.dtmfKey << endl; in StartDtmfTest()
340 int ret = g_rilInterface->StartDtmf(slotId, GetSerialId(), dtmfInfo); in StartDtmfTest()
347 DtmfInfo dtmfInfo = {}; in StopDtmfTest() local
348 dtmfInfo.callId = 1; in StopDtmfTest()
350 cin >> dtmfInfo.dtmfKey; in StopDtmfTest()
351 cout << endl << "====>Start Dtmf Key: " << dtmfInfo.dtmfKey << endl; in StopDtmfTest()
352 int ret = g_rilInterface->StopDtmf(slotId, GetSerialId(), dtmfInfo); in StopDtmfTest()