Searched defs:presentation (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/media/libstagefright/
H A DAudioPresentationInfo.cpp31 void AudioPresentationInfo::addPresentation(sp<AudioPresentation> presentation) { argument
32 mPresentations.push(presentation);
H A DACodec.cpp2790 OMX_AUDIO_PARAM_ANDROID_AACDRCPRESENTATIONTYPE presentation; local
2791 InitOMXParams(&presentation);
2792 presentation.nMaxOutputChannels = maxOutputChannelCount;
2793 presentation.nDrcCut = drc.drcCut;
2794 presentation.nDrcBoost = drc.drcBoost;
2795 presentation.nHeavyCompression = drc.heavyCompression;
2796 presentation.nTargetReferenceLevel = drc.targetRefLevel;
2797 presentation.nEncodedTargetLevel = drc.encodedTargetLevel;
2798 presentation.nPCMLimiterEnable = pcmLimiterEnable;
2799 presentation
[all...]
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCube.java17 package com.android.accessorydisplay.source.presentation;
H A DCubeRenderer.java17 package com.android.accessorydisplay.source.presentation;
H A DDemoPresentation.java17 package com.android.accessorydisplay.source.presentation;
33 * The presentation to show on the accessory display.
36 * the main activity is showing so we must be careful to use the presentation's
57 // Get the resources for the context of the presentation.
58 // Notice that we are getting the resources from the context of the presentation.
/frameworks/base/core/java/android/service/autofill/
H A DDataset.java45 * (each field could have its own {@link RemoteViews presentation}, or use the default
46 * {@link RemoteViews presentation} associated with the whole dataset).
50 * the Android System displays a UI containing the {@link RemoteViews presentation} of
62 * expiration date, and verification code), you could provide a dataset presentation saying
209 * @param presentation The presentation used to visualize this dataset.
211 public Builder(@NonNull RemoteViews presentation) { argument
212 Preconditions.checkNotNull(presentation, "presentation must be non-null");
213 mPresentation = presentation;
351 setValue(@onNull AutofillId id, @Nullable AutofillValue value, @NonNull RemoteViews presentation) argument
422 setValue(@onNull AutofillId id, @Nullable AutofillValue value, @Nullable Pattern filter, @NonNull RemoteViews presentation) argument
431 setLifeTheUniverseAndEverything(@onNull AutofillId id, @Nullable AutofillValue value, @Nullable RemoteViews presentation, @Nullable DatasetFieldFilter filter) argument
[all...]
H A DFillResponse.java185 * one dataset or set an authentication intent with a presentation view.
217 * intent you also need to specify the presentation view to be shown in the fill UI
236 * <p>If you provide an authentication intent you must also provide a presentation
248 * @param presentation The presentation to visualize the response.
258 * <li>both {@code authentication} and {@code presentation} are {@code null}</li>
259 * <li>both {@code authentication} and {@code presentation} are non-{@code null}</li>
268 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) {
275 if (authentication == null ^ presentation == null) {
276 throw new IllegalArgumentException("authentication and presentation"
267 setAuthentication(@onNull AutofillId[] ids, @Nullable IntentSender authentication, @Nullable RemoteViews presentation) argument
[all...]
/frameworks/base/libs/input/
H A DPointerController.h103 virtual void setPresentation(Presentation presentation);
166 Presentation presentation; member in struct:android::PointerController::Locked
H A DPointerController.cpp96 mLocked.presentation = PRESENTATION_POINTER;
268 void PointerController::setPresentation(Presentation presentation) { argument
271 if (presentation == PRESENTATION_POINTER && mLocked.additionalMouseResources.empty()) {
276 if (mLocked.presentation != presentation) {
277 mLocked.presentation = presentation;
280 if (presentation != PRESENTATION_SPOT) {
360 if (mLocked.presentation == PRESENTATION_POINTER) {
631 if (mLocked.presentation
[all...]
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsUtImplBase.java113 public int updateCOLR(int presentation) throws RemoteException {
114 return ImsUtImplBase.this.updateCOLR(presentation);
295 public int updateCOLR(int presentation) { argument
296 return updateColr(presentation);
324 public int updateColr(int presentation) { argument
/frameworks/base/telephony/java/com/android/ims/
H A DImsUtInterface.java188 public void updateCOLR(int presentation, Message result); argument
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java362 void setAddress(String callId, Uri address, int presentation) { argument
365 adapter.setAddress(callId, address, presentation, Log.getExternalSession());
371 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { argument
374 adapter.setCallerDisplayName(callId, callerDisplayName, presentation,
H A DRemoteConnection.java149 * @param presentation The presentation requirements for the address.
152 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {} argument
160 * @param presentation The presentation requirements for the handle.
164 RemoteConnection connection, String callerDisplayName, int presentation) {}
833 * Obtains the presentation requirements for the address of this {@code RemoteConnection}.
835 * @return The presentation requirements for the address. See
852 * Obtains the presentation requirements for this {@code RemoteConnection}'s
855 * @return The presentation requirement
163 onCallerDisplayNameChanged( RemoteConnection connection, String callerDisplayName, int presentation) argument
1394 setAddress(final Uri address, final int presentation) argument
1410 setCallerDisplayName(final String callerDisplayName, final int presentation) argument
[all...]
H A DConnection.java809 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} argument
811 Connection c, String callerDisplayName, int presentation) {}
1758 * @return The presentation requirements for the address.
1773 * @return The presentation requirements for the handle.
2024 * @param presentation The presentation requirements for the address.
2027 public final void setAddress(Uri address, int presentation) { argument
2031 mAddressPresentation = presentation;
2033 l.onAddressChanged(this, address, presentation);
2041 * @param presentation Th
810 onCallerDisplayNameChanged( Connection c, String callerDisplayName, int presentation) argument
2044 setCallerDisplayName(String callerDisplayName, int presentation) argument
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUt.java516 public void updateCOLR(int presentation, Message result) { argument
518 log("updateCOLR :: Ut=" + miUt + ", presentation=" + presentation);
523 int id = miUt.updateCOLR(presentation);
/frameworks/base/core/java/android/provider/
H A DCallLog.java256 public static final String NUMBER_PRESENTATION = "presentation";
517 * @param presentation enum value from PhoneConstants.PRESENTATION_xxx, which
532 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
535 presentation, callType, features, accountHandle, start, duration,
550 * @param presentation enum value from PhoneConstants.PRESENTATION_xxx, which
570 String postDialDigits, String viaNumber, int presentation, int callType,
573 return addCall(ci, context, number, postDialDigits, viaNumber, presentation, callType,
589 * @param presentation enum value from PhoneConstants.PRESENTATION_xxx, which
613 String postDialDigits, String viaNumber, int presentation, int callType,
640 // Remap network specified number presentation type
531 addCall(CallerInfo ci, Context context, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage) argument
569 addCall(CallerInfo ci, Context context, String number, String postDialDigits, String viaNumber, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage, boolean addForAllUsers, UserHandle userToBeInsertedTo) argument
612 addCall(CallerInfo ci, Context context, String number, String postDialDigits, String viaNumber, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage, boolean addForAllUsers, UserHandle userToBeInsertedTo, boolean is_read) argument
[all...]
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallProfile.java144 * Rule for originating identity (number) presentation, MO/MT.
151 * Rule for calling name presentation
169 * Default presentation for Originating Identity.
173 * Restricted presentation for Originating Identity.
177 * Not restricted presentation for Originating Identity.
185 * Payphone presentation for Originating Identity.
571 public static int presentationToOIR(int presentation) { argument
572 switch (presentation) {
587 * Translate presentation value to OIR value
588 * @param presentation
591 presentationToOir(int presentation) argument
[all...]
/frameworks/base/media/java/android/media/
H A DAudioTrack.java1641 * If you need a high-resolution mapping between frame position and presentation time,
2012 * Sets the audio presentation.
2013 * If the audio presentation is invalid then {@link #ERROR_BAD_VALUE} will be returned.
2017 * @param presentation see {@link AudioPresentation}. In particular, id should be set.
2020 * @throws IllegalArgumentException if the audio presentation is null.
2023 public int setPresentation(@NonNull AudioPresentation presentation) { argument
2024 if (presentation == null) {
2025 throw new IllegalArgumentException("audio presentation is null");
2027 return native_setPresentation(presentation.getPresentationId(),
2028 presentation
[all...]

Completed in 382 milliseconds