Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioHotplugThread.cpp200 int alsaFD = open(devicePath.string(), O_RDONLY); in getDeviceInfo() local
201 if (alsaFD == -1) { in getDeviceInfo()
209 ret = ioctl(alsaFD, SNDRV_PCM_IOCTL_HW_REFINE, &params); in getDeviceInfo()
238 if (alsaFD != -1) { in getDeviceInfo()
239 close(alsaFD); in getDeviceInfo()