/frameworks/av/media/extractors/mp4/ |
D | AC4Parser.cpp | 292 for (uint32_t presentation = 0; presentation < n_presentations; presentation++) { in parse() local 293 mPresentations[presentation].mProgramID = short_program_id; in parse() 313 ALOGV("%u: pres_bytes = %u\n", presentation, pres_bytes); in parse() 337 ALOGV("%u: b_single_substream/group = %s\n", presentation, in parse() 339 ALOGV("%u: presentation_version = %u\n", presentation, presentation_version); in parse() 340 ALOGV("%u: presentation_config = %u (%s)\n", presentation, presentation_config, in parse() 347 ALOGV("%u: b_add_emdf_substreams = %s\n", presentation, BOOLSTR(b_add_emdf_substreams)); in parse() 351 ALOGV("%u: mdcompat = %d\n", presentation, mdcompat); in parse() 354 ALOGV("%u: b_presentation_group_index = %s\n", presentation, in parse() 358 mPresentations[presentation].mGroupIndex = mBitReader.getBits(5); in parse() [all …]
|
/frameworks/base/core/java/android/service/autofill/ |
D | Dataset.java | 312 public Builder(@NonNull RemoteViews presentation) { in Builder() argument 313 Objects.requireNonNull(presentation, "presentation must be non-null"); in Builder() 314 mPresentation = presentation; in Builder() 594 @NonNull RemoteViews presentation) { in setValue() argument 596 Objects.requireNonNull(presentation, "presentation cannot be null"); in setValue() 597 setLifeTheUniverseAndEverything(id, value, presentation, null, null, null, null); in setValue() 672 @Nullable Pattern filter, @NonNull RemoteViews presentation) { in setValue() argument 674 Objects.requireNonNull(presentation, "presentation cannot be null"); in setValue() 675 setLifeTheUniverseAndEverything(id, value, presentation, null, null, in setValue() 705 @NonNull RemoteViews presentation, @NonNull InlinePresentation inlinePresentation) { in setValue() argument [all …]
|
D | FillResponse.java | 360 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication() argument 367 if (authentication == null ^ presentation == null) { in setAuthentication() 372 mPresentation = presentation; in setAuthentication() 423 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument 425 return setAuthentication(ids, authentication, presentation, inlinePresentation, null); in setAuthentication() 443 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument 448 return setAuthentication(ids, authentication, presentation, in setAuthentication() 541 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument 551 if (authentication == null ^ (presentation == null && inlinePresentation == null)) { in setAuthentication() 556 mPresentation = presentation; in setAuthentication() [all …]
|
D | InlineSuggestionRenderService.java | 132 InlinePresentation presentation, int width, int height, IBinder hostInputToken, in handleRenderSuggestion() argument 146 final View suggestionView = onRenderSuggestion(presentation, width, height); in handleRenderSuggestion() 158 presentation.getInlinePresentationSpec().getMinSize(), in handleRenderSuggestion() 159 presentation.getInlinePresentationSpec().getMaxSize()); in handleRenderSuggestion() 341 @NonNull InlinePresentation presentation, int width, int height, in onBind() 346 InlineSuggestionRenderService.this, callback, presentation, in onBind() 397 public View onRenderSuggestion(@NonNull InlinePresentation presentation, int width,
|
D | IInlineSuggestionRenderService.aidl | 31 in InlinePresentation presentation, int width, int height, in renderSuggestion() argument
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 41 this desired presentation time to be specified for each frame rendered to 79 window system's use of the presentation time. In situations where 83 using the color buffer for video encoding, the presentation time of the 87 The presentation time may be set multiple times, with each call to 89 presentation time alone does not cause the color buffer to be made 91 or copied to a native pixmap then the presentation time of the surface at 94 If the surface presentation time is successfully set, EGL_TRUE is 102 1. How is the presentation time used? 104 RESOLVED: The uses of the presentation time are intentionally not specified 110 presentation time when an absolute time is needed be queried on Android? [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardDisplayManager.java | 138 Presentation presentation = mPresentations.get(displayId); in showPresentation() local 139 if (presentation == null) { in showPresentation() 146 presentation = newPresentation; in showPresentation() 148 presentation.show(); in showPresentation() 151 presentation = null; in showPresentation() 153 if (presentation != null) { in showPresentation() 154 mPresentations.append(displayId, presentation); in showPresentation() 169 final Presentation presentation = mPresentations.get(displayId); in hidePresentation() local 170 if (presentation != null) { in hidePresentation() 171 presentation.dismiss(); in hidePresentation()
|
/frameworks/base/libs/input/ |
D | PointerController.cpp | 102 mLocked.presentation = Presentation::SPOT; in PointerController() 177 void PointerController::setPresentation(Presentation presentation) { in setPresentation() argument 180 if (mLocked.presentation == presentation) { in setPresentation() 184 mLocked.presentation = presentation; in setPresentation() 190 if (presentation == Presentation::POINTER) { in setPresentation() 244 if (mLocked.presentation == PointerController::Presentation::POINTER) { in reloadPointerResources() 255 if (mLocked.presentation == PointerController::Presentation::POINTER) { in setDisplayViewport()
|
D | PointerController.h | 63 virtual void setPresentation(Presentation presentation); 106 Presentation presentation; member
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | DialogFillUi.java | 200 final RemoteViews presentation = response.getDialogHeader(); in setHeader() local 201 if (presentation == null) { in setHeader() 213 final View content = presentation.applyWithTheme( in setHeader() 235 RemoteViews presentation = response.getDialogPresentation(); in initialAuthenticationLayout() local 236 if (presentation == null) { in initialAuthenticationLayout() 237 presentation = response.getPresentation(); in initialAuthenticationLayout() 239 if (presentation == null) { in initialAuthenticationLayout() 251 final View content = presentation.applyWithTheme( in initialAuthenticationLayout() 281 RemoteViews presentation = dataset.getFieldDialogPresentation(index); in createDatasetItems() local 282 if (presentation == null) { in createDatasetItems() [all …]
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 471 public @NonNull AddCallParametersBuilder setPresentation(int presentation) { in setPresentation() argument 472 mPresentation = presentation; in setPresentation() 685 String viaNumber, int presentation, int callType, int features, in AddCallParams() argument 697 mPresentation = presentation; in AddCallParams() 1544 int presentation, int callType, int features, in addCall() argument 1549 presentation, callType, features, accountHandle, start, duration, in addCall() 1587 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() argument 1591 return addCall(ci, context, number, postDialDigits, viaNumber, presentation, callType, in addCall() 1641 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() argument 1653 builder.setPresentation(presentation); in addCall() [all …]
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsUtImplBase.java | 217 public int updateCOLR(int presentation) throws RemoteException { 218 return executeMethodAsyncForResult(() -> ImsUtImplBase.this.updateCOLR(presentation), 470 public int updateCOLR(int presentation) { in updateCOLR() argument 471 return updateColr(presentation); in updateCOLR() 499 public int updateColr(int presentation) { in updateColr() argument
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Conference.java | 72 public void onAddressChanged(Conference c, Uri newAddress, int presentation) {} in onAddressChanged() argument 75 Conference c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() argument 1068 @TelecomManager.Presentation int presentation) { in setAddress() argument 1071 mAddressPresentation = presentation; in setAddress() 1073 l.onAddressChanged(this, address, presentation); in setAddress() 1154 @TelecomManager.Presentation int presentation) { in setCallerDisplayName() argument 1157 mCallerDisplayNamePresentation = presentation; in setCallerDisplayName() 1159 l.onCallerDisplayNameChanged(this, callerDisplayName, presentation); in setCallerDisplayName()
|
D | RemoteConnection.java | 157 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {} in onAddressChanged() argument 169 RemoteConnection connection, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() argument 1517 void setAddress(final Uri address, final int presentation) { in setAddress() argument 1519 mAddressPresentation = presentation; in setAddress() 1526 callback.onAddressChanged(connection, address, presentation); in setAddress() 1533 void setCallerDisplayName(final String callerDisplayName, final int presentation) { in setCallerDisplayName() argument 1535 mCallerDisplayNamePresentation = presentation; in setCallerDisplayName() 1543 connection, callerDisplayName, presentation); in setCallerDisplayName()
|
D | ConnectionServiceAdapter.java | 396 void setAddress(String callId, Uri address, int presentation) { in setAddress() argument 399 adapter.setAddress(callId, address, presentation, Log.getExternalSession()); in setAddress() 405 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { in setCallerDisplayName() argument 408 adapter.setCallerDisplayName(callId, callerDisplayName, presentation, in setCallerDisplayName()
|
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
D | MyAutofillService.java | 242 RemoteViews presentation = in newDatasetPresentation() local 244 presentation.setTextViewText(R.id.text, text); in newDatasetPresentation() 245 return presentation; in newDatasetPresentation()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/ |
D | KeyguardStatusViewComponent.java | 37 KeyguardStatusViewComponent build(@BindsInstance KeyguardStatusView presentation); in build() argument
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | RemoteInlineSuggestionRenderService.java | 90 @NonNull InlinePresentation presentation, int width, int height, in renderSuggestion() argument 92 scheduleAsyncRequest((s) -> s.renderSuggestion(callback, presentation, width, height, in renderSuggestion()
|
/frameworks/native/services/inputflinger/include/ |
D | PointerControllerInterface.h | 86 virtual void setPresentation(Presentation presentation) = 0;
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsUt.aidl | 103 int updateCOLR(int presentation); in updateCOLR() argument
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallProfile.java | 987 public static int presentationToOIR(int presentation) { in presentationToOIR() argument 988 switch (presentation) { in presentationToOIR() 1009 public static int presentationToOir(int presentation) { in presentationToOir() argument 1010 return presentationToOIR(presentation); in presentationToOir()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IConnectionServiceAdapter.aidl | 98 void setAddress(String callId, in Uri address, int presentation, in Session.Info sessionInfo); in setAddress() argument 100 void setCallerDisplayName(String callId, String callerDisplayName, int presentation, in setCallerDisplayName() argument
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
D | DemoPresentation.java | 17 package com.android.accessorydisplay.source.presentation;
|
D | CubeRenderer.java | 17 package com.android.accessorydisplay.source.presentation;
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 2978 OMX_AUDIO_PARAM_ANDROID_AACDRCPRESENTATIONTYPE presentation; in setupAACCodec() local 2979 InitOMXParams(&presentation); in setupAACCodec() 2980 presentation.nMaxOutputChannels = maxOutputChannelCount; in setupAACCodec() 2981 presentation.nDrcCut = drc.drcCut; in setupAACCodec() 2982 presentation.nDrcBoost = drc.drcBoost; in setupAACCodec() 2983 presentation.nHeavyCompression = drc.heavyCompression; in setupAACCodec() 2984 presentation.nTargetReferenceLevel = drc.targetRefLevel; in setupAACCodec() 2985 presentation.nEncodedTargetLevel = drc.encodedTargetLevel; in setupAACCodec() 2986 presentation.nPCMLimiterEnable = pcmLimiterEnable; in setupAACCodec() 2987 presentation.nDrcEffectType = drc.effectType; in setupAACCodec() [all …]
|