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

/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoAudio.h95 VO_S32 Channels; /*!< Channel count */ member in struct:__anon561
/frameworks/base/media/java/android/media/tv/
H A DTvContract.java52 * information. The information is stored in {@link Channels} and {@link Programs} tables.
55 * <li>A row in the {@link Channels} table represents information about a TV channel. The data
84 * is only relevant to channels with {@link Channels#TYPE_PREVIEW} type.
88 * <li>{@link #EXTRA_CHANNEL_ID}: ID for the {@link Channels#TYPE_PREVIEW} channel as a long
102 * This is only relevant to channels with {@link Channels#TYPE_PREVIEW} type. Use
107 * <li>{@link #EXTRA_CHANNEL_ID}: ID for the {@link Channels#TYPE_PREVIEW} channel as a long
477 return ContentUris.withAppendedId(Channels.CONTENT_URI, channelId);
492 * Builds a URI that points to a channel logo. See {@link Channels.Logo}.
501 * Builds a URI that points to a channel logo. See {@link Channels.Logo}.
509 return Uri.withAppendedPath(channelUri, Channels
1626 public static final class Channels implements BaseTvColumns { class in class:TvContract
2381 private Channels() {} method in class:TvContract.Channels
[all...]
/frameworks/support/tv-provider/src/android/support/media/tv/
H A DTvContractCompat.java56 * information. The information is stored in {@link Channels} and {@link Programs} tables.
59 * <li>A row in the {@link Channels} table represents information about a TV channel. The data
89 * is only relevant to channels with {@link Channels#TYPE_PREVIEW} type.
93 * <li>{@link #EXTRA_CHANNEL_ID}: ID for the {@link Channels#TYPE_PREVIEW} channel as a long
106 * This is only relevant to channels with {@link Channels#TYPE_PREVIEW} type. Use
111 * <li>{@link #EXTRA_CHANNEL_ID}: ID for the {@link Channels#TYPE_PREVIEW} channel as a long
367 * Builds a URI that points to a channel logo. See {@link Channels.Logo}.
376 * Builds a URI that points to a channel logo. See {@link Channels.Logo}.
563 * relevant to channels with {@link Channels#TYPE_PREVIEW} type.
569 * @see Channels#COLUMN_BROWSABL
1461 public static final class Channels implements BaseTvColumns { class in class:TvContractCompat
2229 private Channels() {} method in class:TvContractCompat.Channels
[all...]

Completed in 140 milliseconds