Searched refs:volumeInterface (Results 1 – 1 of 1) sorted by relevance
1365 VolumeInterface *volumeInterface = getVolumeInterface_l(output); in setStreamVolume() local1366 if (volumeInterface == NULL) { in setStreamVolume()1369 volumeInterface->setStreamVolume(stream, value); in setStreamVolume()1413 VolumeInterface *volumeInterface = getVolumeInterface_l(output); in streamVolume() local1414 if (volumeInterface == NULL) { in streamVolume()1418 return volumeInterface->streamVolume(stream); in streamVolume()3200 VolumeInterface *volumeInterface = mPlaybackThreads.valueFor(output).get(); in getVolumeInterface_l() local3201 if (volumeInterface == nullptr) { in getVolumeInterface_l()3207 volumeInterface = mmapPlaybackThread; in getVolumeInterface_l()3211 return volumeInterface; in getVolumeInterface_l()