Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
DAudioUsbALSA.h52 #define PATH "/proc/asound/card1/stream0" macro
DAudioUsbALSA.cpp105 fd = open(PATH, O_RDONLY); in getCap()
107 ALOGE("ERROR: failed to open config file %s error: %d\n", PATH, errno); in getCap()
113 ALOGE("ERROR: failed to stat %s error %d\n", PATH, errno); in getCap()