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

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDSecurePromptClient.cpp104 IONotifier *keyboardNotifier; // This is the notifier set up by the instantiating class member in struct:IOHIDSecurePromptClient_ExpansionData
220 if (_reserved->keyboardNotifier) {
221 _reserved->keyboardNotifier->remove();
222 _reserved->keyboardNotifier = NULL;
270 if (_reserved->keyboardNotifier)
271 _reserved->keyboardNotifier->remove();
273 _reserved->keyboardNotifier = notifier;

Completed in 129 milliseconds