OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:processConfigEvents_l
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
Threads.h
74
// Parameter sequence by server: threadLoop calling
processConfigEvents_l
():
269
//
processConfigEvents_l
().
281
void
processConfigEvents_l
();
[
all
...]
Threads.cpp
541
// Can temporarily release the lock if waiting for a reply from
processConfigEvents_l
().
651
void AudioFlinger::ThreadBase::
processConfigEvents_l
()
656
ALOGV("
processConfigEvents_l
() remaining events %zu", mConfigEvents.size());
703
ALOG_ASSERT(false, "
processConfigEvents_l
() unknown event type %d", event->mType);
713
ALOGV_IF(mConfigEvents.isEmpty(), "
processConfigEvents_l
() DONE thread %p", this);
[
all
...]
Completed in 761 milliseconds