Home | History | Annotate | Download | only in audiopolicy

Lines Matching full:fromcache

587         // if fromCache is true, the device is returned from mDeviceForStrategy[],
592 // 2 access to either current device selection (fromCache == true) or
593 // "future" device selection (fromCache == false) when called from a context
597 bool fromCache);
708 // see getDeviceForStrategy() for the use of fromCache parameter
709 audio_devices_t getNewOutputDevice(audio_io_handle_t output, bool fromCache);
714 // cached values are used by getDeviceForStrategy() if parameter fromCache is true.