Home
last modified time | relevance | path

Searched refs:CreateFromFd (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dfd_utils.cpp169 static FileDescriptorInfo* CreateFromFd(int fd, fail_fn_t fail_fn);
208 FileDescriptorInfo* FileDescriptorInfo::CreateFromFd(int fd, fail_fn_t fail_fn) { in CreateFromFd() function in FileDescriptorInfo
479 open_fd_map[fd] = FileDescriptorInfo::CreateFromFd(fd, fail_fn); in Create()
583 it->second = FileDescriptorInfo::CreateFromFd(*element, fail_fn); in RestatInternal()
617 open_fd_map_[fd] = FileDescriptorInfo::CreateFromFd(fd, fail_fn); in RestatInternal()
/aosp12/frameworks/av/media/libdatasource/include/datasource/
H A DDataSourceFactory.h43 sp<DataSource> CreateFromFd(int fd, int64_t offset, int64_t length);
/aosp12/frameworks/av/services/mediaextractor/
H A DMediaExtractorService.cpp69 …sp<DataSource> source = DataSourceFactory::getInstance()->CreateFromFd(fd.release(), offset, lengt… in makeIDataSource()
/aosp12/frameworks/av/media/libdatasource/
H A DDataSourceFactory.cpp111 sp<DataSource> DataSourceFactory::CreateFromFd(int fd, int64_t offset, int64_t length) { in CreateFromFd() function in android::DataSourceFactory