Lines Matching refs:svc
1637 sp<AudioPolicyService> svc; in threadLoop() local
1677 svc = mService.promote(); in threadLoop()
1678 if (svc == 0) { in threadLoop()
1682 svc->doStopOutput(data->mPortId); in threadLoop()
1689 svc = mService.promote(); in threadLoop()
1690 if (svc == 0) { in threadLoop()
1694 svc->doReleaseOutput(data->mPortId); in threadLoop()
1723 svc = mService.promote(); in threadLoop()
1724 if (svc == 0) { in threadLoop()
1728 svc->doOnAudioPortListUpdate(); in threadLoop()
1733 svc = mService.promote(); in threadLoop()
1734 if (svc == 0) { in threadLoop()
1738 svc->doOnAudioPatchListUpdate(); in threadLoop()
1745 svc = mService.promote(); in threadLoop()
1746 if (svc == 0) { in threadLoop()
1750 svc->doOnAudioVolumeGroupChanged(data->mGroup, data->mFlags); in threadLoop()
1770 svc = mService.promote(); in threadLoop()
1771 if (svc == 0) { in threadLoop()
1775 svc->doOnDynamicPolicyMixStateUpdate(data->mRegId, data->mState); in threadLoop()
1782 svc = mService.promote(); in threadLoop()
1783 if (svc == 0) { in threadLoop()
1787 svc->doOnRecordingConfigurationUpdate(data->mEvent, &data->mClientInfo, in threadLoop()
1805 svc = mService.promote(); in threadLoop()
1806 if (svc == 0) { in threadLoop()
1810 svc->doOnNewAudioModulesAvailable(); in threadLoop()
1815 svc = mService.promote(); in threadLoop()
1816 if (svc == 0) { in threadLoop()
1820 svc->doOnRoutingUpdated(); in threadLoop()
1826 svc = mService.promote(); in threadLoop()
1827 if (svc == 0) { in threadLoop()
1831 svc->updateUidStates(); in threadLoop()
1837 svc = mService.promote(); in threadLoop()
1838 if (svc == 0) { in threadLoop()
1842 svc->doOnCheckSpatializer(); in threadLoop()
1861 svc.clear(); in threadLoop()