| /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 | 68 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 …]
|
| D | ImsCallSession.java | 109 ImsCallProfile profile) { in callSessionInitiating() 129 ImsStreamMediaProfile profile) { in callSessionProgressing() 139 ImsCallProfile profile) { in callSessionStarted() 169 ImsCallProfile profile) { in callSessionHeld() 188 ImsCallProfile profile) { in callSessionHoldReceived() 197 ImsCallProfile profile) { in callSessionResumed() 216 ImsCallProfile profile) { in callSessionResumeReceived() 228 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() 255 ImsCallProfile profile) { in callSessionUpdated() 274 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 | 115 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/services/tests/servicestests/src/com/android/server/pm/ |
| D | UserManagerServiceCreateProfileTest.java | 86 UserInfo profile = addProfile(secondaryUser); in testGetProfiles() local 109 UserInfo profile = addProfile(secondaryUser); in testGetProfileIds_specifyType() local 172 UserInfo profile = addProfile(system); in testProfileBadgeUnique() local 181 UserInfo profile = addProfile(secondaryUser); in testProfileBadgeReuse() local 331 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 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
|
| D | HwModule.cpp | 55 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile() local 70 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile) in addOutputProfile() 78 status_t HwModule::addInputProfile(const sp<IOProfile> &profile) in addInputProfile() 86 status_t HwModule::addProfile(const sp<IOProfile> &profile) in addProfile() 124 sp<IOProfile> profile = new InputProfile(name); in addInputProfile() local 291 for (const auto& profile : profiles) { in getModuleForDeviceType() local 410 for (const auto &profile : profiles) { in createDevice() local 452 for (const auto &profile : profiles) { in cleanUpForDevice() local
|
| /frameworks/base/telephony/java/android/telephony/ims/stub/ |
| D | ImsCallSessionImplBase.java | 396 public void start(String callee, ImsCallProfile profile) { in start() 412 public void startConference(String[] participants, ImsCallProfile profile) { in startConference() 422 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 487 public void hold(ImsStreamMediaProfile profile) { in hold() 498 public void resume(ImsStreamMediaProfile profile) { in resume() 523 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
| /frameworks/base/media/java/android/media/ |
| D | EncoderProfiles.java | 199 int profile) { in VideoProfile() 213 private int profile; field in EncoderProfiles.VideoProfile 317 int profile) { in AudioProfile() 329 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/ |
| D | LocalBluetoothProfileManager.java | 226 private void addHeadsetProfile(LocalBluetoothProfile profile, String profileName, in addHeadsetProfile() 238 private void addProfile(LocalBluetoothProfile profile, in addProfile() 244 private void addPanProfile(LocalBluetoothProfile profile, in addPanProfile() 267 StateChangedHandler(LocalBluetoothProfile profile) { in StateChangedHandler() 316 HeadsetStateChangeHandler(LocalBluetoothProfile profile, String audioChangeAction, in HeadsetStateChangeHandler() 340 PanStateChangedHandler(LocalBluetoothProfile profile) { in PanStateChangedHandler() 385 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/core/java/android/bluetooth/ |
| D | BluetoothManager.java | 129 public int getConnectionState(BluetoothDevice device, int profile) { in getConnectionState() 158 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices() 186 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates()
|
| D | BluetoothProfile.java | 338 public void onServiceConnected(int profile, BluetoothProfile proxy); in onServiceConnected() 347 public void onServiceDisconnected(int profile); in onServiceDisconnected() 381 static String getProfileName(int profile) { in getProfileName()
|
| /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/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
| D | ImsCallTest.java | 67 ImsCallProfile profile = new ImsCallProfile(); in testCallSessionProgressingAppliedMediaCaps() local 116 ImsCallProfile profile = new ImsCallProfile(); in testNonNulllVideoProfile() local 127 ImsCallProfile profile = new ImsCallProfile(); in testNullCallProfileAfterNonNull() local
|
| /frameworks/av/services/audiopolicy/tests/ |
| D | audio_health_tests.cpp | 97 for (const auto& profile : hwModule->getOutputProfiles()) { in TEST() local 100 for (const auto& profile : hwModule->getInputProfiles()) { in TEST() 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 | 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() 496 ImsCallProfile profile) in callSessionMergeStarted() 645 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) in callSessionRttAudioIndicatorChanged()
|
| /frameworks/av/media/libaudiofoundation/ |
| D | AudioPort.cpp | 36 [profileToImport](const auto &profile) { in importAudioPort() 45 sp<AudioProfile> profile = new AudioProfile(port.audio_profiles[i].format, in importAudioPort() local 79 for (const auto& profile : mProfiles) { in toAudioPort() local 109 for (const auto& profile : mProfiles) { in toAudioPort() local
|
| /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/opt/telephony/src/java/com/android/internal/telephony/ |
| D | BtSmsInterfaceManager.java | 100 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 116 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
| D | SipPhoneFactory.java | 42 SipProfile profile = new SipProfile.Builder(sipUri).build(); in makePhone() local
|