Expand description
Generic library result definitions
All rc modules in this library contain result definitions (usually related to/for the parent module)
All library results have module RESULT_MODULE, and their descriptions are <mod-specific submodule> + <res-value>
For example, ResultNotImplemented has module RESULT_MODULE and description RESULT_SUBMODULE + 1
List of existing submodules in the library:
0: library (misc)100: elf200: (unused)300: util400: diag500: gpu600: ipc700: fs800: input900: thread1000: mem1100: gpu/binder1200: gpu/parcel1300: ipc/server
Structs§
Constants§
- RESULT_
MODULE - RESULT_
SUBMODULE - Result submodule for the base
rcmodule.