Searched refs:isActiveRemotely (Results 1 – 4 of 4) sorted by relevance
232 !outputs.isActiveRemotely(toVolumeSource(AUDIO_STREAM_MUSIC), in getDevicesForProductStrategy()
497 bool isActiveRemotely(VolumeSource volumeSource, uint32_t inPastMs = 0) const;
824 bool SwAudioOutputCollection::isActiveRemotely(VolumeSource volumeSource, uint32_t inPastMs) const in isActiveRemotely() function in android::SwAudioOutputCollection
3338 return vs != VOLUME_SOURCE_NONE ? mOutputs.isActiveRemotely(vs, inPastMs) : false; in isStreamActiveRemotely()