Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioHotplugThread.cpp196 String8 devicePath = String8::format("%s/pcmC%dD%d%c", in getDeviceInfo() local
199 ALOGD("AudioHotplugThread::getDeviceInfo opening %s", devicePath.string()); in getDeviceInfo()
200 int alsaFD = open(devicePath.string(), O_RDONLY); in getDeviceInfo()
202 ALOGE("AudioHotplugThread::getDeviceInfo open failed for %s", devicePath.string()); in getDeviceInfo()