Home
last modified time | relevance | path

Searched refs:_setDataSource (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DMediaMetadataRetriever.java281 _setDataSource( in setDataSource()
288 private native void _setDataSource( in _setDataSource() method in MediaMetadataRetriever
310 _setDataSource(fd, offset, length); in setDataSource()
312 _setDataSource(modernFd.getFileDescriptor(), offset, length); in setDataSource()
319 private native void _setDataSource(FileDescriptor fd, long offset, long length) in _setDataSource() method in MediaMetadataRetriever
407 _setDataSource(dataSource); in setDataSource()
410 private native void _setDataSource(MediaDataSource dataSource) in _setDataSource() method in MediaMetadataRetriever
H A DMediaPlayer.java1298 _setDataSource(fd, offset, length); in setDataSource()
1300 _setDataSource(modernFd.getFileDescriptor(), offset, length); in setDataSource()
1307 private native void _setDataSource(FileDescriptor fd, long offset, long length) in _setDataSource() method in MediaPlayer
1319 _setDataSource(dataSource); in setDataSource()
1322 private native void _setDataSource(MediaDataSource dataSource) in _setDataSource() method in MediaPlayer
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt27493 Landroid/media/MediaMetadataRetriever;->_setDataSource(Landroid/media/MediaDataSource;)V
27494 Landroid/media/MediaMetadataRetriever;->_setDataSource(Landroid/os/IBinder;Ljava/lang/String;[Ljava…
28263 Landroid/media/MediaPlayer;->_setDataSource(Landroid/media/MediaDataSource;)V
28264 Landroid/media/MediaPlayer;->_setDataSource(Ljava/io/FileDescriptor;JJ)V