Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dpthread_translation.cc148 using Destructor = void (*)(void* value); in DoCustomTrampoline_pthread_key_create() typedef
149 Destructor host_destructor = AsFuncPtr<Destructor>(WrapGuestFunctionImpl( in DoCustomTrampoline_pthread_key_create()
151 kGuestFunctionWrapperSignature<Destructor>, RunGuestPthreadKeyDtor, in DoCustomTrampoline_pthread_key_create()
/frameworks/base/libs/hwui/utils/
DLinearAllocator.h124 typedef void (*Destructor)(void* addr); typedef
126 Destructor dtor;
133 void addToDestructionList(Destructor, void* addr);
DLinearAllocator.cpp174 void LinearAllocator::addToDestructionList(Destructor dtor, void* addr) { in addToDestructionList()