/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 | 112 ImsCallProfile profile) { in callSessionInitiating() 132 ImsStreamMediaProfile profile) { in callSessionProgressing() 142 ImsCallProfile profile) { in callSessionStarted() 172 ImsCallProfile profile) { in callSessionHeld() 191 ImsCallProfile profile) { in callSessionHoldReceived() 200 ImsCallProfile profile) { in callSessionResumed() 219 ImsCallProfile profile) { in callSessionResumeReceived() 231 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() 258 ImsCallProfile profile) { in callSessionUpdated() 277 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/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 | 73 /* package */ boolean isProfileSupported(int profile, @NonNull BluetoothDevice device) { in isProfileSupported() 100 /* package */ long getGroupId(int profile, @NonNull BluetoothDevice device) { in getGroupId() 119 void onProfileChange(int profile); in onProfileChange() 124 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 151 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 174 UserInfo profile = addProfile(system); in testProfileBadgeUnique() local 183 UserInfo profile = addProfile(secondaryUser); in testProfileBadgeReuse() local 333 UserInfo profile = new UserInfo( in addProfile() local
|
/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 332 for (const auto& profile : audioProfileVector) { in checkExactProfile() local 357 const sp<AudioProfile> profile = audioProfileVector.at(i); in checkCompatibleProfile() local
|
D | HwModule.cpp | 64 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile() local 79 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile) in addOutputProfile() 87 status_t HwModule::addInputProfile(const sp<IOProfile> &profile) in addInputProfile() 95 status_t HwModule::addProfile(const sp<IOProfile> &profile) in addProfile() 133 sp<IOProfile> profile = new InputProfile(name); in addInputProfile() local 300 for (const auto& profile : profiles) { in getModuleForDeviceType() local 419 for (const auto &profile : profiles) { in createDevice() local 461 for (const auto &profile : profiles) { in cleanUpForDevice() 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsCallTest.java | 77 ImsCallProfile profile = new ImsCallProfile(); in testCallSessionProgressingAppliedMediaCaps() local 126 ImsCallProfile profile = new ImsCallProfile(); in testNonNulllVideoProfile() local 137 ImsCallProfile profile = new ImsCallProfile(); in testNullCallProfileAfterNonNull() local 159 ImsCallProfile profile = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testCloseImsCallRtt() 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/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/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() 428 HeadsetStateChangeHandler(LocalBluetoothProfile profile, String audioChangeAction, in HeadsetStateChangeHandler() 452 PanStateChangedHandler(LocalBluetoothProfile profile) { in PanStateChangedHandler() 497 LocalBluetoothProfile profile = mHeadsetProfile; in isManagerReady() local
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
D | RestrictedLockUtilsTest.java | 199 EnforcedAdmin profile = RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled( in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile() local 228 EnforcedAdmin profile = RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled( in checkIfKeyguardFeaturesAreDisabled_notMatchOtherFeatures_unifiedManagedProfile() local 254 EnforcedAdmin profile = RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled( in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile() local 285 EnforcedAdmin profile = RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled( in checkIfKeyguardFeaturesAreDisabled_onlyMatchesParent_profileParentPolicy() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SrvccConnection.java | 84 public SrvccConnection(ImsCallProfile profile, in SrvccConnection() 136 private void initialize(ImsCallProfile profile) { in initialize() 159 private boolean isLocalTone(ImsCallProfile profile) { in isLocalTone()
|
/frameworks/base/services/companion/java/com/android/server/companion/ |
D | MetricUtils.java | 78 static void logCreateAssociation(String profile) { in logCreateAssociation() 84 static void logRemoveAssociation(String profile) { in logRemoveAssociation()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | VibratorInfoTest.java | 190 VibratorInfo.FrequencyProfile profile = new VibratorInfo.FrequencyProfile( in testGetFrequencyRangeHz_validProfileReturnsMappedValues() local 204 VibratorInfo.FrequencyProfile profile = EMPTY_FREQUENCY_PROFILE; in testGetMaxAmplitude_emptyProfileReturnsAlwaysZero() local 222 VibratorInfo.FrequencyProfile profile = new VibratorInfo.FrequencyProfile( in testGetMaxAmplitude_validProfileReturnsMappedValues() local
|
/frameworks/av/media/module/metadatautils/ |
D | MetaDataUtils.cpp | 100 unsigned profile = bits.getBits(2); in MakeAACCodecSpecificData() local 125 unsigned profile, /* in */ in MakeAACCodecSpecificData() 175 bool MakeAACCodecSpecificData(AMediaFormat *meta, unsigned profile, unsigned sampling_freq_index, in MakeAACCodecSpecificData() 202 unsigned profile, unsigned sampling_freq_index, in MakeAACCodecSpecificData()
|
/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()
|
/frameworks/av/services/audiopolicy/tests/ |
D | audio_health_tests.cpp | 96 for (const auto& profile : hwModule->getOutputProfiles()) { in TEST() local 99 for (const auto& profile : hwModule->getInputProfiles()) { in TEST() local
|