Lines Matching refs:svc
1794 sp<AudioPolicyService> svc; in threadLoop() local
1838 svc = mService.promote(); in threadLoop()
1839 if (svc == 0) { in threadLoop()
1843 svc->doStopOutput(data->mPortId); in threadLoop()
1850 svc = mService.promote(); in threadLoop()
1851 if (svc == 0) { in threadLoop()
1855 svc->doReleaseOutput(data->mPortId); in threadLoop()
1884 svc = mService.promote(); in threadLoop()
1885 if (svc == 0) { in threadLoop()
1889 svc->doOnAudioPortListUpdate(); in threadLoop()
1894 svc = mService.promote(); in threadLoop()
1895 if (svc == 0) { in threadLoop()
1899 svc->doOnAudioPatchListUpdate(); in threadLoop()
1906 svc = mService.promote(); in threadLoop()
1907 if (svc == 0) { in threadLoop()
1911 svc->doOnAudioVolumeGroupChanged(data->mGroup, data->mFlags); in threadLoop()
1931 svc = mService.promote(); in threadLoop()
1932 if (svc == 0) { in threadLoop()
1936 svc->doOnDynamicPolicyMixStateUpdate(data->mRegId, data->mState); in threadLoop()
1943 svc = mService.promote(); in threadLoop()
1944 if (svc == 0) { in threadLoop()
1948 svc->doOnRecordingConfigurationUpdate(data->mEvent, &data->mClientInfo, in threadLoop()
1966 svc = mService.promote(); in threadLoop()
1967 if (svc == 0) { in threadLoop()
1971 svc->doOnNewAudioModulesAvailable(); in threadLoop()
1976 svc = mService.promote(); in threadLoop()
1977 if (svc == 0) { in threadLoop()
1981 svc->doOnRoutingUpdated(); in threadLoop()
1987 svc = mService.promote(); in threadLoop()
1988 if (svc == 0) { in threadLoop()
1992 svc->updateUidStates(); in threadLoop()
1998 svc = mService.promote(); in threadLoop()
1999 if (svc == 0) { in threadLoop()
2003 svc->doOnCheckSpatializer(); in threadLoop()
2009 svc = mService.promote(); in threadLoop()
2010 if (svc == 0) { in threadLoop()
2014 svc->doOnUpdateActiveSpatializerTracks(); in threadLoop()
2020 svc = mService.promote(); in threadLoop()
2021 if (svc == 0) { in threadLoop()
2025 svc->doOnVolumeRangeInitRequest(); in threadLoop()
2044 svc.clear(); in threadLoop()