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

  /frameworks/av/services/audioflinger/
Threads.h 145 // see note at declaration of mStandby, mOutDevice and mInDevice
148 audio_devices_t inDevice() const { return mInDevice; }
303 audio_devices_t mInDevice; // input device
    [all...]
Threads.cpp 275 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice),
757 effect->setDevice(mInDevice);
836 effect->setDevice(mInDevice);
    [all...]

Completed in 22 milliseconds