HomeSort by relevance Sort by last modified time
    Searched defs:media (Results 276 - 300 of 1236) sorted by null

<<11121314151617181920>>

  /hardware/google/av/codec2/vndk/bufferpool/
Accessor.h 20 #include <android/hardware/media/bufferpool/1.0/IAccessor.h>
30 namespace media { namespace in namespace:android::hardware
81 // Methods from ::android::hardware::media::bufferpool::V1_0::IAccessor follow.
184 } // namespace media
BufferStatus.h 20 #include <android/hardware/media/bufferpool/1.0/types.h>
32 namespace media { namespace in namespace:android::hardware
136 } // namespace media
Connection.cpp 21 namespace media { namespace in namespace:android::hardware
26 // Methods from ::android::hardware::media::bufferpool::V1_0::IConnection follow.
83 } // namespace media
Connection.h 20 #include <android/hardware/media/bufferpool/1.0/IConnection.h>
28 namespace media { namespace in namespace:android::hardware
37 using ::android::hardware::media::bufferpool::V1_0::implementation::Accessor;
43 // Methods from ::android::hardware::media::bufferpool::V1_0::IConnection follow.
95 } // namespace media
  /hardware/google/av/codec2/vndk/bufferpool/include/bufferpool/
ClientManager.h 20 #include <android/hardware/media/bufferpool/1.0/IClientManager.h>
28 namespace media { namespace in namespace:android::hardware
37 using ::android::hardware::media::bufferpool::V1_0::IAccessor;
38 using ::android::hardware::media::bufferpool::V1_0::ResultStatus;
44 // Methods from ::android::hardware::media::bufferpool::V1_0::IClientManager follow.
45 Return<void> registerSender(const sp<::android::hardware::media::bufferpool::V1_0::IAccessor>& bufferPool, registerSender_cb _hidl_cb) override;
175 } // namespace media
  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
PermissionsActivity.java 16 package com.android.car.media.localmediaplayer;
38 // The media browser displays an error anyway if it doesn't have the required permissions
Utils.java 16 package com.android.car.media.localmediaplayer;
  /packages/apps/Car/Media/src/com/android/car/media/browse/
BrowseItemViewType.java 17 package com.android.car.media.browse;
26 HEADER(com.android.car.media.R.layout.media_browse_header_item),
28 GRID_ITEM(com.android.car.media.R.layout.media_browse_grid_item, 1),
30 LIST_ITEM(com.android.car.media.R.layout.media_browse_list_item),
32 PANEL_ITEM(com.android.car.media.R.layout.media_browse_panel_item),
34 MORE_FOOTER(com.android.car.media.R.layout.media_browse_more_footer),
BrowseViewData.java 17 package com.android.car.media.browse;
23 import com.android.car.media.common.MediaItemMetadata;
31 /** {@link com.android.car.media.common.MediaItemMetadata} associated with this item */
BrowseViewHolder.java 17 package com.android.car.media.browse;
26 import com.android.car.media.common.MediaItemMetadata;
42 mTitle = itemView.findViewById(com.android.car.media.R.id.title);
43 mSubtitle = itemView.findViewById(com.android.car.media.R.id.subtitle);
44 mAlbumArt = itemView.findViewById(com.android.car.media.R.id.thumbnail);
45 mContainer = itemView.findViewById(com.android.car.media.R.id.container);
ContentForwardStrategy.java 17 package com.android.car.media.browse;
20 import com.android.car.media.common.ContentStyleMediaConstants;
21 import com.android.car.media.common.MediaItemMetadata;
24 * Strategy used to group and expand media items in the {@link BrowseAdapter}
28 * @return true if a header should be included when expanding the given media item into a
34 * @return maximum number of rows to use when when expanding the given media item into a
36 * will be used to represent media item children (i.e.: we might allow more rows for lists
42 * @return whether the given media item should be expanded or not. If not expanded, the item
48 * @return view type to use to render browsable children of the given media item. Only used if
54 * @return view type to use to render playable children fo the given media item. Only used i
    [all...]
  /packages/apps/Car/Media/src/com/android/car/media/widgets/
MetadataView.java 1 package com.android.car.media.widgets;
11 import com.android.car.media.MetadataController;
12 import com.android.car.media.R;
13 import com.android.car.media.common.PlaybackModel;
16 * A view that can be used to display the metadata and playback progress of a media item.
  /packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
ContentStyleMediaConstants.java 17 package com.android.car.media.common;
21 * content style API for media.
27 "android.auto.media.CONTENT_STYLE_SUPPORTED";
30 * Bundle extra indicating the presentation hint for playable media items. See {@link
34 "android.auto.media.CONTENT_STYLE_PLAYABLE_HINT";
37 * Bundle extra indicating the presentation hint for browsable media items. See {@link
41 "android.auto.media.CONTENT_STYLE_BROWSABLE_HINT";
GridSpacingItemDecoration.java 17 package com.android.car.media.common;
PlaybackControls.java 1 package com.android.car.media.common;
29 * Sets whether the media queue is currently visible or not
44 * Method invoked when the user requests to hide/show the media queue.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
AsyncMediaRequestWrapper.java 16 package com.android.messaging.datamodel.media;
18 import com.android.messaging.datamodel.media.MediaResourceManager.MediaResourceLoadListener;
29 * Create a new async media request wrapper instance given the listener.
AvatarRequestDescriptor.java 17 package com.android.messaging.datamodel.media;
BindableMediaRequest.java 16 package com.android.messaging.datamodel.media;
19 import com.android.messaging.datamodel.media.MediaResourceManager.MediaResourceLoadListener;
25 * event callbacks for multi-threaded media request processing.
37 * Delegates the media resource callback to the listener. Performs binding check to ensure
49 * Delegates the media resource callback to the listener. Performs binding check to ensure
BugleMediaCacheManager.java 16 package com.android.messaging.datamodel.media;
24 * for your cache id / media resource type in createMediaCacheById().
CompositeImageRequestDescriptor.java 16 package com.android.messaging.datamodel.media;
CustomVCardEntry.java 16 package com.android.messaging.datamodel.media;
ImageResource.java 16 package com.android.messaging.datamodel.media;
MediaRequest.java 16 package com.android.messaging.datamodel.media;
21 * Keeps track of a media loading request. MediaResourceManager uses this interface to load, encode,
22 * decode, and cache different types of media resource.
24 * This interface defines a media request class that's threading-model-blind. Wrapper classes
25 * (such as {@link AsyncMediaRequestWrapper} wraps around any base media request to offer async
39 * This method performs the heavy-lifting work of synchronously loading the media bytes for
48 * Returns the media cache where this MediaRequest wants to store the loaded
49 * media resource.
55 * media resource.
60 * Returns the request type of this media request, i.e. one of {@link #REQUEST_ENCODE_MEDIA}
    [all...]
UriImageRequest.java 16 package com.android.messaging.datamodel.media;
UriImageRequestDescriptor.java 16 package com.android.messaging.datamodel.media;

Completed in 238 milliseconds

<<11121314151617181920>>