Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/audiod/
DAudioDaemon.cpp123 const char* events_dir = "/sys/class/switch/"; in getDeviceEventFDs() local
130 if ((dp = opendir(events_dir)) == NULL) { in getDeviceEventFDs()
131 ALOGE("Cannot open switch directory to get list of audio events %s", events_dir); in getDeviceEventFDs()