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

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

Completed in 96 milliseconds