Searched refs:mProxy (Results 1 – 2 of 2) sorted by relevance
52 alsa_device_proxy* get() { return mProxy.get(); } in get()59 AlsaProxy mProxy; variable
40 DeviceProxy::DeviceProxy() : mProfile(nullptr), mProxy(nullptr, alsaProxyDeleter) {} in DeviceProxy()43 : mProfile(new alsa_device_profile), mProxy(new alsa_device_proxy, alsaProxyDeleter) { in DeviceProxy()47 memset(mProxy.get(), 0, sizeof(alsa_device_proxy)); in DeviceProxy()