/aosp12/frameworks/rs/cpp/ |
H A D | RenderScript.cpp | 72 static bool loadSO(const char* filename, int targetApi) { in loadSO() argument 79 if (loadSymbols(handle, *RS::dispatch, targetApi) == false) { in loadSO() 96 bool RS::initDispatch(int targetApi) { in initDispatch() argument 110 usingNative = loadSO("libRS.so", targetApi); in initDispatch() 113 if (loadSO("libRSSupport.so", targetApi) == false) { in initDispatch() 130 bool RS::init(const char * name, uint32_t flags, int targetApi) { in init() argument 136 if (targetApi == 0) { in init() 137 targetApi = RS_VERSION; in init() 140 if (initDispatch(targetApi) == false) { in init() 167 mContext = RS::dispatch->ContextCreate(device, 0, targetApi, RS_CONTEXT_TYPE_NORMAL, flags); in init()
|
H A D | rsCppStructs.h | 375 bool init(const char * name, uint32_t flags, int targetApi); 427 static bool initDispatch(int targetApi);
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | untrusted_app_27.te | 23 # for targetApi 26, 27, and 28. 28 # allowed for targetApi<=28 for compat reasons. 32 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
H A D | untrusted_app_25.te | 34 # for targetApi<=25. This is also allowed for targetAPIs 26, 27, 40 # allowed for targetApi<=28 for compat reasons. 44 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
H A D | app_neverallows.te | 53 # home directory). For compatibility, allow for targetApi <= 28. 64 # Exempt legacy apps (targetApi<=28) for compatibility.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | untrusted_app_27.te | 23 # for targetApi 26, 27, and 28. 28 # allowed for targetApi<=28 for compat reasons. 32 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
H A D | untrusted_app_25.te | 34 # for targetApi<=25. This is also allowed for targetAPIs 26, 27, 40 # allowed for targetApi<=28 for compat reasons. 44 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
H A D | app_neverallows.te | 59 # home directory). For compatibility, allow for targetApi <= 28. 70 # Exempt legacy apps (targetApi<=28) for compatibility.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | untrusted_app_27.te | 23 # for targetApi 26, 27, and 28. 28 # allowed for targetApi<=28 for compat reasons. 32 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
H A D | untrusted_app_25.te | 34 # for targetApi<=25. This is also allowed for targetAPIs 26, 27, 40 # allowed for targetApi<=28 for compat reasons. 44 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
H A D | app_neverallows.te | 59 # home directory). For compatibility, allow for targetApi <= 28. 70 # Exempt legacy apps (targetApi<=28) for compatibility.
|
/aosp12/system/sepolicy/private/ |
H A D | untrusted_app_27.te | 23 # for targetApi 26, 27, and 28. 28 # allowed for targetApi<=28 for compat reasons. 32 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
H A D | untrusted_app_25.te | 34 # for targetApi<=25. This is also allowed for targetAPIs 26, 27, 40 # allowed for targetApi<=28 for compat reasons. 44 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
H A D | app_neverallows.te | 59 # home directory). For compatibility, allow for targetApi <= 28. 70 # Exempt legacy apps (targetApi<=28) for compatibility.
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | untrusted_app_27.te | 35 # for targetApi 26, 27, and 28. 40 # allowed for targetApi<=28 for compat reasons. 44 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
H A D | untrusted_app_25.te | 50 # for targetApi<=25. This is also allowed for targetAPIs 26, 27, 56 # allowed for targetApi<=28 for compat reasons. 60 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
H A D | app_neverallows.te | 52 # home directory). For compatibility, allow for targetApi <= 28. 63 # Exempt legacy apps (targetApi<=28) for compatibility.
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 276 static jboolean nLoadSO(JNIEnv *_env, jobject _this, jboolean useNative, jint targetApi, jstring li… in nLoadSO() argument 295 if (loadSymbols(handle, dispatchTab, targetApi) == false) { in nLoadSO()
|