summaryrefslogtreecommitdiff
path: root/include/android/configuration.h
AgeCommit message (Collapse)Author
2025-03-05frameworks/native: Include stdint.h for int32_t type Biswapriyo Nath
This commit fixes the following compiler error with gcc 14.2.0. native/include/android/configuration.h:531:1: error: 'int32_t' does not name a type 531 | int32_t AConfiguration_getMcc(AConfiguration* config); | ^~~~~~~ native/include/android/configuration.h:536:52: error: 'int32_t' has not been declared 536 | void AConfiguration_setMcc(AConfiguration* config, int32_t mcc); | ^~~~~~~ Change-Id: I11fd658d799801fb6267ab48d4a890cab2086121
2023-01-10[res] Add the NDK api for grammatical gender qualifier Yurii Zubrytskyi
Bug: 237579711 Test: UTs + build + boot Change-Id: Ie94a626e8c92aecc0180cf71e965c905ae9f1f8d
2021-01-29Remove __ANDROID_API__ #if checks. Elliott Hughes
__INTRODUCED_IN() does the right thing automatically now. Bug: http://b/178449269 Test: treehugger Change-Id: I94d2ad6fafb6d907793a416db82a9e56f4f61d1c
2020-06-04docs: Fix ref doc links. See generated output in cl/314618386. Nick Cook
Bug: 148938276 Test: m ndk Change-Id: I7374793e72e1f836c2ba1eeeebe09ccdcf58ce4b
2019-12-18Guard AConfiguration_getScreenRound. Elliott Hughes
This was actually added in M, but because it wasn't in the version map (and there's no CTS test) it's not actually reliably available until next year... Bug: https://issuetracker.google.com/146458518 Change-Id: I842aab50f1b383c9b295d3dd1b7dc0ebe79e8aac
2019-10-30Add "Available since" text to all android/ headers. Elliott Hughes
Also fix a few missing/incorrect annotations. Bug: http://b/143470841 Test: treehugger Change-Id: I1d9ec8350df03df7d80f1cc2334eef45deec30ec Merged-In: I1d9ec8350df03df7d80f1cc2334eef45deec30ec
2018-08-23Restore __ANDROID_API__ guards for core <android/*> APIs Ryan Prichard
This commit restores the __ANDROID_API__ guards removed in "Add __INTRODUCED_IN to core <android/*.h> APIs.", commit 9db409b053460e065cefb1d1caefe048f90cfff0. Add a guard to surface_texture.h. In choreographer.h, declare the types even for older APIs. Bug: http://b/111668906 Test: builds Change-Id: Ia013f48a109310f9f8ca6a3211f28fcb69dd602d Merged-In: Ia013f48a109310f9f8ca6a3211f28fcb69dd602d (cherry picked from commit 92b1ebea095f9cac70b81ae7382ae69583c9914d)
2018-06-28Add __INTRODUCED_IN to core <android/*.h> APIs. Elliott Hughes
Bug: https://github.com/android-ndk/ndk/issues/706 Test: builds Change-Id: I23db5a2180517045bafabe6fbf783456cbddf21a Exempt-From-Owner-Approval: cherrypick (cherry picked from commit 9db409b053460e065cefb1d1caefe048f90cfff0)
2017-01-23Rename colorimetry to color mode Romain Guy
This API was introduced in O Bug: 32984164 Test: compile Change-Id: Ia58bc52d79ea746ad2feabafad326c90f385ee0a
2017-01-19Add wide color gamut and HDR resource qualifiers Romain Guy
Test: aapt tests Bug: 32984164 Change-Id: I2bd81f6a08ef1b4fa4ba7eb05b6a923f82fcc78a
2016-12-12Introduce new UI_MODE_TYPE_VR_HEADSET. Zak Cohen
Bug: 30989383 Test: None yet, compile only Change-Id: I77fd12c4c108e5135c5f1fd6d669c0041debca87
2016-09-23Migrate libandroid headers to ndk_headers. Dan Albert
Test: make native Bug: http://b/30465923 Change-Id: I0ef0b3630670241c4efd22515b6ab13eb41a81b3
2015-05-18Merge commit '217a04ba' into manualmerge Adam Lesinski
Change-Id: I526cf2be7949fa52ce0f70f9a1f671669140679a
2015-05-15Adding round qualifier constant to native API. Adam Lesinski
Change-Id: I43e6c029412d0ed1d345c16fdce90e2879c52a8e
2015-05-12frameworks/native: document native types and enums Johan Euphrosine
Change-Id: Id94b610f27b87426abb30e13484cbd16990aa995
2014-08-22Add native flag to reflect new density type Adam Lesinski
Bug:17007265 Change-Id: If0129c4ad222fe28628d6f7cd8ee78fc6424e177
2014-04-03Add ACONFIGURATION_UI_MODE_TYPE_WATCH to configuation enum. John Spurlock
Bug:13395758 Change-Id: Iecdae299bfd030f86145d02fa7860374b5a40a74
2013-07-26Add a symbol to represent MNC=0 Johan Redestig
Bug: 7170488 Change-Id: Icfd39fd0c739216e89446252ea0e7ceba6f002c6
2013-02-12Implement issue #6646859: 4K!!!! 4K!!!! 4K!!!! Dianne Hackborn
Change-Id: I1bb630c58d0d41446b726de1b9d2c3875fcbbceb
2012-08-14Add support for "-rtl" in resources Fabrice Di Meglio
Change-Id: I0aaf10caf7b6a6d9e76b67dcabf01e4267b407bb
2012-03-23move ndk headers to frameworks/native Mathias Agopian
Change-Id: Ib740333753818ff8f8230ed009211b447e30cbee