summaryrefslogtreecommitdiffstats
path: root/9/platforms/android-12/arch-mips/usr/include/android/looper.h
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-02-05 12:17:02 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2014-02-05 12:17:02 +0800
commita1ec217d9be90f989de16aaff2584688e374dc3f (patch)
treed1a076c706cd5905c2bbf7b92cdcf79245f13930 /9/platforms/android-12/arch-mips/usr/include/android/looper.h
parent733874f3f5180fc248286514eac91100b9b9b4e2 (diff)
downloadprebuilts_ndk-a1ec217d9be90f989de16aaff2584688e374dc3f.zip
prebuilts_ndk-a1ec217d9be90f989de16aaff2584688e374dc3f.tar.gz
prebuilts_ndk-a1ec217d9be90f989de16aaff2584688e374dc3f.tar.bz2
Refresh headers to NDK r9c+
Change-Id: I33c5205492e0e8932450658b8f33aa16d63c56c0
Diffstat (limited to '9/platforms/android-12/arch-mips/usr/include/android/looper.h')
-rw-r--r--9/platforms/android-12/arch-mips/usr/include/android/looper.h5
1 files changed, 3 insertions, 2 deletions
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