Searched defs:flags (Results 376 - 400 of 931) sorted by last modified time

<<11121314151617181920>>

/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1070 public void writeToParcel(Parcel dest, int flags) { argument
H A DFocusRequester.java50 * the flags associated with the gain request that qualify the type of grant (e.g. accepting
170 private static String flagsToString(int flags) { argument
172 if ((flags & AudioManager.AUDIOFOCUS_FLAG_DELAY_OK) != 0) {
175 if ((flags & AudioManager.AUDIOFOCUS_FLAG_LOCK) != 0) {
179 if ((flags & AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) != 0) {
191 + " -- flags: " + flagsToString(mGrantFlags)
H A DMediaCodec.java252 * @param newFlags buffer flags associated with the buffer. This
261 flags = newFlags;
285 * Buffer flags associated with the buffer. A combination of
297 public int flags; field in class:MediaCodec.BufferInfo
537 * @param flags Specify {@link #CONFIGURE_FLAG_ENCODE} to configure the
541 * or the flags are not set properly
547 Surface surface, MediaCrypto crypto, int flags) {
577 native_configure(keys, values, surface, crypto, flags);
584 Surface surface, MediaCrypto crypto, int flags);
813 * @param flags
545 configure( MediaFormat format, Surface surface, MediaCrypto crypto, int flags) argument
582 native_configure( String[] keys, Object[] values, Surface surface, MediaCrypto crypto, int flags) argument
822 queueInputBuffer( int index, int offset, int size, long presentationTimeUs, int flags) argument
839 native_queueInputBuffer( int index, int offset, int size, long presentationTimeUs, int flags) argument
945 queueSecureInputBuffer( int index, int offset, CryptoInfo info, long presentationTimeUs, int flags) argument
964 native_queueSecureInputBuffer( int index, int offset, CryptoInfo info, long presentationTimeUs, int flags) argument
[all...]
H A DMediaCodecInfo.java143 * codec-type specific capability flags.
286 private boolean checkFeature(String name, int flags) { argument
289 return (flags & feat.mValue) != 0;
431 0 /* flags */, defaultFormat, new MediaFormat() /* info */);
440 boolean encoder, int flags,
443 this(profLevs, colFmts, encoder, flags,
451 CodecProfileLevel[] profLevs, int[] colFmts, boolean encoder, int flags,
456 mFlagsVerified = flags;
438 CodecCapabilities( CodecProfileLevel[] profLevs, int[] colFmts, boolean encoder, int flags, Map<String, Object>defaultFormatMap, Map<String, Object>capabilitiesMap) argument
450 CodecCapabilities( CodecProfileLevel[] profLevs, int[] colFmts, boolean encoder, int flags, MediaFormat defaultFormat, MediaFormat info) argument
H A DMediaDescription.java145 public void writeToParcel(Parcel dest, int flags) { argument
150 dest.writeParcelable(mIcon, flags);
151 dest.writeParcelable(mIconUri, flags);
H A DMediaFocusControl.java326 // sendMsg() flags
716 IAudioFocusDispatcher fd, String clientId, String callingPackageName, int flags) {
718 "flags=0x" + Integer.toHexString(flags));
733 if ((flags & AudioManager.AUDIOFOCUS_FLAG_DELAY_OK) == 0) {
759 if (fr.getGainRequest() == focusChangeHint && fr.getGrantFlags() == flags) {
779 final FocusRequester nfr = new FocusRequester(aa, focusChangeHint, flags, fd, cb,
1430 private void onRcDisplayUpdate(PlayerRecord prse, int flags /* USED ?*/) {
1446 mCurrentRcClient.onInformationRequested(mCurrentRcClientGen, flags);
1538 * @param infoChangedFlags the flags correspondin
715 requestAudioFocus(AudioAttributes aa, int focusChangeHint, IBinder cb, IAudioFocusDispatcher fd, String clientId, String callingPackageName, int flags) argument
[all...]
H A DMediaMetadata.java427 public void writeToParcel(Parcel dest, int flags) { argument
H A DMediaMuxer.java95 int offset, int size, long presentationTimeUs, int flags);
302 * MediaMuxer uses the flags provided in {@link MediaCodec.BufferInfo},
335 bufferInfo.presentationTimeUs, bufferInfo.flags);
93 nativeWriteSampleData(long nativeObject, int trackIndex, ByteBuffer byteBuf, int offset, int size, long presentationTimeUs, int flags) argument
H A DMediaPlayer.java1226 * The parameter is a combination of {@link android.os.PowerManager} wake flags.
1805 public void writeToParcel(Parcel dest, int flags) { argument
H A DMediaRouter.java244 if ((cbi.flags & (CALLBACK_FLAG_PERFORM_ACTIVE_SCAN
248 } else if ((cbi.flags & CALLBACK_FLAG_PASSIVE_DISCOVERY) != 0) {
257 if ((cbi.flags & CALLBACK_FLAG_PERFORM_ACTIVE_SCAN) != 0) {
779 * @param flags Flags to control the determination of whether a route may be available.
785 public boolean isRouteAvailable(int types, int flags) { argument
790 if ((flags & AVAILABILITY_FLAG_IGNORE_DEFAULT_ROUTE) == 0
807 * {@link #addCallback(int, Callback, int)} without flags.
829 * @param flags Flags to control the behavior of the callback.
833 public void addCallback(int types, Callback cb, int flags) { argument
839 info.flags |
2642 public int flags; field in class:MediaRouter.CallbackInfo
2646 CallbackInfo(Callback cb, int type, int flags, MediaRouter router) argument
[all...]
H A DMediaRouterClientState.java70 public void writeToParcel(Parcel dest, int flags) { argument
154 public void writeToParcel(Parcel dest, int flags) { argument
H A DRating.java95 public void writeToParcel(Parcel dest, int flags) { argument
H A DRemoteDisplay.java126 final int width, final int height, final int flags, final int session) {
130 mListener.onDisplayConnected(surface, width, height, flags, session);
160 int width, int height, int flags, int session);
125 notifyDisplayConnected(final Surface surface, final int width, final int height, final int flags, final int session) argument
159 onDisplayConnected(Surface surface, int width, int height, int flags, int session) argument
H A DRemoteDisplayState.java72 public void writeToParcel(Parcel dest, int flags) { argument
151 public void writeToParcel(Parcel dest, int flags) { argument
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicyConfig.java77 public void writeToParcel(Parcel dest, int flags) { argument
80 // write mix route flags
100 // read mix route flags
141 // write mix route flags
142 textDump += "* route flags=0x" + Integer.toHexString(mix.getRouteFlags()) + "\n";
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java552 * @param flags The flags for this item.
554 public MediaItem(@NonNull MediaDescription description, @Flags int flags) { argument
561 mFlags = flags;
579 public void writeToParcel(Parcel out, int flags) { argument
581 mDescription.writeToParcel(out, flags);
607 * Gets the flags of the item.
/frameworks/base/media/java/android/media/projection/
H A DMediaProjection.java105 int flags = isSecure ? DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE : 0;
107 flags | DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR |
124 * @param flags A combination of virtual display flags. See {@link DisplayManager} for the full
125 * list of flags.
135 int width, int height, int dpi, int flags, @Nullable Surface surface,
139 this, name, width, height, dpi, surface, flags, callback, handler);
134 createVirtualDisplay(@onNull String name, int width, int height, int dpi, int flags, @Nullable Surface surface, @Nullable VirtualDisplay.Callback callback, @Nullable Handler handler) argument
H A DMediaProjectionInfo.java76 public void writeToParcel(Parcel out, int flags) { argument
/frameworks/base/media/java/android/media/session/
H A DMediaController.java237 * Get the flags for this session. Flags are defined in {@link MediaSession}.
239 * @return The current set of flags for the session.
294 * {@link VolumeProvider#VOLUME_CONTROL_ABSOLUTE}. The flags in
299 * @param flags Flags from {@link AudioManager} to include with the volume
302 public void setVolumeTo(int value, int flags) { argument
304 mSessionBinder.setVolumeTo(value, flags, mContext.getPackageName());
316 * {@link VolumeProvider#VOLUME_CONTROL_ABSOLUTE}. The flags in
321 * @param flags Any flags to pass with the command.
323 public void adjustVolume(int direction, int flags) { argument
[all...]
H A DMediaSession.java243 * Set any flags for the session.
245 * @param flags The flags to set for this session.
247 public void setFlags(@SessionFlags int flags) { argument
249 mBinder.setFlags(flags);
641 public void writeToParcel(Parcel dest, int flags) { argument
1095 public void writeToParcel(Parcel dest, int flags) { argument
1096 mDescription.writeToParcel(dest, flags);
H A DMediaSessionLegacyHelper.java203 int flags;
207 flags = AudioManager.FLAG_ACTIVE_MEDIA_ONLY;
209 // These flags are consistent with the home screen
211 flags = AudioManager.FLAG_PLAY_SOUND | AudioManager.FLAG_VIBRATE;
213 flags = AudioManager.FLAG_SHOW_UI | AudioManager.FLAG_VIBRATE;
222 direction, flags);
228 MediaSessionManager.DIRECTION_MUTE, flags);
231 0 /* direction, causes UI to show on down */, flags);
236 public void sendAdjustVolumeBy(int suggestedStream, int delta, int flags) { argument
237 mSessionManager.dispatchAdjustVolume(suggestedStream, delta, flags);
[all...]
H A DMediaSessionManager.java295 * @param flags Any flags to include with the volume change.
298 public void dispatchAdjustVolume(int suggestedStream, int direction, int flags) { argument
300 mService.dispatchAdjustVolume(suggestedStream, direction, flags);
H A DParcelableVolumeInfo.java59 public void writeToParcel(Parcel dest, int flags) { argument
64 audioAttrs.writeToParcel(dest, flags);
H A DPlaybackState.java289 public void writeToParcel(Parcel dest, int flags) { argument
538 // flags.
607 public void writeToParcel(Parcel dest, int flags) { argument
609 TextUtils.writeToParcel(mName, dest, flags);
/frameworks/base/media/java/android/media/tv/
H A DTvContentRatingSystemInfo.java66 return (mApplicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0;
102 public void writeToParcel(Parcel dest, int flags) { argument
103 dest.writeParcelable(mXmlUri, flags);
104 dest.writeParcelable(mApplicationInfo, flags);

Completed in 124 milliseconds

<<11121314151617181920>>