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

/frameworks/av/services/audioflinger/
H A DThreads.cpp125 // maximum time to wait in sendConfigEvent_l() for a status to be received
576 // sendConfigEvent_l() must be called with ThreadBase::mLock held
578 status_t AudioFlinger::ThreadBase::sendConfigEvent_l(sp<ConfigEvent>& event) function in class:android::AudioFlinger::ThreadBase
588 ALOGV("sendConfigEvent_l() num events %zu event %d", mConfigEvents.size(), event->mType);
615 sendConfigEvent_l(configEvent);
629 sendConfigEvent_l(configEvent);
648 return sendConfigEvent_l(configEvent);
657 status_t status = sendConfigEvent_l(configEvent);
671 return sendConfigEvent_l(configEvent);
1542 sendConfigEvent_l(mPendingConfigEvent
[all...]

Completed in 74 milliseconds