Home
last modified time | relevance | path

Searched refs:presentation (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/av/media/extractors/mp4/
DAC4Parser.cpp292 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/
DDataset.java282 public Builder(@NonNull RemoteViews presentation) { in Builder() argument
283 Preconditions.checkNotNull(presentation, "presentation must be non-null"); in Builder()
284 mPresentation = presentation; in Builder()
541 @NonNull RemoteViews presentation) { in setValue() argument
543 Preconditions.checkNotNull(presentation, "presentation cannot be null"); in setValue()
544 setLifeTheUniverseAndEverything(id, value, presentation, null, null); in setValue()
614 @Nullable Pattern filter, @NonNull RemoteViews presentation) { in setValue() argument
616 Preconditions.checkNotNull(presentation, "presentation cannot be null"); in setValue()
617 setLifeTheUniverseAndEverything(id, value, presentation, null, in setValue()
645 @NonNull RemoteViews presentation, @NonNull InlinePresentation inlinePresentation) { in setValue() argument
[all …]
DFillResponse.java311 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication() argument
318 if (authentication == null ^ presentation == null) { in setAuthentication()
323 mPresentation = presentation; in setAuthentication()
370 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument
372 return setAuthentication(ids, authentication, presentation, inlinePresentation, null); in setAuthentication()
385 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument
394 if (authentication == null ^ (presentation == null && inlinePresentation == null)) { in setAuthentication()
399 mPresentation = presentation; in setAuthentication()
849 final RemoteViews presentation = parcel.readParcelable(null);
853 builder.setAuthentication(authenticationIds, authentication, presentation,
DInlineSuggestionRenderService.java132 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,
DIInlineSuggestionRenderService.aidl31 in InlinePresentation presentation, int width, int height, in renderSuggestion() argument
/frameworks/base/libs/input/
DPointerController.cpp68 mLocked.presentation = Presentation::SPOT; in PointerController()
111 void PointerController::setPresentation(Presentation presentation) { in setPresentation() argument
114 if (mLocked.presentation == presentation) { in setPresentation()
118 mLocked.presentation = presentation; in setPresentation()
124 if (presentation == Presentation::POINTER) { in setPresentation()
164 if (mLocked.presentation == PointerController::Presentation::POINTER) { in reloadPointerResources()
175 if (mLocked.presentation == PointerController::Presentation::POINTER) { in setDisplayViewport()
DPointerController.h63 virtual void setPresentation(Presentation presentation);
86 Presentation presentation; member
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt41 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/
DKeyguardDisplayManager.java135 Presentation presentation = mPresentations.get(displayId); in showPresentation() local
136 if (presentation == null) { in showPresentation()
143 presentation = newPresentation; in showPresentation()
145 presentation.show(); in showPresentation()
148 presentation = null; in showPresentation()
150 if (presentation != null) { in showPresentation()
151 mPresentations.append(displayId, presentation); in showPresentation()
166 final Presentation presentation = mPresentations.get(displayId); in hidePresentation() local
167 if (presentation != null) { in hidePresentation()
168 presentation.dismiss(); in hidePresentation()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsUtImplBase.java200 public int updateCOLR(int presentation) throws RemoteException {
201 return ImsUtImplBase.this.updateCOLR(presentation);
421 public int updateCOLR(int presentation) { in updateCOLR() argument
422 return updateColr(presentation); in updateCOLR()
450 public int updateColr(int presentation) { in updateColr() argument
/frameworks/base/telecomm/java/android/telecom/
DConference.java72 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()
DRemoteConnection.java157 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()
DConnectionServiceAdapter.java396 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()
DRemoteConnectionService.java342 public void setAddress(String callId, Uri address, int presentation,
345 .setAddress(address, presentation);
350 int presentation, Session.Info sessionInfo) {
352 .setCallerDisplayName(callerDisplayName, presentation);
/frameworks/base/core/java/android/provider/
DCallLog.java470 public @NonNull AddCallParametersBuilder setPresentation(int presentation) { in setPresentation() argument
471 mPresentation = presentation; in setPresentation()
673 String viaNumber, int presentation, int callType, int features, in AddCallParams() argument
684 mPresentation = presentation; in AddCallParams()
1484 int presentation, int callType, int features, in addCall() argument
1488 presentation, callType, features, accountHandle, start, duration, in addCall()
1525 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() argument
1529 return addCall(ci, context, number, postDialDigits, viaNumber, presentation, callType, in addCall()
1577 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() argument
1588 builder.setPresentation(presentation); in addCall()
[all …]
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java308 final TestPresentation[] presentation = new TestPresentation[1]; in assertDisplayCanShowPresentation() local
314 presentation[0] = new TestPresentation(getContext(), display, in assertDisplayCanShowPresentation()
316 presentation[0].show(); in assertDisplayCanShowPresentation()
324 if (presentation[0] != null) { in assertDisplayCanShowPresentation()
328 presentation[0].dismiss(); in assertDisplayCanShowPresentation()
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DMyAutofillService.java242 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/
DKeyguardStatusViewComponent.java37 KeyguardStatusViewComponent build(@BindsInstance KeyguardStatusView presentation); in build() argument
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteInlineSuggestionRenderService.java90 @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/
DPointerControllerInterface.h86 virtual void setPresentation(Presentation presentation) = 0;
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsUt.aidl103 int updateCOLR(int presentation); in updateCOLR() argument
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java982 public static int presentationToOIR(int presentation) { in presentationToOIR() argument
983 switch (presentation) { in presentationToOIR()
1002 public static int presentationToOir(int presentation) { in presentationToOir() argument
1003 return presentationToOIR(presentation); in presentationToOir()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionServiceAdapter.aidl98 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/
DDemoPresentation.java17 package com.android.accessorydisplay.source.presentation;
/frameworks/av/media/libstagefright/
DACodec.cpp2952 OMX_AUDIO_PARAM_ANDROID_AACDRCPRESENTATIONTYPE presentation; in setupAACCodec() local
2953 InitOMXParams(&presentation); in setupAACCodec()
2954 presentation.nMaxOutputChannels = maxOutputChannelCount; in setupAACCodec()
2955 presentation.nDrcCut = drc.drcCut; in setupAACCodec()
2956 presentation.nDrcBoost = drc.drcBoost; in setupAACCodec()
2957 presentation.nHeavyCompression = drc.heavyCompression; in setupAACCodec()
2958 presentation.nTargetReferenceLevel = drc.targetRefLevel; in setupAACCodec()
2959 presentation.nEncodedTargetLevel = drc.encodedTargetLevel; in setupAACCodec()
2960 presentation.nPCMLimiterEnable = pcmLimiterEnable; in setupAACCodec()
2961 presentation.nDrcEffectType = drc.effectType; in setupAACCodec()
[all …]

12