OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAlsaDeviceDir
(Results
1 - 2
of
2
) sorted by null
/device/asus/fugu/libaudio/
AudioHotplugThread.h
52
static const char*
kAlsaDeviceDir
;
AudioHotplugThread.cpp
122
const char* AudioHotplugThread::
kAlsaDeviceDir
= "/dev/snd";
205
kAlsaDeviceDir
, pcmCard, pcmDevice, kDeviceTypeCapture);
258
alsaDir = opendir(
kAlsaDeviceDir
);
300
watchFD = inotify_add_watch(inotifyFD,
kAlsaDeviceDir
,
Completed in 222 milliseconds