Searched refs:sendConfigEvent (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h501 void sendConfigEvent(int event, int param = 0);
H A DAudioFlinger.cpp1056 mPlaybackThreads.valueAt(i)->sendConfigEvent(AudioSystem::OUTPUT_OPENED);
1060 mRecordThreads.valueAt(i)->sendConfigEvent(AudioSystem::INPUT_OPENED);
1194 void AudioFlinger::ThreadBase::sendConfigEvent(int event, int param) function in class:android::AudioFlinger::ThreadBase
1207 ALOGV("sendConfigEvent() num events %d event %d, param %d", mConfigEvents.size(), event, param);

Completed in 54 milliseconds