Searched defs:TYPE_FD (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libmedia/include/media/
H A DDataSourceDesc.h39 TYPE_FD = 2, enumerator in enum:android::DataSourceDesc::__anon403
/frameworks/base/media/java/android/media/
H A DDataSourceDesc.java58 public static final int TYPE_FD = 2; field in class:DataSourceDesc
129 * It's meaningful only when {@code getType} returns {@link #TYPE_FD}.
138 * It's meaningful only when {@code getType} returns {@link #TYPE_FD} and it has
148 * It's meaningful only when {@code getType} returns {@link #TYPE_FD}.
266 && mType != TYPE_FD
362 mType = TYPE_FD;
390 mType = TYPE_FD;
/frameworks/support/media/src/main/java/androidx/media/
H A DDataSourceDesc.java48 public static final int TYPE_FD = 2; field in class:DataSourceDesc
134 * It's meaningful only when {@code getType} returns {@link #TYPE_FD}.
143 * It's meaningful only when {@code getType} returns {@link #TYPE_FD} and it has
153 * It's meaningful only when {@code getType} returns {@link #TYPE_FD}.
260 && mType != TYPE_FD
356 mType = TYPE_FD;
385 mType = TYPE_FD;

Completed in 80 milliseconds