Home | History | Annotate | Download | only in f54test

Lines Matching refs:m_reportData

1364 		if (m_reportData != NULL)
1365 delete [] m_reportData;
1366 m_reportData = new unsigned char[m_reportSize];
1367 if (!m_reportData) {
1386 m_reportData,
1394 if (m_reportData != NULL)
1396 delete [] m_reportData;
1397 m_reportData = NULL;
1417 report_data_8 = (char *)m_reportData;
1431 report_data_16 = (short *)m_reportData;
1451 report_data_16 = (short *)m_reportData;
1460 report_data_u32 = (unsigned int *)m_reportData;
1507 report_data_32 = (int *)m_reportData;
1556 ii, m_reportData[ii]);