Searched refs:volumeInterface (Results 1 – 1 of 1) sorted by relevance
1255 VolumeInterface *volumeInterface = getVolumeInterface_l(output); in setStreamVolume() local1256 if (volumeInterface == NULL) { in setStreamVolume()1259 volumeInterface->setStreamVolume(stream, value); in setStreamVolume()1303 VolumeInterface *volumeInterface = getVolumeInterface_l(output); in streamVolume() local1304 if (volumeInterface == NULL) { in streamVolume()1308 return volumeInterface->streamVolume(stream); in streamVolume()3025 VolumeInterface *volumeInterface = mPlaybackThreads.valueFor(output).get(); in getVolumeInterface_l() local3026 if (volumeInterface == nullptr) { in getVolumeInterface_l()3032 volumeInterface = mmapPlaybackThread; in getVolumeInterface_l()3036 return volumeInterface; in getVolumeInterface_l()