Home
last modified time | relevance | path

Searched defs:aps (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1000 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 DAudioEffect.cpp671 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 DWifiTrackerTest.java513 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 Dchaos_clique_utils.py54 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 DRSAKeyGenParameterSpecTest.java44 AlgorithmParameterSpec aps = in testRSAKeyGenParameterSpec() local
70 AlgorithmParameterSpec aps = new PSSParameterSpec(20); in testGetKeyParams() local
H A DPSSParameterSpecTest.java43 AlgorithmParameterSpec aps = new PSSParameterSpec(20); in testPSSParameterSpec0101() local
70 AlgorithmParameterSpec aps = new PSSParameterSpec("SHA-1", "MGF1", in testPSSParameterSpec0201() local
H A DDSAParameterSpecTest.java41 AlgorithmParameterSpec aps = new DSAParameterSpec( in testDSAParameterSpec() local
H A DRSAPrivateKeySpecTest.java73 AlgorithmParameterSpec aps = new PSSParameterSpec(20); in testGetParams() local
H A DRSAPublicKeySpecTest.java87 AlgorithmParameterSpec aps = new PSSParameterSpec(20); in testGetParams() local
H A DMGF1ParameterSpecTest.java78 MGF1ParameterSpec aps = new MGF1ParameterSpec(testAlgName); in testGetDigestAlgorithm() local
H A DRSAPrivateCrtKeySpecTest.java234 AlgorithmParameterSpec aps = new PSSParameterSpec(20); in testGetParams() local
H A DRSAMultiPrimePrivateCrtKeySpecTest.java682 AlgorithmParameterSpec aps = new PSSParameterSpec(20); in testGetParams() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/crypto/
H A DMockCipherSpi.java59 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 DKeyPairGenerator1Test.java353 AlgorithmParameterSpec aps = null; in testKeyPairGenerator11() local
388 AlgorithmParameterSpec aps; in testKeyPairGenerator12() local
H A DAlgorithmParameterGenerator1Test.java333 AlgorithmParameterSpec aps = null; in testAlgorithmParameterGenerator12() local
/aosp_15_r20/external/autotest/server/cros/clique_lib/
H A Dclique_runner.py130 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 DKeyGeneratorTest.java390 AlgorithmParameterSpec aps = null; in testInitParams() local
508 IvParameterSpec aps = null; in test_initLjava_security_spec_AlgorithmParameterSpec() local
H A DKeyAgreementTest.java398 AlgorithmParameterSpec aps = null; in testInit01() local
536 AlgorithmParameterSpec aps = new RSAKeyGenParameterSpec(10, new BigInteger("10")); in testInit04() local
H A DKeyGeneratorSpiTest.java82 AlgorithmParameterSpec aps = null; in testKeyGeneratorSpi01() local
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/
Dopenwrt_ap.py78 def destroy(aps): argument
89 def get_info(aps): argument
Daccess_point.py74 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 DPowerStatsExporterTest.java284 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 DPBEParameterSpecTest.java110 AlgorithmParameterSpec aps = new IvParameterSpec(new byte[16]); in testGetAlgorithmParameterSpec() local
/aosp_15_r20/frameworks/av/media/audioserver/
H A Dmain_audioserver.cpp170 const auto aps = sp<AudioPolicyService>::make(); in main() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DAccessPointControllerImpl.java238 private void fireAccessPointsCallback(List<WifiEntry> aps) { in fireAccessPointsCallback()

123