Searched refs:ForensicData (Results 1 – 1 of 1) sorted by relevance
3048 agsaForensicData_t ForensicData; in tdsaForensicDataGetIoctl() local3062 osti_memset(&ForensicData, 0, sizeof(agsaForensicData_t)); in tdsaForensicDataGetIoctl()3064 ForensicData.DataType = pForensicDataPayload->DataType; in tdsaForensicDataGetIoctl()3066 switch (ForensicData.DataType) in tdsaForensicDataGetIoctl()3070 ForensicData.BufferType.dataBuf.directLen = pForensicDataPayload->dataBuffer.directLen; in tdsaForensicDataGetIoctl()3072 ForensicData.BufferType.dataBuf.readLen = pForensicDataPayload->dataBuffer.readLen; in tdsaForensicDataGetIoctl()3076 ForensicData.BufferType.gsmBuf.directLen = pForensicDataPayload->gsmBuffer.directLen; in tdsaForensicDataGetIoctl()3078 ForensicData.BufferType.dataBuf.readLen = pForensicDataPayload->gsmBuffer.readLen; in tdsaForensicDataGetIoctl()3085 ForensicData.BufferType.queueBuf.queueType = FORENSIC_DATA_TYPE_IB_QUEUE; in tdsaForensicDataGetIoctl()3091 ForensicData.BufferType.queueBuf.queueType = FORENSIC_DATA_TYPE_OB_QUEUE; in tdsaForensicDataGetIoctl()[all …]