Home
last modified time | relevance | path

Searched refs:IDs (Results 1 – 10 of 10) sorted by relevance

/frameworks/wilhelm/doc/
DREADME.txt1 …to your project. This file contains unique interface IDs for all OpenSL-ES API interfaces. These I…
2 have been automatically generated. Application developers should not edit these interface IDs.
/frameworks/base/proto/src/
Dsystem_messages.proto25 // System message IDs
26 // These are non-consecutive in order to preserve some existing, ad hoc IDs.
27 // It is OK to use skipped IDs.
28 // Prefer to add new IDs consecutively from zero, search for ADD_NEW_IDS_ABOVE_THIS_LINE.
29 // Most of these IDs only became meaningful with the O release.
216 // Legacy IDs with arbitrary values appear below
217 // Legacy IDs existed as stable non-conflicting constants prior to the O release
/frameworks/base/core/res/
DAndroid.bp39 // PRODUCT-agnostic resource data like IDs and type definitions.
/frameworks/base/tools/aapt2/
Dreadme.md65 than 0x7F is interpreted as a negative number, causing valid feature split IDs like 0x80010000
68 Rewriting these resource IDs to use the package ID 7F while maintaining their definitions under
70 rewritten IDs to not overlap with the base.
DResources.proto66 // - IDs > 0x7f are reserved for the application as well and are treated as feature splits.
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java424 long[] IDs, String[] names, int[] arraySizes); in rsnElementGetSubElements() argument
425 … synchronized void nElementGetSubElements(long id, long[] IDs, String[] names, int[] arraySizes) { in nElementGetSubElements() argument
427 rsnElementGetSubElements(mContext, id, IDs, names, arraySizes); in nElementGetSubElements()
702 …native void rsnFileA3DGetIndexEntries(long con, long fileA3D, int numEntries, int[] IDs, String[] … in rsnFileA3DGetIndexEntries() argument
703 …synchronized void nFileA3DGetIndexEntries(long fileA3D, int numEntries, int[] IDs, String[] names)… in nFileA3DGetIndexEntries() argument
705 rsnFileA3DGetIndexEntries(mContext, fileA3D, numEntries, IDs, names); in nFileA3DGetIndexEntries()
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DRenderScript.java369 long[] IDs, String[] names, int[] arraySizes); in rsnElementGetSubElements() argument
370 … synchronized void nElementGetSubElements(long id, long[] IDs, String[] names, int[] arraySizes) { in nElementGetSubElements() argument
372 rsnElementGetSubElements(mContext, id, IDs, names, arraySizes); in nElementGetSubElements()
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags43 # Leave IDs through 2740 for more power logs (2730 used by battery_discharge above)
/frameworks/base/core/proto/android/server/
Djobscheduler.proto498 // Job IDs can technically be negative.
511 // Job IDs can technically be negative.
Dalarmmanagerservice.proto63 // these are allowed to freely schedule alarms. These are app IDs, not UIDs.