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