Home
last modified time | relevance | path

Searched refs:textFormat (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dopencensus-contrib-http-util-0.21.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
H A Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dopencensus-contrib-http-util-0.24.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
H A Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaDevicesParser.java161 public String textFormat() { in textFormat() method in AlsaDevicesParser.AlsaDeviceRecord
268 Slog.i(TAG, deviceRecord.textFormat()); in scan()
303 Slog.i(TAG, deviceRecord.textFormat()); in Log()
H A DAlsaCardsParser.java123 public String textFormat() { in textFormat() method in AlsaCardsParser.AlsaCardRecord
216 Slog.d(TAG, cardRec.textFormat()); in Log()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/
H A DFileSampleExtractor.java119 Format textFormat = Format.createTextSampleFormat( in handlePrepare() local
125 captionTrackGroups = ImmutableList.of(new TrackGroup(textFormat)); in handlePrepare()