HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_FD (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libmedia/include/media/
DataSourceDesc.h 39 TYPE_FD = 2,
  /frameworks/base/media/java/android/media/
DataSourceDesc.java 58 public static final int TYPE_FD = 2;
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/
DataSourceDesc.java 48 public static final int TYPE_FD = 2;
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 502 milliseconds