Searched defs:sendConfigEvent_l (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/services/audioflinger/
H A DThreads.cpp122 // maximum time to wait in sendConfigEvent_l() for a status to be received
705 // sendConfigEvent_l() must be called with ThreadBase::mLock held
707 status_t AudioFlinger::ThreadBase::sendConfigEvent_l(sp<ConfigEvent>& event) function in class:android::AudioFlinger::ThreadBase
717 ALOGV("sendConfigEvent_l() num events %zu event %d", mConfigEvents.size(), event->mType);
744 sendConfigEvent_l(configEvent);
757 sendConfigEvent_l(configEvent);
776 return sendConfigEvent_l(configEvent);
785 status_t status = sendConfigEvent_l(configEvent);
799 return sendConfigEvent_l(configEvent);
1646 sendConfigEvent_l(mPendingConfigEvent
[all...]

Completed in 286 milliseconds