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 509 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice),
    [all...]
Threads.h 287 // see note at declaration of mStandby, mOutDevice and mInDevice
289 audio_devices_t outDevice() const { return mOutDevice; }
291 audio_devices_t getDevice() const { return isOutput() ? mOutDevice : mInDevice; }
471 audio_devices_t mOutDevice; // output device
    [all...]

Completed in 57 milliseconds