Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/alsa/
DUtils.h52 alsa_device_proxy* get() { return mProxy.get(); } in get()
59 AlsaProxy mProxy; variable
DUtils.cpp40 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()