/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | DisplayColorProfileTest.cpp | 199 auto profile = ProfileFactory().setHasWideColorGamut(false).build(); in TEST_F() local 205 auto profile = ProfileFactory().setHasWideColorGamut(true).build(); in TEST_F() local 213 auto profile = ProfileFactory().setPerFrameMetadata(0).build(); in TEST_F() local 219 impl::DisplayColorProfile profile = ProfileFactory().setPerFrameMetadata(123).build(); in TEST_F() local 229 auto profile = ProfileFactory().build(); in TEST_F() local 240 auto profile = ProfileFactory().addHdrType(Hdr::HDR10_PLUS).build(); in TEST_F() local 251 auto profile = ProfileFactory().addHdrType(Hdr::HDR10).build(); in TEST_F() local 262 auto profile = ProfileFactory().addHdrType(Hdr::HLG).build(); in TEST_F() local 273 auto profile = ProfileFactory().addHdrType(Hdr::DOLBY_VISION).build(); in TEST_F() local 285 auto profile = ProfileFactory() in TEST_F() local [all …]
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSessionListener.java | 57 public void callSessionProgressing(ImsStreamMediaProfile profile) { in callSessionProgressing() 70 public void callSessionInitiated(ImsCallProfile profile) { in callSessionInitiated() 114 public void callSessionHeld(ImsCallProfile profile) { in callSessionHeld() 140 public void callSessionHoldReceived(ImsCallProfile profile) { in callSessionHoldReceived() 154 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed() 181 public void callSessionResumeReceived(ImsCallProfile profile) { in callSessionResumeReceived() 198 public void callSessionMergeStarted(ImsCallSessionImplBase newSession, ImsCallProfile profile) in callSessionMergeStarted() 214 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) in callSessionMergeStarted() 272 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated() 298 public void callSessionUpdateReceived(ImsCallProfile profile) { in callSessionUpdateReceived() [all …]
|
D | ImsCallSession.java | 105 ImsStreamMediaProfile profile) { in callSessionProgressing() 115 ImsCallProfile profile) { in callSessionStarted() 145 ImsCallProfile profile) { in callSessionHeld() 164 ImsCallProfile profile) { in callSessionHoldReceived() 173 ImsCallProfile profile) { in callSessionResumed() 192 ImsCallProfile profile) { in callSessionResumeReceived() 204 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() 231 ImsCallProfile profile) { in callSessionUpdated() 250 ImsCallProfile profile) { in callSessionUpdateReceived() 262 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended() [all …]
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsCallSessionListener.aidl | 37 void callSessionProgressing(in ImsStreamMediaProfile profile); in callSessionProgressing() 38 void callSessionInitiated(in ImsCallProfile profile); in callSessionInitiated() 45 void callSessionHeld(in ImsCallProfile profile); in callSessionHeld() 47 void callSessionHoldReceived(in ImsCallProfile profile); in callSessionHoldReceived() 48 void callSessionResumed(in ImsCallProfile profile); in callSessionResumed() 50 void callSessionResumeReceived(in ImsCallProfile profile); in callSessionResumeReceived() 55 void callSessionMergeStarted(IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted() 62 void callSessionUpdated(in ImsCallProfile profile); in callSessionUpdated() 64 void callSessionUpdateReceived(in ImsCallProfile profile); in callSessionUpdateReceived() 69 void callSessionConferenceExtended(IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended() [all …]
|
/frameworks/base/tests/net/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 174 final Ikev2VpnProfile profile = builder.build(); in testBuildWithAllowedAlgorithmsAead() local 187 final Ikev2VpnProfile profile = builder.build(); in testBuildWithAllowedAlgorithmsNormal() local 260 private void verifyVpnProfileCommon(VpnProfile profile) { in verifyVpnProfileCommon() 274 final VpnProfile profile = builder.build().toVpnProfile(); in testPskConvertToVpnProfile() local 291 final VpnProfile profile = builder.build().toVpnProfile(); in testUsernamePasswordConvertToVpnProfile() local 308 final VpnProfile profile = builder.build().toVpnProfile(); in testRsaConvertToVpnProfile() local [all …]
|
D | VpnManagerTest.java | 70 final PlatformVpnProfile profile = getPlatformVpnProfile(); in testProvisionVpnProfilePreconsented() local 80 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 | 113 void start(String callee, in ImsCallProfile profile); in start() 126 void startConference(in String[] participants, in ImsCallProfile profile); in startConference() 135 void accept(int callType, in ImsStreamMediaProfile profile); in accept() 181 void hold(in ImsStreamMediaProfile profile); in hold() 190 void resume(in ImsStreamMediaProfile profile); in resume() 210 void update(int callType, in ImsStreamMediaProfile profile); in update()
|
/frameworks/base/tests/net/java/com/android/internal/net/ |
D | VpnProfileTest.java | 130 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testSetInvalidAlgorithmValueDelimiter() local 142 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testSetInvalidAlgorithmListDelimiter() local 154 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testEncodeDecode() local 161 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testEncodeDecodeTooManyValues() local 207 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testEncodeDecodeLoginsNotSaved() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerServiceCreateProfileTest.java | 78 UserInfo profile = addProfile(secondaryUser); in testGetProfiles() local 129 UserInfo profile = addProfile(system); in testProfileBadgeUnique() local 138 UserInfo profile = addProfile(secondaryUser); in testProfileBadgeReuse() local 228 UserInfo profile = new UserInfo( in addProfile() local
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | HwModule.cpp | 47 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile() local 61 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile) in addOutputProfile() 69 status_t HwModule::addInputProfile(const sp<IOProfile> &profile) in addInputProfile() 77 status_t HwModule::addProfile(const sp<IOProfile> &profile) in addProfile() 115 sp<IOProfile> profile = new InputProfile(name); in addInputProfile() local 280 for (const auto& profile : profiles) { in getModuleForDeviceType() local 375 for (const auto &profile : profiles) { in createDevice() local 418 for (const auto &profile : profiles) { in cleanUpForDevice() local
|
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 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
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsCallSessionImplBase.java | 385 public void start(String callee, ImsCallProfile profile) { in start() 401 public void startConference(String[] participants, ImsCallProfile profile) { in startConference() 411 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 476 public void hold(ImsStreamMediaProfile profile) { in hold() 487 public void resume(ImsStreamMediaProfile profile) { in resume() 512 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothManager.java | 113 public int getConnectionState(BluetoothDevice device, int profile) { in getConnectionState() 140 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices() 181 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates()
|
D | BluetoothProfile.java | 333 public void onServiceConnected(int profile, BluetoothProfile proxy); in onServiceConnected() 341 public void onServiceDisconnected(int profile); in onServiceDisconnected() 375 static String getProfileName(int profile) { in getProfileName()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManager.java | 225 private void addHeadsetProfile(LocalBluetoothProfile profile, String profileName, in addHeadsetProfile() 237 private void addProfile(LocalBluetoothProfile profile, in addProfile() 243 private void addPanProfile(LocalBluetoothProfile profile, in addPanProfile() 266 StateChangedHandler(LocalBluetoothProfile profile) { in StateChangedHandler() 315 HeadsetStateChangeHandler(LocalBluetoothProfile profile, String audioChangeAction, in HeadsetStateChangeHandler() 339 PanStateChangedHandler(LocalBluetoothProfile profile) { in PanStateChangedHandler() 380 LocalBluetoothProfile profile = mHeadsetProfile; in isManagerReady() local
|
D | CachedBluetoothDevice.java | 113 private String describe(LocalBluetoothProfile profile) { in describe() 123 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged() 180 public void disconnect(LocalBluetoothProfile profile) { in disconnect() 257 public void connectProfile(LocalBluetoothProfile profile) { in connectProfile() 264 synchronized void connectInt(LocalBluetoothProfile profile) { in connectInt() 322 public int getProfileConnectionState(LocalBluetoothProfile profile) { in getProfileConnectionState() 528 public boolean isConnectedProfile(LocalBluetoothProfile profile) { in isConnectedProfile()
|
/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 | 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/av/media/libstagefright/ |
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 | 161 public void start(String callee, ImsCallProfile profile) { in start() 178 public void startConference(String[] participants, ImsCallProfile profile) { in startConference() 189 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 254 public void hold(ImsStreamMediaProfile profile) { in hold() 266 public void resume(ImsStreamMediaProfile profile) { in resume() 293 public void update(int callType, ImsStreamMediaProfile profile) { in update() 483 ImsCallProfile profile) in callSessionMergeStarted() 632 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) in callSessionRttAudioIndicatorChanged()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | BtSmsInterfaceManager.java | 101 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 120 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
D | IGetProfileCallback.aidl | 22 void onComplete(int resultCode, in EuiccProfileInfo profile); in onComplete()
|
D | ISwitchToProfileCallback.aidl | 22 void onComplete(int resultCode, in EuiccProfileInfo profile); in onComplete()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | SensorPowerCalculator.java | 31 public SensorPowerCalculator(PowerProfile profile, SensorManager sensorManager, in SensorPowerCalculator() 68 private double getAverageGpsPower(PowerProfile profile, BatteryStats stats, long rawRealtimeUs, in getAverageGpsPower()
|