Home
last modified time | relevance | path

Searched refs:notification_function (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome/base/memory/
H A Dmemory_pressure_listener_unittest.cc31 void (*notification_function)(MemoryPressureLevel), in ExpectNotification()
34 notification_function(level); in ExpectNotification()
39 void (*notification_function)(MemoryPressureLevel), in ExpectNoNotification()
42 notification_function(level); in ExpectNoNotification()
/aosp_15_r20/external/cronet/base/memory/
H A Dmemory_pressure_listener_unittest.cc33 void (*notification_function)(MemoryPressureLevel), in ExpectNotification()
36 notification_function(level); in ExpectNotification()
41 void (*notification_function)(MemoryPressureLevel), in ExpectNoNotification()
44 notification_function(level); in ExpectNoNotification()
/aosp_15_r20/external/crosvm/win_util/src/
H A Ddll_notification.rs194 Self::notification_function in get_notification_function()
200 extern "C" fn notification_function( in notification_function() function