/frameworks/av/media/module/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 | 212 RemoteViews presentation, in Dataset() argument 227 mPresentation = presentation; in Dataset() 501 public Builder(@NonNull RemoteViews presentation) { in Builder() argument 502 Objects.requireNonNull(presentation, "presentation must be non-null"); in Builder() 503 mPresentation = presentation; in Builder() 802 @NonNull RemoteViews presentation) { in setValue() argument 804 Objects.requireNonNull(presentation, "presentation cannot be null"); in setValue() 805 setLifeTheUniverseAndEverything(id, value, presentation, null, null, null, null); in setValue() 880 @Nullable Pattern filter, @NonNull RemoteViews presentation) { in setValue() argument 882 Objects.requireNonNull(presentation, "presentation cannot be null"); in setValue() [all …]
|
D | InlineSuggestionRenderService.java | 133 InlinePresentation presentation, int width, int height, IBinder hostInputToken, in handleRenderSuggestion() argument 147 final View suggestionView = onRenderSuggestion(presentation, width, height); in handleRenderSuggestion() 159 presentation.getInlinePresentationSpec().getMinSize(), in handleRenderSuggestion() 160 presentation.getInlinePresentationSpec().getMaxSize()); in handleRenderSuggestion() 342 @NonNull InlinePresentation presentation, int width, int height, in onBind() 347 InlineSuggestionRenderService.this, callback, presentation, in onBind() 398 public View onRenderSuggestion(@NonNull InlinePresentation presentation, int width,
|
D | FillResponse.java | 167 RemoteViews presentation, InlinePresentation inlinePresentation, in FillResponse() argument 180 mPresentation = presentation; in FillResponse() 515 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication() argument 522 if (authentication == null ^ presentation == null) { in setAuthentication() 527 mPresentation = presentation; in setAuthentication() 578 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument 580 return setAuthentication(ids, authentication, presentation, inlinePresentation, null); in setAuthentication() 598 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument 603 return setAuthentication(ids, authentication, presentation, in setAuthentication() 696 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument [all …]
|
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 | 162 Presentation presentation = mPresentations.get(displayId); in showPresentation() local 163 if (presentation == null) { in showPresentation() 170 presentation = newPresentation; in showPresentation() 172 presentation.show(); in showPresentation() 175 presentation = null; in showPresentation() 177 if (presentation != null) { in showPresentation() 178 mPresentations.append(displayId, presentation); in showPresentation() 193 final Presentation presentation = mPresentations.get(displayId); in hidePresentation() local 194 if (presentation != null) { in hidePresentation() 195 presentation.dismiss(); in hidePresentation()
|
/frameworks/base/libs/input/ |
D | PointerController.cpp | 126 mLocked.presentation = Presentation::SPOT; in PointerController() 190 void PointerController::setPresentation(Presentation presentation) { in setPresentation() argument 193 if (mLocked.presentation == presentation) { in setPresentation() 197 mLocked.presentation = presentation; in setPresentation() 201 mCursorController.setStylusHoverMode(presentation == Presentation::STYLUS_HOVER); in setPresentation() 255 if (mLocked.presentation == PointerController::Presentation::POINTER || in reloadPointerResources() 256 mLocked.presentation == PointerController::Presentation::STYLUS_HOVER) { in reloadPointerResources() 268 if (mLocked.presentation == PointerController::Presentation::POINTER || in setDisplayViewport() 269 mLocked.presentation == PointerController::Presentation::STYLUS_HOVER) { in setDisplayViewport() 345 ftl::enum_string(mLocked.presentation).c_str()); in dump()
|
D | PointerController.h | 63 void setPresentation(Presentation presentation) override; 112 Presentation presentation; member
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | DialogFillUi.java | 212 final RemoteViews presentation = in setHeader() local 214 if (presentation == null) { in setHeader() 226 final View content = presentation.applyWithTheme( in setHeader() 248 RemoteViews presentation = Helper.sanitizeRemoteView( in initialAuthenticationLayout() local 250 if (presentation == null) { in initialAuthenticationLayout() 251 presentation = Helper.sanitizeRemoteView(response.getPresentation()); in initialAuthenticationLayout() 253 if (presentation == null) { in initialAuthenticationLayout() 265 final View content = presentation.applyWithTheme( in initialAuthenticationLayout() 295 RemoteViews presentation = Helper.sanitizeRemoteView( in createDatasetItems() local 297 if (presentation == null) { in createDatasetItems() [all …]
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 478 public @NonNull AddCallParametersBuilder setPresentation(int presentation) { in setPresentation() argument 479 mPresentation = presentation; in setPresentation() 731 String viaNumber, int presentation, int callType, int features, in AddCallParams() argument 743 mPresentation = presentation; in AddCallParams() 766 String viaNumber, int presentation, int callType, int features, in AddCallParams() argument 779 mPresentation = presentation; in AddCallParams() 1649 int presentation, int callType, int features, in addCall() argument 1654 presentation, callType, features, accountHandle, start, duration, in addCall() 1692 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() argument 1696 return addCall(ci, context, number, postDialDigits, viaNumber, presentation, callType, 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 1142 @TelecomManager.Presentation int presentation) { in setAddress() argument 1145 mAddressPresentation = presentation; in setAddress() 1147 l.onAddressChanged(this, address, presentation); in setAddress() 1228 @TelecomManager.Presentation int presentation) { in setCallerDisplayName() argument 1231 mCallerDisplayNamePresentation = presentation; in setCallerDisplayName() 1233 l.onCallerDisplayNameChanged(this, callerDisplayName, presentation); in setCallerDisplayName()
|
D | RemoteConnection.java | 155 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {} in onAddressChanged() argument 167 RemoteConnection connection, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() argument 1515 void setAddress(final Uri address, final int presentation) { in setAddress() argument 1517 mAddressPresentation = presentation; in setAddress() 1524 callback.onAddressChanged(connection, address, presentation); in setAddress() 1531 void setCallerDisplayName(final String callerDisplayName, final int presentation) { in setCallerDisplayName() argument 1533 mCallerDisplayNamePresentation = presentation; in setCallerDisplayName() 1541 connection, callerDisplayName, presentation); in setCallerDisplayName()
|
D | ConnectionServiceAdapter.java | 403 void setAddress(String callId, Uri address, int presentation) { in setAddress() argument 406 adapter.setAddress(callId, address, presentation, Log.getExternalSession()); in setAddress() 412 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { in setCallerDisplayName() argument 415 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/core/java/android/view/flags/ |
D | refresh_rate_flags.aconfig | 32 description: "Feature flag for using expected presentation time of the Choreographer" 40 description: "Feature flag for using expected presentation time of the Choreographer"
|
/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/base/packages/SystemUI/src/com/android/keyguard/dagger/ |
D | KeyguardStatusViewComponent.java | 41 @BindsInstance KeyguardStatusView presentation, in build()
|
/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 | 1002 public static int presentationToOIR(int presentation) { in presentationToOIR() argument 1003 switch (presentation) { in presentationToOIR() 1024 public static int presentationToOir(int presentation) { in presentationToOir() argument 1025 return presentationToOIR(presentation); in presentationToOir()
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/area/ |
D | WindowAreaComponentImpl.java | 444 ExtensionWindowAreaPresentation presentation = null; in getRearDisplayPresentation() local 446 presentation = mRearDisplayPresentationController.getWindowAreaPresentation(); in getRearDisplayPresentation() 448 return presentation; in getRearDisplayPresentation()
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
D | DemoPresentation.java | 17 package com.android.accessorydisplay.source.presentation;
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IConnectionServiceAdapter.aidl | 100 void setAddress(String callId, in Uri address, int presentation, in Session.Info sessionInfo); in setAddress() argument 102 void setCallerDisplayName(String callId, String callerDisplayName, int presentation, in setCallerDisplayName() argument
|
/frameworks/native/services/inputflinger/include/ |
D | PointerControllerInterface.h | 116 virtual void setPresentation(Presentation presentation) = 0;
|