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

  /frameworks/av/services/audioflinger/
Threads.cpp 510 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice),
    [all...]
Threads.h 288 // see note at declaration of mStandby, mOutDevice and mInDevice
290 audio_devices_t outDevice() const { return mOutDevice; }
292 audio_devices_t getDevice() const { return isOutput() ? mOutDevice : mInDevice; }
471 audio_devices_t mOutDevice; // output device
    [all...]

Completed in 52 milliseconds