Searched refs:sendConfigEvent_l (Results 1 - 2 of 2) 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...]
H A DThreads.h72 // 3. Call sendConfigEvent_l(): Append to mConfigEvents and mWaitWorkCV.signal
73 // 4. sendConfigEvent_l() reads status from event->mStatus;
74 // 5. sendConfigEvent_l() returns status
268 // sendConfigEvent_l() must be called with ThreadBase::mLock held
271 status_t sendConfigEvent_l(sp<ConfigEvent>& event);

Completed in 148 milliseconds