Searched refs:DeviceProxy (Results 1 – 4 of 4) sorted by relevance
47 class DeviceProxy {49 DeviceProxy(); // Constructs a "null" proxy.50 explicit DeviceProxy(const DeviceProfile& deviceProfile);76 DeviceProxy openProxyForAttachedDevice(const DeviceProfile& deviceProfile,78 DeviceProxy openProxyForExternalDevice(const DeviceProfile& deviceProfile,80 DeviceProxy readAlsaDeviceInfo(const DeviceProfile& deviceProfile);81 void resetTransferredFrames(DeviceProxy& proxy, uint64_t frames);
40 DeviceProxy::DeviceProxy() : mProfile(nullptr), mProxy(nullptr, alsaProxyDeleter) {} in DeviceProxy() function in aidl::android::hardware::audio::core::alsa::DeviceProxy42 DeviceProxy::DeviceProxy(const DeviceProfile& deviceProfile) in DeviceProxy() function in aidl::android::hardware::audio::core::alsa::DeviceProxy50 void DeviceProxy::alsaProxyDeleter(alsa_device_proxy* proxy) { in alsaProxyDeleter()281 DeviceProxy openProxyForAttachedDevice(const DeviceProfile& deviceProfile, in openProxyForAttachedDevice()286 DeviceProxy proxy(deviceProfile); in openProxyForAttachedDevice()293 return DeviceProxy(); in openProxyForAttachedDevice()298 return DeviceProxy(); in openProxyForAttachedDevice()303 DeviceProxy openProxyForExternalDevice(const DeviceProfile& deviceProfile, in openProxyForExternalDevice()316 return DeviceProxy(); in openProxyForExternalDevice()321 return DeviceProxy(); in openProxyForExternalDevice()[all …]
74 alsa::DeviceProxy proxy; in start()
58 std::vector<alsa::DeviceProxy> mAlsaDeviceProxies;