You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
add stub for ALooper::removeFd
This commit is contained in:
@@ -74,6 +74,12 @@ void ALooper_wake(ALooper *looper)
|
|||||||
_ZN7android6Looper4wakeEv(looper);
|
_ZN7android6Looper4wakeEv(looper);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int _ZN7android6Looper8removeFdEi(ALooper* this, int fd);
|
||||||
|
int ALooper_removeFd(ALooper* looper, int fd)
|
||||||
|
{
|
||||||
|
return _ZN7android6Looper8removeFdEi(looper, fd);
|
||||||
|
}
|
||||||
|
|
||||||
/* this is not part of the android API, but we use it internally */
|
/* this is not part of the android API, but we use it internally */
|
||||||
|
|
||||||
bool _ZNK7android6Looper9isPollingEv(ALooper *this);
|
bool _ZNK7android6Looper9isPollingEv(ALooper *this);
|
||||||
|
|||||||
Reference in New Issue
Block a user