Searched refs:sendChangeNotification (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioLevelControl.cpp184 sendChangeNotification(kIOAudioControlRangeChangeNotification);
196 sendChangeNotification(kIOAudioControlRangeChangeNotification);
208 sendChangeNotification(kIOAudioControlRangeChangeNotification);
219 sendChangeNotification(kIOAudioControlRangeChangeNotification);
H A DIOAudioControlUserClient.cpp87 void IOAudioControlUserClient::sendChangeNotification(UInt32 notificationType) function in class:IOAudioControlUserClient
208 UInt32 type, // No longer used now that we have the generic sendChangeNotification routine
228 // notificationMessage->type = type; // ignored now that we have the generic sendChangeNotification routine
239 return sendChangeNotification(kIOAudioControlValueChangeNotification);
H A DIOAudioControlUserClient.h55 virtual void sendChangeNotification(UInt32 notificationType ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioSelectorControl.cpp147 sendChangeNotification(kIOAudioControlRangeChangeNotification);
212 sendChangeNotification(kIOAudioControlRangeChangeNotification);
367 sendChangeNotification(kIOAudioControlRangeChangeNotification);
426 sendChangeNotification(kIOAudioControlRangeChangeNotification);
H A DIOAudioControl.h167 virtual void sendChangeNotification(UInt32 notificationType ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioControl.cpp90 void IOAudioControl::sendChangeNotification(UInt32 notificationType) function in class:IOAudioControl
132 client->sendChangeNotification(notificationType);
150 sendChangeNotification(((OSNumber *)reserved->notificationQueue->getObject(i))->unsigned32BitValue());
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebPreferences.mm225 - (id)initWithIdentifier:(NSString *)anIdentifier sendChangeNotification:(BOOL)sendChangeNotification;
249 return [self initWithIdentifier:anIdentifier sendChangeNotification:YES];
254 - (instancetype)initWithIdentifier:(NSString *)anIdentifier sendChangeNotification:(BOOL)sendChangeNotification
279 if (sendChangeNotification) {
381 _standardPreferences = [[WebPreferences alloc] initWithIdentifier:nil sendChangeNotification:NO];

Completed in 191 milliseconds