Home
last modified time | relevance | path

Searched refs:targetApi (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/rs/cpp/
H A DRenderScript.cpp72 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 DrsCppStructs.h375 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 Duntrusted_app_27.te23 # 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 Duntrusted_app_25.te34 # 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 Dapp_neverallows.te53 # 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 Duntrusted_app_27.te23 # 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 Duntrusted_app_25.te34 # 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 Dapp_neverallows.te59 # 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 Duntrusted_app_27.te23 # 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 Duntrusted_app_25.te34 # 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 Dapp_neverallows.te59 # home directory). For compatibility, allow for targetApi <= 28.
70 # Exempt legacy apps (targetApi<=28) for compatibility.
/aosp12/system/sepolicy/private/
H A Duntrusted_app_27.te23 # 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 Duntrusted_app_25.te34 # 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 Dapp_neverallows.te59 # 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 Duntrusted_app_27.te35 # 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 Duntrusted_app_25.te50 # 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 Dapp_neverallows.te52 # home directory). For compatibility, allow for targetApi <= 28.
63 # Exempt legacy apps (targetApi<=28) for compatibility.
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp276 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()