/aosp_15_r20/frameworks/av/media/libaudioclient/ |
H A D | AudioSystem.cpp | 1000 static void onNewService(const sp<IAudioPolicyService>& aps) { in onNewService() 1097 static status_t setLocalService(const sp<IAudioPolicyService>& aps) { in setLocalService() 1141 status_t AudioSystem::setLocalAudioPolicyService(const sp<IAudioPolicyService>& aps) { in setLocalAudioPolicyService() 1157 const sp<IAudioPolicyService> aps = get_audio_policy_service(); in onNewAudioModulesAvailable() local 1165 const sp<IAudioPolicyService> aps = get_audio_policy_service(); in setDeviceConnectionState() local 1180 const sp<IAudioPolicyService> aps = get_audio_policy_service(); in getDeviceConnectionState() local 1200 const sp<IAudioPolicyService> aps = get_audio_policy_service(); in handleDeviceConfigChange() local 1223 const sp<IAudioPolicyService> aps = get_audio_policy_service(); in setPhoneState() local 1233 const sp<IAudioPolicyService> aps = get_audio_policy_service(); in setForceUse() local 1246 const sp<IAudioPolicyService> aps = get_audio_policy_service(); in getForceUse() local [all …]
|
H A D | AudioEffect.cpp | 671 const sp<IAudioPolicyService>& aps = AudioSystem::get_audio_policy_service(); in queryDefaultPreProcessing() local 708 const sp<IAudioPolicyService>& aps = AudioSystem::get_audio_policy_service(); in addSourceDefaultEffect() local 752 const sp<IAudioPolicyService>& aps = AudioSystem::get_audio_policy_service(); in addStreamDefaultEffect() local 788 const sp<IAudioPolicyService>& aps = AudioSystem::get_audio_policy_service(); in removeSourceDefaultEffect() local 797 const sp<IAudioPolicyService>& aps = AudioSystem::get_audio_policy_service(); in removeStreamDefaultEffect() local
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/ |
H A D | WifiTrackerTest.java | 513 List<AccessPoint> aps = tracker.getAccessPoints(); in startTrackingShouldSetConnectedAccessPointAsActive() local 571 List<AccessPoint> aps = tracker.getAccessPoints(); in scoreCacheUpdateScoresShouldChangeSortOrder() local 593 List<AccessPoint> aps = tracker.getAccessPoints(); in scoreCacheUpdateScoresShouldNotChangeSortOrderWhenSortingDisabled() local 612 List<AccessPoint> aps = tracker.getAccessPoints(); in scoreCacheUpdateScoresShouldInsertSpeedIntoAccessPoint() local 629 List<AccessPoint> aps = tracker.getAccessPoints(); in scoreCacheUpdateMeteredShouldUpdateAccessPointMetering() local 651 List<AccessPoint> aps = tracker.getAccessPoints(); in noSpeedsShouldBeInsertedIntoAccessPointWhenScoringUiDisabled() local 982 List<AccessPoint> aps = tracker.getAccessPoints(); in updateNetworkInfoWithNewConnectedNetwork_switchesNetworks() local
|
/aosp_15_r20/external/autotest/server/cros/network/ |
H A D | chaos_clique_utils.py | 54 def power_down_aps(aps, broken_pdus=[]): argument 67 def configure_aps(aps, ap_spec, broken_pdus=[]): argument 146 def filter_quarantined_and_config_failed_aps(aps, batch_locker, job, argument
|
/aosp_15_r20/libcore/luni/src/test/java/tests/security/spec/ |
H A D | RSAKeyGenParameterSpecTest.java | 44 AlgorithmParameterSpec aps = in testRSAKeyGenParameterSpec() local 70 AlgorithmParameterSpec aps = new PSSParameterSpec(20); in testGetKeyParams() local
|
H A D | PSSParameterSpecTest.java | 43 AlgorithmParameterSpec aps = new PSSParameterSpec(20); in testPSSParameterSpec0101() local 70 AlgorithmParameterSpec aps = new PSSParameterSpec("SHA-1", "MGF1", in testPSSParameterSpec0201() local
|
H A D | DSAParameterSpecTest.java | 41 AlgorithmParameterSpec aps = new DSAParameterSpec( in testDSAParameterSpec() local
|
H A D | RSAPrivateKeySpecTest.java | 73 AlgorithmParameterSpec aps = new PSSParameterSpec(20); in testGetParams() local
|
H A D | RSAPublicKeySpecTest.java | 87 AlgorithmParameterSpec aps = new PSSParameterSpec(20); in testGetParams() local
|
H A D | MGF1ParameterSpecTest.java | 78 MGF1ParameterSpec aps = new MGF1ParameterSpec(testAlgName); in testGetDigestAlgorithm() local
|
H A D | RSAPrivateCrtKeySpecTest.java | 234 AlgorithmParameterSpec aps = new PSSParameterSpec(20); in testGetParams() local
|
H A D | RSAMultiPrimePrivateCrtKeySpecTest.java | 682 AlgorithmParameterSpec aps = new PSSParameterSpec(20); in testGetParams() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/crypto/ |
H A D | MockCipherSpi.java | 59 public void checkAlgorithmParameterSpec(AlgorithmParameterSpec aps) in checkAlgorithmParameterSpec() 70 public void checkAlgorithmParameterSpec(AlgorithmParameterSpec aps) in checkAlgorithmParameterSpec() 191 public void checkAlgorithmParameterSpec(AlgorithmParameterSpec aps) in checkAlgorithmParameterSpec()
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
H A D | KeyPairGenerator1Test.java | 353 AlgorithmParameterSpec aps = null; in testKeyPairGenerator11() local 388 AlgorithmParameterSpec aps; in testKeyPairGenerator12() local
|
H A D | AlgorithmParameterGenerator1Test.java | 333 AlgorithmParameterSpec aps = null; in testAlgorithmParameterGenerator12() local
|
/aosp_15_r20/external/autotest/server/cros/clique_lib/ |
H A D | clique_runner.py | 130 def _get_debug_string(dut_objects, aps): argument 158 def _are_all_conn_workers_healthy(workers, aps, assoc_params_list, job): argument
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
H A D | KeyGeneratorTest.java | 390 AlgorithmParameterSpec aps = null; in testInitParams() local 508 IvParameterSpec aps = null; in test_initLjava_security_spec_AlgorithmParameterSpec() local
|
H A D | KeyAgreementTest.java | 398 AlgorithmParameterSpec aps = null; in testInit01() local 536 AlgorithmParameterSpec aps = new RSAKeyGenParameterSpec(10, new BigInteger("10")); in testInit04() local
|
H A D | KeyGeneratorSpiTest.java | 82 AlgorithmParameterSpec aps = null; in testKeyGeneratorSpi01() local
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/ |
D | openwrt_ap.py | 78 def destroy(aps): argument 89 def get_info(aps): argument
|
D | access_point.py | 74 def destroy(aps): argument 84 def get_info(aps): argument
|
/aosp_15_r20/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/processor/ |
H A D | PowerStatsExporterTest.java | 284 AggregatedPowerStats aps = new AggregatedPowerStats(mPowerStatsAggregator.getConfig()); in prepareBatteryUsageStats() local 339 AggregatedPowerStats aps, in exportToBatteryUsageStats()
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
H A D | PBEParameterSpecTest.java | 110 AlgorithmParameterSpec aps = new IvParameterSpec(new byte[16]); in testGetAlgorithmParameterSpec() local
|
/aosp_15_r20/frameworks/av/media/audioserver/ |
H A D | main_audioserver.cpp | 170 const auto aps = sp<AudioPolicyService>::make(); in main() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
H A D | AccessPointControllerImpl.java | 238 private void fireAccessPointsCallback(List<WifiEntry> aps) { in fireAccessPointsCallback()
|