Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/alsa/
DUtils.h47 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);
DUtils.cpp40 DeviceProxy::DeviceProxy() : mProfile(nullptr), mProxy(nullptr, alsaProxyDeleter) {} in DeviceProxy() function in aidl::android::hardware::audio::core::alsa::DeviceProxy
42 DeviceProxy::DeviceProxy(const DeviceProfile& deviceProfile) in DeviceProxy() function in aidl::android::hardware::audio::core::alsa::DeviceProxy
50 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 …]
DStreamAlsa.cpp74 alsa::DeviceProxy proxy; in start()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamAlsa.h58 std::vector<alsa::DeviceProxy> mAlsaDeviceProxies;