Searched refs:notif (Results 1 – 9 of 9) sorted by relevance
/external/ppp/pppd/ |
D | main.c | 1833 add_notifier(notif, func, arg) in add_notifier() argument 1834 struct notifier **notif; in add_notifier() 1843 np->next = *notif; 1846 *notif = np; 1854 remove_notifier(notif, func, arg) in remove_notifier() argument 1855 struct notifier **notif; in remove_notifier() 1861 for (; (np = *notif) != 0; notif = &np->next) { 1863 *notif = np->next; 1874 notify(notif, val) in notify() argument 1875 struct notifier *notif; in notify() [all …]
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | tracking_area.mm | 63 - (void)windowWillClose:(NSNotification*)notif; 113 - (void)windowWillClose:(NSNotification*)notif {
|
D | confirm_quit_panel_controller.mm | 300 - (void)windowWillClose:(NSNotification*)notif {
|
D | browser_window_controller.mm | 2112 - (void)tabposeWillClose:(NSNotification*)notif {
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_api.c | 671 tGATT_VALUE notif; in GATTS_HandleValueNotification() local 687 notif.handle = attr_handle; in GATTS_HandleValueNotification() 688 notif.len = val_len; in GATTS_HandleValueNotification() 689 memcpy (notif.value, p_val, val_len); in GATTS_HandleValueNotification() 690 notif.auth_req = GATT_AUTH_REQ_NONE;; in GATTS_HandleValueNotification() 692 p_buf = attp_build_sr_msg (p_tcb, GATT_HANDLE_VALUE_NOTIF, (tGATT_SR_MSG *)¬if); in GATTS_HandleValueNotification()
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
D | collected_cookies_mac.mm | 214 - (void)windowWillClose:(NSNotification*)notif { 313 - (void)outlineViewSelectionDidChange:(NSNotification*)notif { 315 if ([notif object] == allowedOutlineView_) { 317 } else if ([notif object] == blockedOutlineView_) {
|
/external/chromium/chrome/browser/ui/cocoa/notifications/ |
D | balloon_controller.mm | 220 - (void)windowWillClose:(NSNotification*)notif {
|
/external/bluetooth/bluedroid/stack/include/ |
D | hcimsgs.h | 599 HCI_API extern BOOLEAN btsnd_hcic_send_keypress_notif (BD_ADDR bd_addr, UINT8 notif);
|
/external/bluetooth/bluedroid/stack/hcic/ |
D | hcicmds.c | 2665 BOOLEAN btsnd_hcic_send_keypress_notif (BD_ADDR bd_addr, UINT8 notif) in btsnd_hcic_send_keypress_notif() argument 2682 UINT8_TO_STREAM (pp, notif); in btsnd_hcic_send_keypress_notif()
|