Searched defs:sendConfigEvent_l (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.cpp126 // maximum time to wait in sendConfigEvent_l() for a status to be received
577 // sendConfigEvent_l() must be called with ThreadBase::mLock held
579 status_t AudioFlinger::ThreadBase::sendConfigEvent_l(sp<ConfigEvent>& event) function in class:android::AudioFlinger::ThreadBase
589 ALOGV("sendConfigEvent_l() num events %zu event %d", mConfigEvents.size(), event->mType);
616 sendConfigEvent_l(configEvent);
630 sendConfigEvent_l(configEvent);
649 return sendConfigEvent_l(configEvent);
658 status_t status = sendConfigEvent_l(configEvent);
672 return sendConfigEvent_l(configEvent);
1544 sendConfigEvent_l(mPendingConfigEvent
[all...]

Completed in 80 milliseconds