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

  /frameworks/av/services/audioflinger/
Threads.h 36 audio_devices_t outDevice, audio_devices_t inDevice, type_t type);
147 audio_devices_t outDevice() const { return mOutDevice; }
306 // and read by other threads without lock or barrier via standby() , outDevice()
    [all...]
Threads.cpp 268 audio_devices_t outDevice, audio_devices_t inDevice, type_t type)
276 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice),
    [all...]
AudioFlinger.cpp     [all...]

Completed in 277 milliseconds