OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sndcard
(Results
1 - 1
of
1
) sorted by null
/hardware/qcom/audio/msm8909/audiod/
AudioDaemon.cpp
76
int
sndcard
;
local
99
/* returns vector of pair<
sndcard
, fd> */
100
sndcard
= atoi(ptr);
101
sndcardFdPair.push_back(std::make_pair(
sndcard
, fd));
346
ALOGD("out of poll() for sound card state change,
SNDCARD
size=%d", mSndCardFd.size());
Completed in 431 milliseconds