Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 25 of 194) sorted by relevance

12345678

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayColorProfileTest.cpp170 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/
DImsCallSessionListener.java68 public void callSessionInitiating(@NonNull ImsCallProfile profile) { in callSessionInitiating()
96 public void callSessionProgressing(ImsStreamMediaProfile profile) { in callSessionProgressing()
110 public void callSessionInitiated(ImsCallProfile profile) { in callSessionInitiated()
159 public void callSessionHeld(ImsCallProfile profile) { in callSessionHeld()
185 public void callSessionHoldReceived(ImsCallProfile profile) { in callSessionHoldReceived()
199 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed()
226 public void callSessionResumeReceived(ImsCallProfile profile) { in callSessionResumeReceived()
243 public void callSessionMergeStarted(ImsCallSessionImplBase newSession, ImsCallProfile profile) in callSessionMergeStarted()
259 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) in callSessionMergeStarted()
317 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated()
[all …]
DImsCallSession.java111 ImsCallProfile profile) { in callSessionInitiating()
131 ImsStreamMediaProfile profile) { in callSessionProgressing()
141 ImsCallProfile profile) { in callSessionStarted()
171 ImsCallProfile profile) { in callSessionHeld()
190 ImsCallProfile profile) { in callSessionHoldReceived()
199 ImsCallProfile profile) { in callSessionResumed()
218 ImsCallProfile profile) { in callSessionResumeReceived()
230 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted()
257 ImsCallProfile profile) { in callSessionUpdated()
276 ImsCallProfile profile) { in callSessionUpdateReceived()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl40 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/
DIImsCallSessionListener.aidl38 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 …]
DIImsCallSession.aidl115 void start(String callee, in ImsCallProfile profile); in start()
128 void startConference(in String[] participants, in ImsCallProfile profile); in startConference()
137 void accept(int callType, in ImsStreamMediaProfile profile); in accept()
183 void hold(in ImsStreamMediaProfile profile); in hold()
192 void resume(in ImsStreamMediaProfile profile); in resume()
212 void update(int callType, in ImsStreamMediaProfile profile); in update()
/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/
DPeerDeviceSystemAttestationVerificationTest.kt51 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
DSystemAttestationVerificationTest.kt55 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 in android.security.attestationverification.SystemAttestationVerificationTest.TestSelfTrustedAttestation
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceCreateProfileTest.java88 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/
DAudioProfileVectorHelper.cpp44 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
148 const sp<AudioProfile> &profile = audioProfileVector.at(profileIndex); in addDynamicAudioProfileAndSort() local
318 for (const auto& profile : audioProfileVector) { in checkExactProfile() local
343 const sp<AudioProfile> profile = audioProfileVector.at(i); in checkCompatibleProfile() local
DHwModule.cpp57 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile() local
72 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile) in addOutputProfile()
80 status_t HwModule::addInputProfile(const sp<IOProfile> &profile) in addInputProfile()
88 status_t HwModule::addProfile(const sp<IOProfile> &profile) in addProfile()
126 sp<IOProfile> profile = new InputProfile(name); in addInputProfile() local
293 for (const auto& profile : profiles) { in getModuleForDeviceType() local
412 for (const auto &profile : profiles) { in createDevice() local
454 for (const auto &profile : profiles) { in cleanUpForDevice() local
/frameworks/base/core/java/android/hardware/camera2/params/
DDynamicRangeProfiles.java240 public static void checkProfileValue(long profile) { in checkProfileValue()
286 public @NonNull Set<Long> getProfileCaptureRequestConstraints(@Profile long profile) { in getProfileCaptureRequestConstraints()
312 public boolean isExtraLatencyPresent(@Profile long profile) { in isExtraLatencyPresent()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java456 public void start(String callee, ImsCallProfile profile) { in start()
472 public void startConference(String[] participants, ImsCallProfile profile) { in startConference()
482 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
547 public void hold(ImsStreamMediaProfile profile) { in hold()
558 public void resume(ImsStreamMediaProfile profile) { in resume()
583 public void update(int callType, ImsStreamMediaProfile profile) { in update()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallTest.java77 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/
DModemAppActivity.java48 public ModemAppPower applyProfile(ActivityReport activityReport, PowerProfile profile) { in applyProfile()
77 static final double getAverageModemPowerMa(ModemProfile profile) { in getAverageModemPowerMa()
/frameworks/base/media/java/android/media/
DEncoderProfiles.java246 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/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java278 private void addHeadsetProfile(LocalBluetoothProfile profile, String profileName, in addHeadsetProfile()
290 private void addProfile(LocalBluetoothProfile profile, in addProfile()
296 private void addPanProfile(LocalBluetoothProfile profile, in addPanProfile()
319 StateChangedHandler(LocalBluetoothProfile profile) { in StateChangedHandler()
399 HeadsetStateChangeHandler(LocalBluetoothProfile profile, String audioChangeAction, in HeadsetStateChangeHandler()
423 PanStateChangedHandler(LocalBluetoothProfile profile) { in PanStateChangedHandler()
468 LocalBluetoothProfile profile = mHeadsetProfile; in isManagerReady() local
/frameworks/base/services/companion/java/com/android/server/companion/
DMetricUtils.java66 static void logCreateAssociation(String profile) { in logCreateAssociation()
72 static void logRemoveAssociation(String profile) { in logRemoveAssociation()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DRestrictedLockUtilsTest.java199 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/base/core/tests/coretests/src/android/os/
DVibratorInfoTest.java190 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/libstagefright/
DMetaDataUtils.cpp100 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/
DImsCallSessionImplBase.java165 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()
496 ImsCallProfile profile) in callSessionMergeStarted()
645 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) in callSessionRttAudioIndicatorChanged()
/frameworks/av/services/audiopolicy/tests/
Daudio_health_tests.cpp97 for (const auto& profile : hwModule->getOutputProfiles()) { in TEST() local
100 for (const auto& profile : hwModule->getInputProfiles()) { in TEST() local
/frameworks/av/media/libaudiofoundation/
DAudioPort.cpp51 [profileToImport](const auto &profile) { in importAudioPort()
60 sp<AudioProfile> profile = new AudioProfile(port.audio_profiles[i].format, in importAudioPort() local
94 for (const auto& profile : mProfiles) { in toAudioPort() local
124 for (const auto& profile : mProfiles) { in toAudioPort() local
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIGetProfileCallback.aidl22 void onComplete(int resultCode, in EuiccProfileInfo profile); in onComplete()

12345678