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

  /external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
loopback_test.cpp 29 mSoundSys(soundSys),
98 mSoundSys->shutdown();
103 return mSoundSys->init(std::bind(&LatencyTest::writeCallback, this, std::placeholders::_1));
116 ssize_t framesRead = mSoundSys->readAudio(readBuffer);
129 if (mSoundSys->drainInput()) {
159 mSoundSys->shutdown();
164 return mSoundSys->init(std::bind(&GlitchTest::writeCallback, this, std::placeholders::_1));
168 ssize_t framesRead = mSoundSys->readAudio(mReadBuffer);
loopback_test.h 46 SoundSystem* mSoundSys;

Completed in 106 milliseconds