diff options
Diffstat (limited to '9/platforms/android-9/arch-mips/usr/include/android/looper.h')
-rw-r--r-- | 9/platforms/android-9/arch-mips/usr/include/android/looper.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/9/platforms/android-9/arch-mips/usr/include/android/looper.h b/9/platforms/android-9/arch-mips/usr/include/android/looper.h index a9d8426..74c0383 100644 --- a/9/platforms/android-9/arch-mips/usr/include/android/looper.h +++ b/9/platforms/android-9/arch-mips/usr/include/android/looper.h @@ -148,7 +148,8 @@ enum { /** * For callback-based event loops, this is the prototype of the function - * that is called. It is given the file descriptor it is associated with, + * that is called when a file descriptor event occurs. + * It is given the file descriptor it is associated with, * a bitmask of the poll events that were triggered (typically ALOOPER_EVENT_INPUT), * and the data pointer that was originally supplied. * @@ -252,4 +253,4 @@ int ALooper_removeFd(ALooper* looper, int fd); }; #endif -#endif // ANDROID_NATIVE_WINDOW_H +#endif // ANDROID_LOOPER_H |