HomeSort by relevance Sort by last modified time
    Searched refs:processConfigEvents_l (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
Threads.h 72 // Parameter sequence by server: threadLoop calling processConfigEvents_l():
254 // processConfigEvents_l().
263 void processConfigEvents_l();
    [all...]
Threads.cpp 392 // Can temporarily release the lock if waiting for a reply from processConfigEvents_l().
467 void AudioFlinger::ThreadBase::processConfigEvents_l()
472 ALOGV("processConfigEvents_l() remaining events %d", mConfigEvents.size());
507 ALOG_ASSERT(false, "processConfigEvents_l() unknown event type %d", event->mType);
517 ALOGV_IF(mConfigEvents.isEmpty(), "processConfigEvents_l() DONE thread %p", this);
    [all...]

Completed in 962 milliseconds