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 386 void sendConfigEvent(int event, int param = 0);
    [all...]
AudioFlinger.cpp 791 mPlaybackThreads.valueAt(i)->sendConfigEvent(AudioSystem::OUTPUT_OPENED);
795 mRecordThreads.valueAt(i)->sendConfigEvent(AudioSystem::INPUT_OPENED);
907 void AudioFlinger::ThreadBase::sendConfigEvent(int event, int param)
920 LOGV("sendConfigEvent() num events %d event %d, param %d", mConfigEvents.size(), event, param);
    [all...]

Completed in 631 milliseconds