OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationport
(Results
1 - 1
of
1
) sorted by null
/system/core/adb/
usb_osx.c
35
static IONotificationPortRef
notificationPort
= 0;
69
notificationPort
= IONotificationPortCreate(kIOMasterPortDefault);
70
runLoopSource = IONotificationPortGetRunLoopSource(
notificationPort
);
102
notificationPort
,
272
kr = IOServiceAddInterestNotification(
notificationPort
,
404
IONotificationPortDestroy(
notificationPort
);
Completed in 141 milliseconds