Searched refs:newVolume (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DMediaPlayerProxy.h148 - (void)_setVolume:(float)newVolume;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayer.cpp1067 void MediaPlayer::volumeChanged(double newVolume) argument
1070 UNUSED_PARAM(newVolume);
1073 m_volume = newVolume;
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c293 io_service_t newVolume; local
298 while (newVolume = IOIteratorNext(iterator)) {
301 kr = IORegistryEntryCreateCFProperties(newVolume, &registryEntry, kCFAllocatorDefault, 0);
311 changeInfo->service = newVolume;
315 kr = IOServiceAddInterestNotification(gNotifyPort, newVolume, kIOGeneralInterest,
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateIO.cpp1762 uint8_t newVolume; local
1763 newVolume = vars->saveBootAudioVolume & 0xf8;
1765 &newVolume, sizeof(newVolume));

Completed in 124 milliseconds