Home
last modified time | relevance | path

Searched refs:dupedFd (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaPlayer2Impl.java2429 final FileDescriptor dupedFd; in addTimedTextSource() local
2431 dupedFd = Os.dup(fd); in addTimedTextSource()
2469 Os.lseek(dupedFd, offset2, OsConstants.SEEK_SET); in addTimedTextSource()
2473 int bytes = IoBridge.read(dupedFd, buffer, 0, bytesToRead); in addTimedTextSource()
2493 Os.close(dupedFd); in addTimedTextSource()
DMediaPlayer.java2989 final FileDescriptor dupedFd; in addTimedTextSource() local
2991 dupedFd = Os.dup(fd); in addTimedTextSource()
3029 Os.lseek(dupedFd, offset2, OsConstants.SEEK_SET); in addTimedTextSource()
3033 int bytes = IoBridge.read(dupedFd, buffer, 0, bytesToRead); in addTimedTextSource()
3053 Os.close(dupedFd); in addTimedTextSource()