diff options
Diffstat (limited to 'include/android/bitmap.h')
| -rw-r--r-- | include/android/bitmap.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android/bitmap.h b/include/android/bitmap.h index a70dffd756..6704a1ddf2 100644 --- a/include/android/bitmap.h +++ b/include/android/bitmap.h @@ -241,6 +241,7 @@ typedef struct AHardwareBuffer AHardwareBuffer;   *   *  Available since API level 30.   * + *  @param env Handle to the JNI environment pointer.   *  @param bitmap Handle to an android.graphics.Bitmap.   *  @param outBuffer On success, is set to a pointer to the   *         {@link AHardwareBuffer} associated with bitmap. This acquires  |