HomeSort by relevance Sort by last modified time
    Searched refs:sendConfigEvent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/audioflinger/
AudioFlinger.h 427 void sendConfigEvent(int event, int param = 0);
    [all...]
AudioFlinger.cpp 920 mPlaybackThreads.valueAt(i)->sendConfigEvent(AudioSystem::OUTPUT_OPENED);
924 mRecordThreads.valueAt(i)->sendConfigEvent(AudioSystem::INPUT_OPENED);
1056 void AudioFlinger::ThreadBase::sendConfigEvent(int event, int param)
1069 LOGV("sendConfigEvent() num events %d event %d, param %d", mConfigEvents.size(), event, param);
    [all...]

Completed in 28 milliseconds