Home
last modified time | relevance | path

Searched refs:ALooper_addFd (Results 1 – 11 of 11) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libandroid/proxy/
Dlibandroid_trampolines.cc77 GuestParamsValues<decltype(ALooper_addFd)>(state); in DoCustomTrampoline_ALooper_addFd()
79 auto&& [ret] = GuestReturnReference<decltype(ALooper_addFd)>(state); in DoCustomTrampoline_ALooper_addFd()
80 ret = ALooper_addFd(looper, fd, ident, events, host_callback, data); in DoCustomTrampoline_ALooper_addFd()
/frameworks/native/include_sensor/android/
Dlooper.h267 int ALooper_addFd(ALooper* looper, int fd, int ident, int events,
/frameworks/native/include/android/
Dlooper.h267 int ALooper_addFd(ALooper* looper, int fd, int ident, int events,
/frameworks/base/native/android/
Dlooper.cpp78 int ALooper_addFd(ALooper* looper, int fd, int ident, int events, in ALooper_addFd() function
Dsensor.cpp126 ALooper_addFd(looper, queue->getFd(), ident, ALOOPER_EVENT_INPUT, callback, data); in ASensorManager_createEventQueue()
Dlibandroid.map.txt122 ALooper_addFd;
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_riscv64.cc169 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_addFd);
536 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_addFd); in init_stub_library()
Dstubs_arm.cc169 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_addFd);
536 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_addFd); in init_stub_library()
Dstubs_arm64.cc169 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_addFd);
536 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_addFd); in init_stub_library()
/frameworks/base/cmds/uinput/jni/
Dcom_android_commands_uinput_Device.cpp155 ALooper_addFd( in UinputDevice()
/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp189 ALooper_addFd(aLooper, mFd, 0, ALOOPER_EVENT_INPUT, handleLooperEvents, in Device()