Home
last modified time | relevance | path

Searched refs:ALooper_acquire (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/native/android/
Dlooper.cpp44 void ALooper_acquire(ALooper* looper) { in ALooper_acquire() function
45 ALooper_to_Looper(looper)->incStrong((void*)ALooper_acquire); in ALooper_acquire()
49 ALooper_to_Looper(looper)->decStrong((void*)ALooper_acquire); in ALooper_release()
Dlibandroid.map.txt93 ALooper_acquire;
/frameworks/native/include_sensor/android/
Dlooper.h108 void ALooper_acquire(ALooper* looper);
/frameworks/native/include/android/
Dlooper.h108 void ALooper_acquire(ALooper* looper);
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc137 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_acquire);
416 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_acquire); in init_stub_library()
Dstubs_arm64.cc137 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_acquire);
416 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_acquire); in init_stub_library()