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

  /external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
sound_system_aaudio.h 26 class SoundSystemAAudio : public SoundSystem {
29 SoundSystemAAudio();
31 explicit SoundSystemAAudio(const TestContext *testCtx);
32 SoundSystemAAudio(const SoundSystemAAudio&) = delete;
33 SoundSystemAAudio& operator=(const SoundSystemAAudio&) = delete;
34 virtual ~SoundSystemAAudio();
sound_system_aaudio.cpp 422 struct SoundSystemAAudio::Impl {
438 SoundSystemAAudio::SoundSystemAAudio()
442 SoundSystemAAudio::SoundSystemAAudio(const TestContext *testCtx)
446 SoundSystemAAudio::~SoundSystemAAudio() {
450 bool SoundSystemAAudio::probeDefaultSettings(PerformanceMode performanceMode, int *samplingRate,
458 bool SoundSystemAAudio::init(WriteCallback callback) {
460 ALOGF("Attempting to use SoundSystemAAudio probing instance for testing!")
    [all...]

Completed in 2343 milliseconds