/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | DisplayColorProfileTest.cpp | 170 auto profile = ProfileFactory().setHasWideColorGamut(false).build(); in TEST_F() local 176 auto profile = ProfileFactory().setHasWideColorGamut(true).build(); in TEST_F() local 184 auto profile = ProfileFactory().setPerFrameMetadata(0).build(); in TEST_F() local 190 impl::DisplayColorProfile profile = ProfileFactory().setPerFrameMetadata(123).build(); in TEST_F() local 200 auto profile = ProfileFactory().build(); in TEST_F() local 211 auto profile = ProfileFactory().addHdrType(Hdr::HDR10_PLUS).build(); in TEST_F() local 222 auto profile = ProfileFactory().addHdrType(Hdr::HDR10).build(); in TEST_F() local 233 auto profile = ProfileFactory().addHdrType(Hdr::HLG).build(); in TEST_F() local 244 auto profile = ProfileFactory().addHdrType(Hdr::DOLBY_VISION).build(); in TEST_F() local 256 auto profile = ProfileFactory() in TEST_F() local [all …]
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSessionListener.java | 74 public void callSessionInitiating(@NonNull ImsCallProfile profile) { in callSessionInitiating() 102 public void callSessionProgressing(ImsStreamMediaProfile profile) { in callSessionProgressing() 116 public void callSessionInitiated(ImsCallProfile profile) { in callSessionInitiated() 165 public void callSessionHeld(ImsCallProfile profile) { in callSessionHeld() 191 public void callSessionHoldReceived(ImsCallProfile profile) { in callSessionHoldReceived() 205 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed() 232 public void callSessionResumeReceived(ImsCallProfile profile) { in callSessionResumeReceived() 249 public void callSessionMergeStarted(ImsCallSessionImplBase newSession, ImsCallProfile profile) in callSessionMergeStarted() 268 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) in callSessionMergeStarted() 329 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated() [all …]
|
D | ImsCallSession.java | 113 ImsCallProfile profile) { in callSessionInitiating() 133 ImsStreamMediaProfile profile) { in callSessionProgressing() 143 ImsCallProfile profile) { in callSessionStarted() 173 ImsCallProfile profile) { in callSessionHeld() 192 ImsCallProfile profile) { in callSessionHoldReceived() 201 ImsCallProfile profile) { in callSessionResumed() 220 ImsCallProfile profile) { in callSessionResumeReceived() 232 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() 259 ImsCallProfile profile) { in callSessionUpdated() 278 ImsCallProfile profile) { in callSessionUpdateReceived() [all …]
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsCallSessionListener.aidl | 40 void callSessionInitiating(in ImsCallProfile profile); in callSessionInitiating() 42 void callSessionProgressing(in ImsStreamMediaProfile profile); in callSessionProgressing() 43 void callSessionInitiated(in ImsCallProfile profile); in callSessionInitiated() 50 void callSessionHeld(in ImsCallProfile profile); in callSessionHeld() 52 void callSessionHoldReceived(in ImsCallProfile profile); in callSessionHoldReceived() 53 void callSessionResumed(in ImsCallProfile profile); in callSessionResumed() 55 void callSessionResumeReceived(in ImsCallProfile profile); in callSessionResumeReceived() 60 void callSessionMergeStarted(IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted() 67 void callSessionUpdated(in ImsCallProfile profile); in callSessionUpdated() 69 void callSessionUpdateReceived(in ImsCallProfile profile); in callSessionUpdateReceived() [all …]
|
/frameworks/base/services/tests/VpnTests/java/android/net/ |
D | Ikev2VpnProfileTest.java | 102 final Ikev2VpnProfile profile = builder.build(); in testBuildValidProfileWithOptions() local 120 final Ikev2VpnProfile profile = builder.build(); in testBuildUsernamePasswordProfile() local 137 final Ikev2VpnProfile profile = builder.build(); in testBuildDigitalSignatureProfile() local 154 final Ikev2VpnProfile profile = builder.build(); in testBuildPresharedKeyProfile() local 177 final Ikev2VpnProfile profile = builder.build(); in testBuildWithAllowedAlgorithmsAead() local 195 final Ikev2VpnProfile profile = builder.build(); in testBuildWithAllowedAlgorithmsNormal() local 261 final Ikev2VpnProfile profile = builder.build(); in testBuildExcludeLocalRoutesSet() local 285 private void verifyVpnProfileCommon(VpnProfile profile) { in verifyVpnProfileCommon() 299 final VpnProfile profile = builder.build().toVpnProfile(); in testPskConvertToVpnProfile() local 316 final VpnProfile profile = builder.build().toVpnProfile(); in testUsernamePasswordConvertToVpnProfile() local [all …]
|
D | VpnManagerTest.java | 78 final PlatformVpnProfile profile = getPlatformVpnProfile(); in testProvisionVpnProfilePreconsented() local 89 final PlatformVpnProfile profile = getPlatformVpnProfile(); in testProvisionVpnProfileNeedsConsent() local
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSessionListener.aidl | 38 void callSessionProgressing(in IImsCallSession session, in ImsStreamMediaProfile profile); in callSessionProgressing() 40 void callSessionStarted(in IImsCallSession session, in ImsCallProfile profile); in callSessionStarted() 50 void callSessionHeld(in IImsCallSession session, in ImsCallProfile profile); in callSessionHeld() 54 void callSessionHoldReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionHoldReceived() 56 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumed() 60 void callSessionResumeReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumeReceived() 67 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted() 79 in ImsCallProfile profile); in callSessionUpdated() 83 in ImsCallProfile profile); in callSessionUpdateReceived() 89 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended() [all …]
|
D | IImsCallSession.aidl | 117 void start(String callee, in ImsCallProfile profile); in start() 130 void startConference(in String[] participants, in ImsCallProfile profile); in startConference() 139 void accept(int callType, in ImsStreamMediaProfile profile); in accept() 185 void hold(in ImsStreamMediaProfile profile); in hold() 194 void resume(in ImsStreamMediaProfile profile); in resume() 214 void update(int callType, in ImsStreamMediaProfile profile); in update()
|
/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/ |
D | PeerDeviceSystemAttestationVerificationTest.kt | 51 val profile = AttestationProfile(PROFILE_PEER_DEVICE) in <lambda>() constant 63 val profile = AttestationProfile(PROFILE_PEER_DEVICE) in <lambda>() constant 75 val profile = AttestationProfile(PROFILE_PEER_DEVICE) in <lambda>() constant 99 val profile = AttestationProfile(PROFILE_PEER_DEVICE) in <lambda>() constant 113 val profile = AttestationProfile(PROFILE_PEER_DEVICE) in <lambda>() constant 127 val profile = AttestationProfile(PROFILE_PEER_DEVICE) in <lambda>() constant
|
D | SystemAttestationVerificationTest.kt | 55 val profile = AttestationProfile(PROFILE_UNKNOWN) in <lambda>() constant 67 val profile = AttestationProfile(PROFILE_SELF_TRUSTED) in <lambda>() constant 140 val profile = AttestationProfile(PROFILE_SELF_TRUSTED) in <lambda>() constant 153 val profile = AttestationProfile(PROFILE_SELF_TRUSTED) in <lambda>() constant 176 val profile = AttestationProfile(PROFILE_SELF_TRUSTED) in <lambda>() constant
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | BluetoothProfileMonitor.java | 62 /* package */ boolean isProfileSupported(int profile, @NonNull BluetoothDevice device) { in isProfileSupported() 89 /* package */ long getGroupId(int profile, @NonNull BluetoothDevice device) { in getGroupId() 109 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 126 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerServiceCreateProfileTest.java | 88 UserInfo profile = addProfile(secondaryUser); in testGetProfiles() local 111 UserInfo profile = addProfile(secondaryUser); in testGetProfileIds_specifyType() local 177 UserInfo profile = addProfile(system); in testProfileBadgeUnique() local 186 UserInfo profile = addProfile(secondaryUser); in testProfileBadgeReuse() local 336 UserInfo profile = new UserInfo( in addProfile() local
|
/frameworks/native/vulkan/vkprofiles/ |
D | vkprofiles.cpp | 158 VpProfileProperties profile{VP_ANDROID_BASELINE_2021_NAME, in vkAbp2021GetSupport() local 165 VpProfileProperties profile{VP_ANDROID_BASELINE_2021_CPU_ONLY_NAME, in vkAbp2021CpuOnlyGetSupport() local 172 VpProfileProperties profile{VP_ANDROID_BASELINE_2022_NAME, in vkAbp2022GetSupport() local 179 VpProfileProperties profile{VP_ANDROID_15_MINIMUMS_NAME, in vkVpa15GetSupport() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsCallTest.java | 79 ImsCallProfile profile = new ImsCallProfile(); in testCallSessionProgressingAppliedMediaCaps() local 128 ImsCallProfile profile = new ImsCallProfile(); in testNonNulllVideoProfile() local 139 ImsCallProfile profile = new ImsCallProfile(); in testNullCallProfileAfterNonNull() local 161 ImsCallProfile profile = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testCloseImsCallRtt() local 248 ImsCallProfile profile = new ImsCallProfile(); in testListenerCalledAfterCallClosed() local
|
/frameworks/base/services/tests/VpnTests/java/com/android/internal/net/ |
D | VpnProfileTest.java | 179 final VpnProfile profile = getSampleIkev2ProfileWithIkeTunConnParams(DUMMY_PROFILE_KEY); in testEncodeDecodeWithIkeTunConnParams() local 186 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testEncodeDecode() local 193 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testEncodeDecodeTooManyValues() local 289 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testEncodeDecodeLoginsNotSaved() local 303 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testClone() local
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | DynamicRangeProfiles.java | 242 public static void checkProfileValue(long profile) { in checkProfileValue() 288 public @NonNull Set<Long> getProfileCaptureRequestConstraints(@Profile long profile) { in getProfileCaptureRequestConstraints() 314 public boolean isExtraLatencyPresent(@Profile long profile) { in isExtraLatencyPresent()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioProfileVectorHelper.cpp | 44 const sp<AudioProfile> &profile) in addAudioProfileAndSort() 55 for (const auto &profile : audioProfileVector) { in getAudioProfileForFormat() local 67 for (const auto &profile : audioProfileVector) { in setSampleRatesForAudioProfiles() local 87 for (const auto &profile : audioProfileVector) { in setChannelsForAudioProfiles() local 112 sp<AudioProfile> profile = new AudioProfile(format, in addProfilesForFormats() local 160 const sp<AudioProfile> &profile = audioProfileVector.at(profileIndex); in addDynamicAudioProfileAndSort() local 347 for (const auto& profile : audioProfileVector) { in checkProfile() local 389 const sp<AudioProfile> profile = audioProfileVector.at(i); in checkCompatibleProfile() local
|
D | HwModule.cpp | 65 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile() local 80 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile) in addOutputProfile() 88 status_t HwModule::addInputProfile(const sp<IOProfile> &profile) in addInputProfile() 96 status_t HwModule::addProfile(const sp<IOProfile> &profile) in addProfile() 135 sp<IOProfile> profile = new InputProfile(name); in addInputProfile() local 303 for (const auto& profile : profiles) { in getModuleForDeviceType() local 428 for (const auto &profile : profiles) { in createDevice() local 470 for (const auto &profile : profiles) { in cleanUpForDevice() local
|
/frameworks/base/media/java/android/media/ |
D | EncoderProfiles.java | 246 int profile, in VideoProfile() 266 int profile) { in VideoProfile() 276 private int profile; field in EncoderProfiles.VideoProfile 455 int profile) { in AudioProfile() 467 private int profile; // this contains the profile if codec itself does not field in EncoderProfiles.AudioProfile
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsCallSessionImplBase.java | 514 public void start(String callee, ImsCallProfile profile) { in start() 530 public void startConference(String[] participants, ImsCallProfile profile) { in startConference() 540 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 605 public void hold(ImsStreamMediaProfile profile) { in hold() 616 public void resume(ImsStreamMediaProfile profile) { in resume() 641 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
/frameworks/av/media/module/metadatautils/ |
D | MetaDataUtils.cpp | 95 int32_t profile, in getVp9BitdepthChromaSubSampling() 154 int32_t profile = profileHighBit * 2 + profileLowBit; in MakeVP9CodecSpecificData() local 271 unsigned profile = bits.getBits(2); in MakeAACCodecSpecificData() local 296 unsigned profile, /* in */ in MakeAACCodecSpecificData() 346 bool MakeAACCodecSpecificData(AMediaFormat *meta, unsigned profile, unsigned sampling_freq_index, in MakeAACCodecSpecificData() 373 unsigned profile, unsigned sampling_freq_index, in MakeAACCodecSpecificData()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManager.java | 287 private void addHeadsetProfile(LocalBluetoothProfile profile, String profileName, in addHeadsetProfile() 299 private void addProfile(LocalBluetoothProfile profile, in addProfile() 305 private void addPanProfile(LocalBluetoothProfile profile, in addPanProfile() 328 StateChangedHandler(LocalBluetoothProfile profile) { in StateChangedHandler() 430 HeadsetStateChangeHandler(LocalBluetoothProfile profile, String audioChangeAction, in HeadsetStateChangeHandler() 454 PanStateChangedHandler(LocalBluetoothProfile profile) { in PanStateChangedHandler() 499 LocalBluetoothProfile profile = mHeadsetProfile; in isManagerReady() local
|
/frameworks/base/tools/powermodel/src/com/android/powermodel/component/ |
D | ModemAppActivity.java | 48 public ModemAppPower applyProfile(ActivityReport activityReport, PowerProfile profile) { in applyProfile() 77 static final double getAverageModemPowerMa(ModemProfile profile) { in getAverageModemPowerMa()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
D | RestrictedLockUtilsTest.java | 210 EnforcedAdmin profile = RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled( in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile() local 239 EnforcedAdmin profile = RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled( in checkIfKeyguardFeaturesAreDisabled_notMatchOtherFeatures_unifiedManagedProfile() local 265 EnforcedAdmin profile = RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled( in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile() local 296 EnforcedAdmin profile = RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled( in checkIfKeyguardFeaturesAreDisabled_onlyMatchesParent_profileParentPolicy() local
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 165 public void start(String callee, ImsCallProfile profile) { in start() 182 public void startConference(String[] participants, ImsCallProfile profile) { in startConference() 193 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 258 public void hold(ImsStreamMediaProfile profile) { in hold() 270 public void resume(ImsStreamMediaProfile profile) { in resume() 297 public void update(int callType, ImsStreamMediaProfile profile) { in update() 511 ImsCallProfile profile) in callSessionMergeStarted() 660 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) in callSessionRttAudioIndicatorChanged()
|