Home
last modified time | relevance | path

Searched defs:readAt (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/frameworks/av/media/libmedia/
H A DMidiIoWrapper.cpp29 static int readAt(void *handle, void *buffer, int pos, int size) { in readAt() function
74 virtual ssize_t readAt(off64_t offset, void *data, size_t size) { in readAt() function in android::MidiIoWrapper::DataSourceUnwrapper
128 int MidiIoWrapper::readAt(void *buffer, int offset, int size) { in readAt() function in android::MidiIoWrapper
H A DIDataSource.cpp50 virtual ssize_t readAt(off64_t offset, size_t size) { in readAt() function
H A DIMediaHTTPConnection.cpp90 virtual ssize_t readAt(off64_t offset, void *buffer, size_t size) { in readAt() function
/aosp12/frameworks/av/media/libstagefright/
H A DCallbackDataSource.cpp57 ssize_t CallbackDataSource::readAt(off64_t offset, void* data, size_t size) { in readAt() function in android::CallbackDataSource
130 ssize_t TinyCacheSource::readAt(off64_t offset, void* data, size_t size) { in readAt() function in android::TinyCacheSource
H A DThrottledSource.cpp34 ssize_t ThrottledSource::readAt(off64_t offset, void *data, size_t size) { in readAt() function in android::ThrottledSource
/aosp12/frameworks/base/media/java/android/media/
H A DMediaDataSource.java51 public abstract int readAt(long position, byte[] buffer, int offset, int size) in readAt() method in MediaDataSource
H A DIMediaHTTPConnection.aidl29 int readAt(long offset, int size); in readAt() method
H A DMediaHTTPConnection.java389 public synchronized int readAt(long offset, int size) { in readAt() method in MediaHTTPConnection
393 private synchronized int readAt(long offset, byte[] data, int size) { in readAt() method in MediaHTTPConnection
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DDataSourceCallback.java58 public abstract int readAt(long position, @NonNull byte[] buffer, int offset, int size) in readAt() method in DataSourceCallback
H A DProxyDataSourceCallback.java43 public synchronized int readAt(long position, byte[] buffer, int offset, int size) in readAt() method in ProxyDataSourceCallback
/aosp12/frameworks/av/media/ndk/
H A DNdkMediaDataSource.cpp47 AMediaDataSourceReadAt readAt; member
78 ssize_t NdkDataSource::readAt(off64_t offset, void *data, size_t size) { in readAt() function in NdkDataSource
233 void AMediaDataSource_setReadAt(AMediaDataSource *mSource, AMediaDataSourceReadAt readAt) { in AMediaDataSource_setReadAt()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DRemoteDataSource.h51 virtual ssize_t readAt(off64_t offset, size_t size) { in readAt() function
/aosp12/frameworks/wilhelm/src/android/
H A DBufferQueueSource.cpp57 ssize_t BufferQueueSource::readAt(off64_t offset, void *data, size_t size) { in readAt() function in android::BufferQueueSource
/aosp12/frameworks/av/media/libdatasource/
H A DDataURISource.cpp99 ssize_t DataURISource::readAt(off64_t offset, void *data, size_t size) { in readAt() function in android::DataURISource
H A DFileSource.cpp103 ssize_t FileSource::readAt(off64_t offset, void *data, size_t size) { in readAt() function in android::FileSource
H A DMediaHTTP.cpp94 ssize_t MediaHTTP::readAt(off64_t offset, void *data, size_t size) { in readAt() function in android::MediaHTTP
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaDataSource.cpp71 ssize_t JMediaDataSource::readAt(off64_t offset, size_t size) { in readAt() function in android::JMediaDataSource
/aosp12/frameworks/av/media/extractors/fuzzers/include/
H A DExtractorFuzzerBase.h87 ssize_t readAt(off64_t offset, void* data, size_t size) { in readAt() function
/aosp12/frameworks/av/media/libmediaplayerservice/datasource/
H A DPlayerServiceFileSource.cpp66 ssize_t PlayerServiceFileSource::readAt(off64_t offset, void *data, size_t size) { in readAt() function in android::PlayerServiceFileSource
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DLiveDataSource.cpp85 ssize_t LiveDataSource::readAt(off64_t offset, void *data, size_t size) { in readAt() function in android::LiveDataSource
/aosp12/frameworks/av/media/libstagefright/id3/
H A DID3.cpp45 virtual ssize_t readAt(off64_t offset, void *data, size_t size) { in readAt() function
72 virtual ssize_t readAt(off64_t offset, void *data, size_t size) { in readAt() function in android::ID3::DataSourceUnwrapper
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
H A DTunerTsStreamer.java421 public int readAt(long pos, byte[] buffer, int offset, int amount) throws IOException { in readAt() method in TunerTsStreamer
H A DFileTsStreamer.java368 public int readAt(long pos, byte[] buffer, int offset, int amount) throws IOException { in readAt() method in FileTsStreamer
/aosp12/frameworks/av/media/libheif/
H A DHeifDecoderImpl.cpp127 ssize_t HeifDataSource::readAt(off64_t offset, size_t size) { in readAt() function in android::HeifDataSource
/aosp12/frameworks/av/include/media/
H A DMediaExtractorPluginApi.h33 ssize_t (*readAt)(void *handle, off64_t offset, void *data, size_t size); member

12