/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A 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 …]
|
/aosp_15_r20/system/media/alsa_utils/ |
H A D | alsa_device_profile.c | 61 static void profile_reset(alsa_device_profile* profile) in profile_reset() 77 void profile_init(alsa_device_profile* profile, int direction) in profile_init() 83 bool profile_is_initialized(const alsa_device_profile* profile) in profile_is_initialized() 88 bool profile_is_valid(const alsa_device_profile* profile) { in profile_is_valid() 92 bool profile_is_cached_for(const alsa_device_profile* profile, int card, int device) { in profile_is_cached_for() 96 void profile_decache(alsa_device_profile* profile) { in profile_decache() 111 unsigned profile_calc_min_period_size(const alsa_device_profile* profile, unsigned sample_rate) in profile_calc_min_period_size() 127 unsigned int profile_get_period_size(const alsa_device_profile* profile, unsigned sample_rate) in profile_get_period_size() 137 unsigned profile_get_default_sample_rate(const alsa_device_profile* profile) in profile_get_default_sample_rate() 151 unsigned profile_get_highest_sample_rate(const alsa_device_profile* profile) { in profile_get_highest_sample_rate() [all …]
|
/aosp_15_r20/system/extras/simpleperf/doc/ |
H A D | scripts_reference.md | 7 ### app_profiler.py 43 ### Profile from launch of an application 64 ### api_profiler.py 71 ### run_simpleperf_without_usb_connection.py 86 ### binary_cache_builder.py 110 ### run_simpleperf_on_device.py 120 ### report.py 133 ### report_html.py 190 ### inferno 203 ### purgatorio [all …]
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/ddi/ |
H A D | media_libva_caps.cpp | 213 VAProfile *profile, in GetProfileEntrypointFromConfigId() 276 VAProfile profile, in AddProfileEntry() 297 int32_t MediaLibvaCaps::GetProfileTableIdx(VAProfile profile, VAEntrypoint entrypoint) in GetProfileTableIdx() 362 VAProfile profile, in SetAttribute() 391 VAProfile profile, in CheckEncRTFormat() 462 VAProfile profile, in CheckAttribList() 640 VAProfile profile, in CreateEncAttributes() 1029 VAProfile profile, in CreateDecAttributes() 1252 VAProfile profile, in CreateVpAttributes() 1296 VAProfile profile[3] = { in LoadAvcDecProfileEntrypoints() local [all …]
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsCallSession.java | 113 ImsCallProfile profile) { in callSessionInitiating() 133 ImsStreamMediaProfile profile) { in callSessionProgressing() 143 ImsCallProfile profile) { in callSessionStarted() 173 ImsCallProfile profile) { in callSessionHeld() 192 ImsCallProfile profile) { in callSessionHoldReceived() 201 ImsCallProfile profile) { in callSessionResumed() 220 ImsCallProfile profile) { in callSessionResumeReceived() 232 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() 259 ImsCallProfile profile) { in callSessionUpdated() 278 ImsCallProfile profile) { in callSessionUpdateReceived() [all …]
|
H A D | ImsCallSessionListener.java | 76 public void callSessionInitiating(@NonNull ImsCallProfile profile) { in callSessionInitiating() 104 public void callSessionProgressing(ImsStreamMediaProfile profile) { in callSessionProgressing() 118 public void callSessionInitiated(ImsCallProfile profile) { in callSessionInitiated() 167 public void callSessionHeld(ImsCallProfile profile) { in callSessionHeld() 193 public void callSessionHoldReceived(ImsCallProfile profile) { in callSessionHoldReceived() 207 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed() 234 public void callSessionResumeReceived(ImsCallProfile profile) { in callSessionResumeReceived() 251 public void callSessionMergeStarted(ImsCallSessionImplBase newSession, ImsCallProfile profile) in callSessionMergeStarted() 270 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) in callSessionMergeStarted() 331 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated() [all …]
|
/aosp_15_r20/cts/common/device-side/bedstead/remotedpc/src/test/java/com/android/bedstead/remotedpc/ |
H A D | RemoteDpcTest.java | 154 UserReference profile = TestApis.users().createUser() in profileOwner_userHandle_noProfileOwner_returnsNull() local 171 UserReference profile = TestApis.users().createUser() in profileOwner_userHandle_nonRemoteDpcProfileOwner_returnsNull() local 191 UserReference profile = TestApis.users().createUser() in profileOwner_userHandle_remoteDpcProfileOwner_returnsInstance() local 214 UserReference profile = TestApis.users().createUser() in profileOwner_userReference_noProfileOwner_returnsNull() local 230 UserReference profile = TestApis.users().createUser() in profileOwner_userReference_nonRemoteDpcProfileOwner_returnsNull() local 250 UserReference profile = TestApis.users().createUser() in profileOwner_userReference_remoteDpcProfileOwner_returnsInstance() local 329 UserReference profile = TestApis.users().createUser() in any_userHandle_noDeviceOwner_nonRemoteDpcProfileOwner_returnsNull() local 375 UserReference profile = TestApis.users().createUser() in any_userHandle_remoteDpcProfileOwner_returnsProfileOwner() local 403 UserReference profile = TestApis.users().createUser() in any_userReference_noDeviceOwner_nonRemoteDpcProfileOwner_returnsNull() local 449 UserReference profile = TestApis.users().createUser() in any_userReference_remoteDpcProfileOwner_returnsProfileOwner() local [all …]
|
/aosp_15_r20/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() 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 …]
|
/aosp_15_r20/frameworks/base/services/tests/VpnTests/java/android/net/ |
H A 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 177 final Ikev2VpnProfile profile = builder.build(); in testBuildWithAllowedAlgorithmsAead() local 195 final Ikev2VpnProfile profile = builder.build(); in testBuildWithAllowedAlgorithmsNormal() local 261 final Ikev2VpnProfile profile = builder.build(); in testBuildExcludeLocalRoutesSet() local 285 private void verifyVpnProfileCommon(VpnProfile profile) { in verifyVpnProfileCommon() 299 final VpnProfile profile = builder.build().toVpnProfile(); in testPskConvertToVpnProfile() local 316 final VpnProfile profile = builder.build().toVpnProfile(); in testUsernamePasswordConvertToVpnProfile() local [all …]
|
/aosp_15_r20/frameworks/base/telephony/java/com/android/ims/internal/ |
H A 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 …]
|
/aosp_15_r20/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/ |
H A D | PeerDeviceSystemAttestationVerificationTest.kt | 52 val profile = AttestationProfile(PROFILE_PEER_DEVICE) in <lambda>() constant 64 val profile = AttestationProfile(PROFILE_PEER_DEVICE) in <lambda>() constant 76 val profile = AttestationProfile(PROFILE_PEER_DEVICE) in <lambda>() constant 100 val profile = AttestationProfile(PROFILE_PEER_DEVICE) in <lambda>() constant 114 val profile = AttestationProfile(PROFILE_PEER_DEVICE) in <lambda>() constant 128 val profile = AttestationProfile(PROFILE_PEER_DEVICE) in <lambda>() constant
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/Xe_M_plus/ddi/ |
H A D | media_libva_caps_mtl_base.cpp | 128 VAProfile profile[3] = { in LoadAvcEncLpProfileEntrypoints() local 225 VAProfile profile, in CheckDecodeResolution() 270 CODECHAL_MODE MediaLibvaCapsMtlBase::GetDecodeCodecMode(VAProfile profile) in GetDecodeCodecMode() 313 std::string MediaLibvaCapsMtlBase::GetDecodeCodecKey(VAProfile profile) in GetDecodeCodecKey() 358 VAProfile profile, in GetEncodeCodecKey() 386 VAProfile profile, in GetEncodeCodecMode() 413 VAProfile profile, in CheckEncodeResolution() 464 VAProfile profile, in CheckEncRTFormat() 693 VAStatus MediaLibvaCapsMtlBase::GetPlatformSpecificAttrib(VAProfile profile, in GetPlatformSpecificAttrib() 962 VAProfile profile, in CreateDecAttributes() [all …]
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/vpn2/ |
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() 226 private boolean disconnect(VpnProfile profile) { in disconnect() 238 private boolean isConnected(VpnProfile profile) throws RemoteException { in isConnected()
|
/aosp_15_r20/art/libprofile/profile/ |
H A D | profile_compilation_info_test.cc | 136 ScratchFile profile; in TestProfileLoadFromZip() local 287 ScratchFile profile; in TEST_F() local 320 ScratchFile profile; in TEST_F() local 329 ScratchFile profile; in TEST_F() local 342 ScratchFile profile; in TEST_F() local 357 ScratchFile profile; in TEST_F() local 393 ScratchFile profile; in TEST_F() local 406 ScratchFile profile; in TEST_F() local 416 ScratchFile profile; in TEST_F() local 424 ScratchFile profile; in TEST_F() local [all …]
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/gen12/ddi/ |
H A D | media_libva_caps_g12.cpp | 164 CODECHAL_MODE MediaLibvaCapsG12::GetEncodeCodecMode(VAProfile profile, VAEntrypoint entrypoint) in GetEncodeCodecMode() 207 CODECHAL_MODE MediaLibvaCapsG12::GetDecodeCodecMode(VAProfile profile) in GetDecodeCodecMode() 254 std::string MediaLibvaCapsG12::GetDecodeCodecKey(VAProfile profile) in GetDecodeCodecKey() 301 std::string MediaLibvaCapsG12::GetEncodeCodecKey(VAProfile profile, VAEntrypoint entrypoint, uint32… in GetEncodeCodecKey() 349 bool MediaLibvaCapsG12::IsAV1Profile(VAProfile profile) in IsAV1Profile() 355 VAStatus MediaLibvaCapsG12::GetPlatformSpecificAttrib(VAProfile profile, in GetPlatformSpecificAttrib() 899 VAProfile profile, in CheckEncodeResolution() 969 VAProfile profile, in CheckDecodeResolution() 1029 VAProfile profile, in AddEncSurfaceAttributes() 1310 VAProfile profile; in QuerySurfaceAttributes() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/ |
D | conformance_testing_test.cc | 122 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 380 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 471 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 636 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 703 using profile = Profile; typedef 1188 using profile = ti::CombineProfiles<ti::TriviallyCompleteProfile, in TEST() typedef 1280 using profile = ti::CombineProfiles<ti::TriviallyCompleteProfile, in TEST() typedef 1291 using profile = in TEST() typedef 1301 using profile = in TEST() typedef 1312 using profile = ti::ComparableProfile; in TEST() typedef [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/types/internal/ |
H A D | conformance_testing_test.cc | 122 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 380 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 471 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 636 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 703 using profile = Profile; typedef 1188 using profile = ti::CombineProfiles<ti::TriviallyCompleteProfile, in TEST() typedef 1280 using profile = ti::CombineProfiles<ti::TriviallyCompleteProfile, in TEST() typedef 1291 using profile = in TEST() typedef 1301 using profile = in TEST() typedef 1312 using profile = ti::ComparableProfile; in TEST() typedef [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/internal/ |
H A D | conformance_testing_test.cc | 122 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 380 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 471 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 636 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 703 using profile = Profile; typedef 1188 using profile = ti::CombineProfiles<ti::TriviallyCompleteProfile, in TEST() typedef 1280 using profile = ti::CombineProfiles<ti::TriviallyCompleteProfile, in TEST() typedef 1291 using profile = in TEST() typedef 1301 using profile = in TEST() typedef 1312 using profile = ti::ComparableProfile; in TEST() typedef [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/types/internal/ |
H A D | conformance_testing_test.cc | 122 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 380 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 471 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 636 using profile = typename TypeParam::profile; in TYPED_TEST_P() typedef 703 using profile = Profile; typedef 1188 using profile = ti::CombineProfiles<ti::TriviallyCompleteProfile, in TEST() typedef 1280 using profile = ti::CombineProfiles<ti::TriviallyCompleteProfile, in TEST() typedef 1291 using profile = in TEST() typedef 1301 using profile = in TEST() typedef 1312 using profile = ti::ComparableProfile; in TEST() typedef [all …]
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
H A D | DataProfileTest.java | 55 DataProfile profile = new DataProfile.Builder() in testConstructorAndGetters() local 92 DataProfile profile = new DataProfile.Builder() in testEquals() local 133 DataProfile profile = new DataProfile.Builder() in testNotEquals() local 176 DataProfile profile = new DataProfile.Builder() in testParcel() local 266 DataProfile profile = new DataProfile.Builder() in testGetApnSetting() local 285 DataProfile profile = new DataProfile.Builder() in testGetTrafficDescriptor() local 303 DataProfile profile = new DataProfile.Builder() in testNullApnSetting() local 333 DataProfile profile = new DataProfile.Builder() in illegalDataProfile() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDetailsProfilesController.java | 153 LocalBluetoothProfile profile) { in createProfilePreference() 189 LocalBluetoothProfile profile) { in refreshProfilePreference() 263 private void enableProfile(LocalBluetoothProfile profile) { in enableProfile() 285 private void disableProfile(LocalBluetoothProfile profile) { in disableProfile() 307 LocalBluetoothProfile profile = mProfileManager.getProfileByName(preference.getKey()); in onPreferenceClick() local 404 private void disableLeAudioProfile(LocalBluetoothProfile profile) { in disableLeAudioProfile() 447 private void enableLeAudioProfile(LocalBluetoothProfile profile) { in enableLeAudioProfile() 484 private void disableProfileBeforeUserEnablesLeAudio(LocalBluetoothProfile profile) { in disableProfileBeforeUserEnablesLeAudio() 506 private void enableProfileAfterUserDisablesLeAudio(LocalBluetoothProfile profile) { in enableProfileAfterUserDisablesLeAudio() 535 private void maybeAddHighQualityAudioPref(LocalBluetoothProfile profile) { in maybeAddHighQualityAudioPref()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Uwb/service/support_lib/com.uwb.support.profile/android_common_apex33/turbine/ |
D | com.uwb.support.profile.jar | ... com/google/uwb/support/profile/ServiceProfile$Builder.class
<Unknown>
package ... |
/aosp_15_r20/external/intel-media-driver/media_driver/linux/Xe_M/ddi/ |
H A D | media_libva_caps_dg2.cpp | 111 VAProfile profile[3] = { in LoadAvcEncLpProfileEntrypoints() local 156 std::string MediaLibvaCapsDG2::GetEncodeCodecKey(VAProfile profile, VAEntrypoint entrypoint, uint32… in GetEncodeCodecKey() 203 CODECHAL_MODE MediaLibvaCapsDG2::GetEncodeCodecMode(VAProfile profile, VAEntrypoint entrypoint) in GetEncodeCodecMode() 249 VAProfile profile, in CheckEncodeResolution() 328 VAProfile profile, in CheckEncRTFormat() 396 VAStatus MediaLibvaCapsDG2::GetPlatformSpecificAttrib(VAProfile profile, in GetPlatformSpecificAttrib() 613 VAProfile profile, in CreateEncAttributes() 1005 VAProfile profile, in AddEncSurfaceAttributes()
|
/aosp_15_r20/external/cronet/components/metrics/call_stacks/ |
H A D | call_stack_profile_metrics_provider.cc | 166 SampledProfile profile; in RetrieveProfiles() local 216 SampledProfile profile) { in MaybeCollectProfile() 308 const SampledProfile& profile) { in WasMinimallySuccessful() 327 for (const auto& profile : profiles) { in OnRetrieveProfiles() local 350 SampledProfile profile; in GetSuccessfullyCollectedCounts() local 381 SampledProfile profile) { in ReceiveProfile() 408 SampledProfile profile; in ReceiveSerializedProfile() local 458 for (auto& profile : profiles) { in ProvideCurrentSessionData() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/gen11/ddi/ |
H A D | media_libva_caps_g11.cpp | 140 CODECHAL_MODE MediaLibvaCapsG11::GetEncodeCodecMode(VAProfile profile, VAEntrypoint entrypoint) in GetEncodeCodecMode() 177 std::string MediaLibvaCapsG11::GetDecodeCodecKey(VAProfile profile) in GetDecodeCodecKey() 216 std::string MediaLibvaCapsG11::GetEncodeCodecKey(VAProfile profile, VAEntrypoint entrypoint, uint32… in GetEncodeCodecKey() 270 VAStatus MediaLibvaCapsG11::GetPlatformSpecificAttrib(VAProfile profile, in GetPlatformSpecificAttrib() 714 VAProfile profile, in CheckEncodeResolution() 778 VAProfile profile, in CheckDecodeResolution() 927 VAProfile profile; in QuerySurfaceAttributes() local 1431 VAProfile profile, in CreateEncAttributes() 1461 VAProfile profile, in CreateDecAttributes()
|