From a1ec217d9be90f989de16aaff2584688e374dc3f Mon Sep 17 00:00:00 2001 From: Andrew Hsieh Date: Wed, 5 Feb 2014 12:17:02 +0800 Subject: Refresh headers to NDK r9c+ Change-Id: I33c5205492e0e8932450658b8f33aa16d63c56c0 --- 9/platforms/android-12/arch-mips/usr/include/android/looper.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '9/platforms/android-12/arch-mips/usr/include/android/looper.h') diff --git a/9/platforms/android-12/arch-mips/usr/include/android/looper.h b/9/platforms/android-12/arch-mips/usr/include/android/looper.h index a9d8426..74c0383 100644 --- a/9/platforms/android-12/arch-mips/usr/include/android/looper.h +++ b/9/platforms/android-12/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 -- cgit v1.1