Home
last modified time | relevance | path

Searched refs:AudioProxyManagerImpl (Results 1 – 1 of 1) sorted by relevance

/device/google/atv/audio_proxy/
DAudioProxyManager.cpp51 class AudioProxyManagerImpl : public AudioProxyManager { class
53 AudioProxyManagerImpl();
54 ~AudioProxyManagerImpl() override = default;
71 AudioProxyManagerImpl::AudioProxyManagerImpl() in AudioProxyManagerImpl() function in audio_proxy::__anon1effa0460111::AudioProxyManagerImpl
73 AIBinder_DeathRecipient_new(AudioProxyManagerImpl::onServiceDied)) {} in AudioProxyManagerImpl()
75 bool AudioProxyManagerImpl::registerDevice(audio_proxy_device_t* device) { in registerDevice()
93 bool AudioProxyManagerImpl::reconnectService() { in reconnectService()
98 bool AudioProxyManagerImpl::reconnectService_Locked() { in reconnectService_Locked()
126 void AudioProxyManagerImpl::onServiceDied(void* cookie) { in onServiceDied()
127 auto* manager = static_cast<AudioProxyManagerImpl*>(cookie); in onServiceDied()
[all …]