Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/libcore/util/
DNativeAllocationRegistry_Delegate.java77 CleanerThunk thunk; in registerNativeAllocation() local
80 thunk = registry.new CleanerThunk(); in registerNativeAllocation()
81 Cleaner cleaner = Cleaner.create(referent, thunk); in registerNativeAllocation()
89 thunk.setNativePtr(nativePtr); in registerNativeAllocation()
/frameworks/base/core/jni/
Dandroid_os_SystemProperties.cpp50 auto thunk = [](void* cookie, in ReadProperty() local
56 __system_property_read_callback(prop, thunk, &functor); in ReadProperty()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt112595 Lsun/misc/Cleaner;->thunk:Ljava/lang/Runnable;