/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 | 52 public void callSessionProgressing(ImsStreamMediaProfile profile) { in callSessionProgressing() 65 public void callSessionInitiated(ImsCallProfile profile) { in callSessionInitiated() 109 public void callSessionHeld(ImsCallProfile profile) { in callSessionHeld() 135 public void callSessionHoldReceived(ImsCallProfile profile) { in callSessionHoldReceived() 149 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed() 176 public void callSessionResumeReceived(ImsCallProfile profile) { in callSessionResumeReceived() 193 public void callSessionMergeStarted(ImsCallSessionImplBase newSession, ImsCallProfile profile) in callSessionMergeStarted() 209 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) in callSessionMergeStarted() 267 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated() 293 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/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 | 114 void start(String callee, in ImsCallProfile profile); in start() 127 void startConference(in String[] participants, in ImsCallProfile profile); in startConference() 136 void accept(int callType, in ImsStreamMediaProfile profile); in accept() 166 void hold(in ImsStreamMediaProfile profile); in hold() 175 void resume(in ImsStreamMediaProfile profile); in resume() 195 void update(int callType, in ImsStreamMediaProfile profile); in update()
|
/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 | 48 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile() local 63 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile) in addOutputProfile() 71 status_t HwModule::addInputProfile(const sp<IOProfile> &profile) in addInputProfile() 79 status_t HwModule::addProfile(const sp<IOProfile> &profile) in addProfile() 117 sp<IOProfile> profile = new InputProfile(name); in addInputProfile() local 282 for (const auto& profile : profiles) { in getModuleForDeviceTypes() local 376 for (const auto &profile : profiles) { in createDevice() local 419 for (const auto &profile : profiles) { in cleanUpForDevice() local
|
D | AudioProfile.cpp | 293 ssize_t AudioProfileVector::add(const sp<AudioProfile> &profile) in add() 327 const sp<AudioProfile> &profile = itemAt(profileIndex); in addProfileFromHal() local 369 const sp<AudioProfile> profile = itemAt(i); in checkCompatibleProfile() local 396 sp<AudioProfile> profile = itemAt(--i); in clearProfiles() local 509 sp<AudioProfile> profile = itemAt(i); in hasDynamicChannelsFor() local 530 sp<AudioProfile> profile = itemAt(i); in hasDynamicRateFor() local 546 sp<AudioProfile> profile = new AudioProfile(formats[i], in setFormats() local 579 sp<AudioProfile> profile = itemAt(i); in setSampleRatesFor() local 598 sp<AudioProfile> profile = itemAt(i); in setChannelsFor() local
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsCallSessionImplBase.java | 371 public void start(String callee, ImsCallProfile profile) { in start() 387 public void startConference(String[] participants, ImsCallProfile profile) { in startConference() 397 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 435 public void hold(ImsStreamMediaProfile profile) { in hold() 446 public void resume(ImsStreamMediaProfile profile) { in resume() 471 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManager.java | 224 private void addHeadsetProfile(LocalBluetoothProfile profile, String profileName, in addHeadsetProfile() 236 private void addProfile(LocalBluetoothProfile profile, in addProfile() 242 private void addPanProfile(LocalBluetoothProfile profile, in addPanProfile() 265 StateChangedHandler(LocalBluetoothProfile profile) { in StateChangedHandler() 314 HeadsetStateChangeHandler(LocalBluetoothProfile profile, String audioChangeAction, in HeadsetStateChangeHandler() 338 PanStateChangedHandler(LocalBluetoothProfile profile) { in PanStateChangedHandler() 379 LocalBluetoothProfile profile = mHeadsetProfile; in isManagerReady() local
|
D | CachedBluetoothDevice.java | 110 private String describe(LocalBluetoothProfile profile) { in describe() 120 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged() 179 public void disconnect(LocalBluetoothProfile profile) { in disconnect() 270 public void connectProfile(LocalBluetoothProfile profile) { in connectProfile() 277 synchronized void connectInt(LocalBluetoothProfile profile) { in connectInt() 335 public int getProfileConnectionState(LocalBluetoothProfile profile) { in getProfileConnectionState() 539 public boolean isConnectedProfile(LocalBluetoothProfile profile) { in isConnectedProfile()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothManager.java | 99 public int getConnectionState(BluetoothDevice device, int profile) { in getConnectionState() 126 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices() 167 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates()
|
/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/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 153 public void start(String callee, ImsCallProfile profile) { in start() 170 public void startConference(String[] participants, ImsCallProfile profile) { in startConference() 181 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 223 public void hold(ImsStreamMediaProfile profile) { in hold() 235 public void resume(ImsStreamMediaProfile profile) { in resume() 262 public void update(int callType, ImsStreamMediaProfile profile) { in update() 452 ImsCallProfile profile) in callSessionMergeStarted() 595 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) in callSessionRttAudioIndicatorChanged()
|
/frameworks/av/media/libstagefright/ |
D | MetaDataUtils.cpp | 101 unsigned profile = bits.getBits(2); in MakeAACCodecSpecificData() local 126 unsigned profile, /* in */ in MakeAACCodecSpecificData() 176 bool MakeAACCodecSpecificData(AMediaFormat *meta, unsigned profile, unsigned sampling_freq_index, in MakeAACCodecSpecificData() 203 unsigned profile, unsigned sampling_freq_index, in MakeAACCodecSpecificData()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 485 public void onRttAudioIndicatorChanged(ImsCall imsCall, ImsStreamMediaProfile profile) { in onRttAudioIndicatorChanged() 637 public ImsCall(Context context, ImsCallProfile profile) { in ImsCall() 719 public void setCallProfile(ImsCallProfile profile) { in setCallProfile() 1159 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept() 1755 private ImsCall createNewCall(ImsCallSession session, ImsCallProfile profile) { in createNewCall() 2314 public void callSessionProgressing(ImsCallSession session, ImsStreamMediaProfile profile) { in callSessionProgressing() 2341 public void callSessionStarted(ImsCallSession session, ImsCallProfile profile) { in callSessionStarted() 2432 public void callSessionHeld(ImsCallSession session, ImsCallProfile profile) { in callSessionHeld() 2508 public void callSessionHoldReceived(ImsCallSession session, ImsCallProfile profile) { in callSessionHoldReceived() 2541 public void callSessionResumed(ImsCallSession session, ImsCallProfile profile) { in callSessionResumed() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | BtSmsInterfaceManager.java | 97 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 113 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
/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()
|
D | WifiPowerEstimator.java | 33 public WifiPowerEstimator(PowerProfile profile) { in WifiPowerEstimator() 43 private static double getWifiPowerPerPacket(PowerProfile profile) { in getWifiPowerPerPacket()
|
/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/sip/ |
D | SipPhoneFactory.java | 42 SipProfile profile = new SipProfile.Builder(sipUri).build(); in makePhone() local
|
/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
D | ComponentActivity.java | 38 public ComponentPower applyProfile(ActivityReport activityReport, PowerProfile profile) { in applyProfile()
|