Home
last modified time | relevance | path

Searched refs:_fileServSession (Results 1 – 14 of 14) sorted by relevance

/external/opencore/fileformats/mp3/parser/include/
Dmp3utils.h52 ret = _fileServSession.Connect(); in MP3_FF_FILE()
77 _fileServSession.Close(); // return from Close is always 0. in ~MP3_FF_FILE()
100 Oscl_FileServer _fileServSession; variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomutils.h119 , _fileServSession(NULL) in MP4_FF_FILE()
124 , _fileServSession(a._fileServSession) in MP4_FF_FILE()
134 Oscl_FileServer* _fileServSession; variable
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Dpvmp4ffrec.cpp34 fp->_fileServSession = fileServSession; in OSCL_DLL_ENTRY_POINT_DEFAULT()
147 fp->_fileServSession = aFileServSession; in IsMP4File()
Datomutils.cpp784 *(fp->_fileServSession))); in OpenMP4File()
/external/opencore/fileformats/mp4/parser/src/
Dsamplesizeatom.cpp125 _fileptr->_fileServSession = fp->_fileServSession; in SampleSizeAtom()
Dchunkoffsetatom.cpp104 _fileptr->_fileServSession = fp->_fileServSession; in ChunkOffsetAtom()
Dtimetosampleatom.cpp138 _fileptr->_fileServSession = fp->_fileServSession; in TimeToSampleAtom()
Dimpeg4file.cpp73 fp->_fileServSession = aFileServSession; in OSCL_DLL_ENTRY_POINT_DEFAULT()
142 fp->_fileServSession = fileServSession; in IsXXXable()
Dcompositionoffsetatom.cpp176 _fileptr->_fileServSession = fp->_fileServSession; in CompositionOffsetAtom()
Dsampletochunkatom.cpp150 _fileptr->_fileServSession = fp->_fileServSession; in SampleToChunkAtom()
Dtrackfragmentatom.cpp90 _pinput->_fileServSession = fp->_fileServSession; in TrackFragmentAtom()
Dsampletableatom.cpp107 _pinput->_fileServSession = fp->_fileServSession; in SampleTableAtom()
Dmpeg4file.cpp4835 _commonFilePtr->_fileServSession = aFileServSession; in CreateDataStreamSessionForExternalDownload()
/external/opencore/fileformats/mp3/parser/src/
Dmp3utils.cpp46 (fp->_fileServSession))); in OpenFile()