/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsCallSessionListener.java | 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() 329 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated() 355 public void callSessionUpdateReceived(ImsCallProfile profile) { in callSessionUpdateReceived() 374 ImsCallProfile profile) { in callSessionConferenceExtended() 422 ImsCallProfile profile) { in callSessionConferenceExtendReceived() [all …]
|
H A 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() 258 ImsCallProfile profile) { in callSessionUpdated() 277 ImsCallProfile profile) { in callSessionUpdateReceived() 1459 ImsCallProfile profile) { in callSessionConferenceExtended() [all …]
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A 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() 67 void callSessionUpdated(in ImsCallProfile profile); in callSessionUpdated() 69 void callSessionUpdateReceived(in ImsCallProfile profile); in callSessionUpdateReceived() 77 in ImsCallProfile profile); in callSessionConferenceExtendReceived() [all …]
|
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsCallSessionListener.aidl | 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() 93 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtendReceived() [all …]
|
H A 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()
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/ |
H A 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()
|
/aosp14/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/ |
H A D | PeerDeviceSystemAttestationVerificationTest.kt | 51 val profile = AttestationProfile(PROFILE_PEER_DEVICE) regex 63 val profile = AttestationProfile(PROFILE_PEER_DEVICE) regex 75 val profile = AttestationProfile(PROFILE_PEER_DEVICE) regex 99 val profile = AttestationProfile(PROFILE_PEER_DEVICE) regex 113 val profile = AttestationProfile(PROFILE_PEER_DEVICE) regex 127 val profile = AttestationProfile(PROFILE_PEER_DEVICE) regex
|
H A D | SystemAttestationVerificationTest.kt | 55 val profile = AttestationProfile(PROFILE_UNKNOWN) regex 67 val profile = AttestationProfile(PROFILE_SELF_TRUSTED) regex 140 val profile = AttestationProfile(PROFILE_SELF_TRUSTED) regex 153 val profile = AttestationProfile(PROFILE_SELF_TRUSTED) regex 176 val profile = AttestationProfile(PROFILE_SELF_TRUSTED) regex
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A 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
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/ |
H A 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()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A 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
|
H A D | BluetoothProfileConnectionInfo.java | 35 private BluetoothProfileConnectionInfo(int profile, boolean suppressNoisyIntent, in BluetoothProfileConnectionInfo() 47 public BluetoothProfileConnectionInfo(int profile) { in BluetoothProfileConnectionInfo()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A 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()
|
/aosp14/frameworks/base/tools/powermodel/src/com/android/powermodel/component/ |
H A D | ModemAppActivity.java | 48 public ModemAppPower applyProfile(ActivityReport activityReport, PowerProfile profile) { in applyProfile() 77 static final double getAverageModemPowerMa(ModemProfile profile) { in getAverageModemPowerMa()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A 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
|
H A D | PbapServerProfile.java | 61 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 67 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
H A D | HidDeviceProfile.java | 62 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 81 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
H A 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
|
/aosp14/system/core/libprocessgroup/ |
H A D | task_profiles.cpp | 650 for (const auto& profile : profiles_) { in ExecuteForProcess() local 657 for (const auto& profile : profiles_) { in ExecuteForTask() local 664 for (const auto& profile : profiles_) { in EnableResourceCaching() local 670 for (const auto& profile : profiles_) { in DropResourceCaching() local 676 for (const auto& profile : profiles_) { in IsValidForProcess() local 685 for (const auto& profile : profiles_) { in IsValidForTask() local 693 void TaskProfile::MoveTo(TaskProfile* profile) { in MoveTo() 857 auto profile = std::make_shared<TaskProfile>(profile_name); in Load() local 1000 TaskProfile* profile = GetProfile(name); in SetUserProfiles() local 1020 TaskProfile* profile = GetProfile(name); in SetProcessProfiles() local [all …]
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
H A 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()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A 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
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/ |
H A D | MetricUtils.java | 78 static void logCreateAssociation(String profile) { in logCreateAssociation() 84 static void logRemoveAssociation(String profile) { in logRemoveAssociation()
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
H A D | IGetProfileCallback.aidl | 22 void onComplete(int resultCode, in EuiccProfileInfo profile); in onComplete()
|
H A D | ISwitchToProfileCallback.aidl | 22 void onComplete(int resultCode, in EuiccProfileInfo profile); in onComplete()
|
/aosp14/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
H A D | ComponentActivity.java | 38 public ComponentPower applyProfile(ActivityReport activityReport, PowerProfile profile) { in applyProfile()
|