Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
H A Dfile_source_stream.cpp35 #define HMDFS_IOC_GET_LOCATION _IOR(HMDFS_IOC, 7, unsigned int) macro
454 int err = ioctl(fd, HMDFS_IOC_GET_LOCATION, &location); in ShouldUseMmap()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_fd_source_plugin.cpp65 #define HMDFS_IOC_GET_LOCATION _IOR(HMDFS_IOC, 7, __u32) macro
617 int ioResult = ioctl(fd_, HMDFS_IOC_GET_LOCATION, &loc); in CheckFileType()