Searched defs:pErrorPos (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c1255 off64_t *pErrorPos) {
1257 if (pErrorPos != NULL) {
1258 *pErrorPos = INVALID_OFFSET;
1290 if (status == FwdLockConv_Status_SyntaxError && pErrorPos != NULL) {
1291 *pErrorPos = output.fromConvertData.errorPos;
1302 if (closeStatus == FwdLockConv_Status_SyntaxError && pErrorPos != NULL) {
1303 *pErrorPos = output.fromCloseSession.errorPos;
1250 FwdLockConv_ConvertOpenFile(int inputFileDesc, FwdLockConv_ReadFunc_t *fpReadFunc, int outputFileDesc, FwdLockConv_WriteFunc_t *fpWriteFunc, FwdLockConv_LSeekFunc_t *fpLSeekFunc, off64_t *pErrorPos) argument

Completed in 70 milliseconds