Lines Matching refs:dtmfInfo
328 DtmfInfo dtmfInfo = {}; in SendDtmfTest() local
329 dtmfInfo.callId = 1; in SendDtmfTest()
330 dtmfInfo.onLength = DTMF_ON_LEN; in SendDtmfTest()
331 dtmfInfo.offLength = 0; in SendDtmfTest()
332 dtmfInfo.stringLength = 1; in SendDtmfTest()
334 cin >> dtmfInfo.dtmfKey; in SendDtmfTest()
335 cout << endl << "====>Send Dtmf Key: " << dtmfInfo.dtmfKey << endl; in SendDtmfTest()
337 int ret = g_rilInterface->SendDtmf(slotId, GetSerialId(), dtmfInfo); in SendDtmfTest()
344 DtmfInfo dtmfInfo = {}; in StartDtmfTest() local
345 dtmfInfo.callId = 1; in StartDtmfTest()
347 cin >> dtmfInfo.dtmfKey; in StartDtmfTest()
348 cout << endl << "====>Start Dtmf Key: " << dtmfInfo.dtmfKey << endl; in StartDtmfTest()
349 int ret = g_rilInterface->StartDtmf(slotId, GetSerialId(), dtmfInfo); in StartDtmfTest()
356 DtmfInfo dtmfInfo = {}; in StopDtmfTest() local
357 dtmfInfo.callId = 1; in StopDtmfTest()
359 cin >> dtmfInfo.dtmfKey; in StopDtmfTest()
360 cout << endl << "====>Start Dtmf Key: " << dtmfInfo.dtmfKey << endl; in StopDtmfTest()
361 int ret = g_rilInterface->StopDtmf(slotId, GetSerialId(), dtmfInfo); in StopDtmfTest()