/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | DisplayColorProfileTest.cpp | 184 auto profile = ProfileFactory().setPerFrameMetadata(0).build(); in TEST_F() local 200 auto profile = ProfileFactory().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 256 auto profile = ProfileFactory() in TEST_F() local 273 auto profile = ProfileFactory() in TEST_F() local 307 auto profile = ProfileFactory() in TEST_F() local 353 auto profile = ProfileFactory::createProfileWithBT2100PQSupport(); in TEST_F() local 401 DisplayColorProfile& profile, in checkGetBestColorMode() 580 auto profile = ProfileFactory::createProfileWithBT2100PQSupport(); in TEST_F() local [all …]
|
/aosp12/system/media/alsa_utils/ |
H A D | alsa_device_profile.c | 61 static void profile_reset(alsa_device_profile* profile) in profile_reset() 76 void profile_init(alsa_device_profile* profile, int direction) in profile_init() 82 bool profile_is_initialized(const alsa_device_profile* profile) in profile_is_initialized() 87 bool profile_is_valid(const alsa_device_profile* profile) { in profile_is_valid() 95 void profile_decache(alsa_device_profile* profile) { in profile_decache() 136 unsigned profile_get_default_sample_rate(const alsa_device_profile* profile) in profile_get_default_sample_rate() 290 static unsigned profile_enum_sample_formats(alsa_device_profile* profile, in profile_enum_sample_formats() 436 bool profile_read_device_info(alsa_device_profile* profile) in profile_read_device_info() 476 char * profile_get_sample_rate_strs(const alsa_device_profile* profile) in profile_get_sample_rate_strs() 509 char * profile_get_format_strs(const alsa_device_profile* profile) in profile_get_format_strs() [all …]
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsCallSessionListener.java | 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() 317 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated() 343 public void callSessionUpdateReceived(ImsCallProfile profile) { in callSessionUpdateReceived() 362 ImsCallProfile profile) { in callSessionConferenceExtended() 407 ImsCallProfile profile) { in callSessionConferenceExtendReceived() [all …]
|
H A 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() 255 ImsCallProfile profile) { in callSessionUpdated() 274 ImsCallProfile profile) { in callSessionUpdateReceived() 1359 ImsCallProfile profile) { in callSessionConferenceExtended() [all …]
|
/aosp12/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 …]
|
/aosp12/packages/services/Car/car-lib/src/android/car/ |
H A D | ICarBluetoothUserService.aidl | 25 boolean isBluetoothConnectionProxyAvailable(in int profile); in isBluetoothConnectionProxyAvailable() 26 boolean bluetoothConnectToProfile(in int profile, in BluetoothDevice device); in bluetoothConnectToProfile() 27 boolean bluetoothDisconnectFromProfile(in int profile, in BluetoothDevice device); in bluetoothDisconnectFromProfile() 28 int getProfilePriority(in int profile, in BluetoothDevice device); in getProfilePriority() 29 void setProfilePriority(in int profile, in BluetoothDevice device, in int priority); in setProfilePriority()
|
/aosp12/packages/apps/Settings/src/com/android/settings/vpn2/ |
H A D | ConfigDialogFragment.java | 62 public static void show(VpnSettings parent, VpnProfile profile, boolean edit, boolean exists) { in show() 86 VpnProfile profile = (VpnProfile) args.getParcelable(ARG_PROFILE); in onCreateDialog() local 112 VpnProfile profile = (VpnProfile) options.getParcelable(ARG_PROFILE); in onConfirmLockdown() local 124 VpnProfile profile = dialog.getProfile(); in onClick() local 168 private void updateLockdownVpn(boolean isVpnAlwaysOn, VpnProfile profile) { in updateLockdownVpn() 189 private void save(VpnProfile profile, boolean lockdown) { in save() 199 private void connect(VpnProfile profile, boolean lockdown) { in connect() 220 private boolean disconnect(VpnProfile profile) { in disconnect() 232 private boolean isConnected(VpnProfile profile) throws RemoteException { in isConnected()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/ |
H A D | Ikev2VpnProfileTest.java | 107 final Ikev2VpnProfile profile = builder.build(); in testBuildValidProfileWithOptions() local 125 final Ikev2VpnProfile profile = builder.build(); in testBuildUsernamePasswordProfile() local 142 final Ikev2VpnProfile profile = builder.build(); in testBuildDigitalSignatureProfile() local 159 final Ikev2VpnProfile profile = builder.build(); in testBuildPresharedKeyProfile() local 182 final Ikev2VpnProfile profile = builder.build(); in testBuildWithAllowedAlgorithmsAead() local 200 final Ikev2VpnProfile profile = builder.build(); in testBuildWithAllowedAlgorithmsNormal() local 273 private void verifyVpnProfileCommon(VpnProfile profile) { in verifyVpnProfileCommon() 287 final VpnProfile profile = builder.build().toVpnProfile(); in testPskConvertToVpnProfile() local 304 final VpnProfile profile = builder.build().toVpnProfile(); in testUsernamePasswordConvertToVpnProfile() local 321 final VpnProfile profile = builder.build().toVpnProfile(); in testRsaConvertToVpnProfile() local [all …]
|
/aosp12/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 | 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()
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
H A D | BluetoothDeviceProfilesPreferenceControllerTest.java | 143 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in refreshUi_profiles_showsPreference() local 163 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileChecked_setsProfilePreferred() local 178 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileChecked_connectsToProfile() local 193 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileUnchecked_setsProfileNotPreferred() local 209 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileUnchecked_disconnectsFromProfile() local
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | CarBluetoothUserService.java | 116 mProfileListener, profile); in setupBluetoothConnectionProxies() local 231 public boolean isBluetoothConnectionProxyAvailable(int profile) { in isBluetoothConnectionProxyAvailable() 278 public boolean bluetoothConnectToProfile(int profile, BluetoothDevice device) { in bluetoothConnectToProfile() 322 public boolean bluetoothDisconnectFromProfile(int profile, BluetoothDevice device) { in bluetoothDisconnectFromProfile() 366 public int getProfilePriority(int profile, BluetoothDevice device) { in getProfilePriority() 417 public void setProfilePriority(int profile, BluetoothDevice device, int priority) { in setProfilePriority()
|
H A D | CarBluetoothService.java | 389 public List<BluetoothDevice> getProfileDevicePriorityList(int profile) { in getProfileDevicePriorityList() 408 public int getDeviceConnectionPriority(int profile, BluetoothDevice device) { in getDeviceConnectionPriority() 427 public void setDeviceConnectionPriority(int profile, BluetoothDevice device, int priority) { in setDeviceConnectionPriority() 449 boolean requestProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in requestProfileInhibit() 468 boolean releaseProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in releaseProfileInhibit()
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothDetailsProfilesController.java | 92 LocalBluetoothProfile profile) { in createProfilePreference() 105 LocalBluetoothProfile profile) { in refreshProfilePreference() 141 private void enableProfile(LocalBluetoothProfile profile) { in enableProfile() 157 private void disableProfile(LocalBluetoothProfile profile) { in disableProfile() 173 LocalBluetoothProfile profile = mProfileManager.getProfileByName(preference.getKey()); in onPreferenceClick() local 224 private void maybeAddHighQualityAudioPref(LocalBluetoothProfile profile) { in maybeAddHighQualityAudioPref()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A 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
|
/aosp12/art/libprofile/profile/ |
H A D | profile_boot_info_test.cc | 37 ScratchFile profile; in TEST_F() local 47 ScratchFile profile; in TEST_F() local 66 ScratchFile profile; in TEST_F() local 95 ScratchFile profile; in TEST_F() local
|
H A D | profile_compilation_info_test.cc | 281 ScratchFile profile; in TEST_F() local 314 ScratchFile profile; in TEST_F() local 323 ScratchFile profile; in TEST_F() local 336 ScratchFile profile; in TEST_F() local 351 ScratchFile profile; in TEST_F() local 381 ScratchFile profile; in TEST_F() local 394 ScratchFile profile; in TEST_F() local 404 ScratchFile profile; in TEST_F() local 412 ScratchFile profile; in TEST_F() local 425 ScratchFile profile; in TEST_F() local [all …]
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A 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
|
H A 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
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | Ikev2VpnTest.java | 246 private void checkBasicIkev2VpnProfile(@NonNull Ikev2VpnProfile profile) throws Exception { in checkBasicIkev2VpnProfile() 261 final Ikev2VpnProfile profile = in testBuildIkev2VpnProfilePsk() local 279 final Ikev2VpnProfile profile = in testBuildIkev2VpnProfileUsernamePassword() local 297 final Ikev2VpnProfile profile = in testBuildIkev2VpnProfileDigitalSignature() local 319 final Ikev2VpnProfile profile = in verifyProvisionVpnProfile() local 363 final Ikev2VpnProfile profile = in testDeleteVpnProfile() local 407 final Ikev2VpnProfile profile = in checkStartStopVpnProfileBuildsNetworks() local
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/internal/net/ |
H A D | VpnProfileTest.java | 134 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testEncodeDecode() local 141 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testEncodeDecodeTooManyValues() local 187 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testEncodeDecodeLoginsNotSaved() local
|
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
H A D | SipConnectionService.java | 49 void onFound(SipProfile profile); in onFound() 191 SipProfile profile, in createConnectionForProfile() 235 private SipPhone findPhoneForProfile(SipProfile profile) { in findPhoneForProfile() 250 private SipPhone createPhoneForProfile(SipProfile profile) { in createPhoneForProfile()
|
H A D | SipSettings.java | 169 SipProfile profile = intent.getParcelableExtra(KEY_SIP_PROFILE); in onActivityResult() local 195 private String getProfileName(SipProfile profile) { in getProfileName() 249 SipProfile profile = getProfileFromList(activeProfile); in processActiveProfilesFromSipService() local 284 private void handleProfileClick(final SipProfile profile) { in handleProfileClick() 338 private void startSipEditor(final SipProfile profile) { in startSipEditor()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A 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()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A 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
|