Searched refs:vndk (Results 1 – 25 of 81) sorted by relevance
1234
/system/core/liblog/ |
D | liblog.map.txt | 3 android_name_to_log_id; # vndk 4 android_log_id_to_name; # vndk 17 android_logger_clear; # vndk 18 android_logger_get_id; # vndk 19 android_logger_get_log_readable_size; # vndk 20 android_logger_get_log_version; # vndk 21 android_logger_get_log_size; # vndk 22 android_logger_list_alloc; # apex vndk 23 android_logger_list_alloc_time; # apex vndk 24 android_logger_list_free; # apex vndk [all …]
|
/system/apex/tests/testdata/ |
D | ld.config.txt | 4 additional.namespaces = sphal,vndk 21 namespace.sphal.links = default,vndk 26 namespace.sphal.link.vndk.shared_libs = android.hardware.graphics.common@1.0.so:android.hardware.gr… 30 namespace.vndk.isolated = true 31 namespace.vndk.visible = true 33 namespace.vndk.search.paths = /odm/${LIB}/vndk-sp 34 namespace.vndk.search.paths += /vendor/${LIB}/vndk-sp 35 namespace.vndk.search.paths += /system/${LIB}/vndk-sp-Q 37 namespace.vndk.permitted.paths = /odm/${LIB}/hw 38 namespace.vndk.permitted.paths += /odm/${LIB}/egl [all …]
|
/system/core/rootdir/etc/ |
D | ld.config.txt | 37 additional.namespaces = runtime,conscrypt,media,resolv,sphal,vndk,rs 52 # makes it possible to load libs in /system/${LIB}/vndk* directories by 53 # their absolute paths (e.g. dlopen("/system/lib/vndk/libbase.so");). 262 # tried in this order. rs should be before vndk because both are capable 264 namespace.sphal.links = rs,default,vndk 272 namespace.sphal.link.vndk.shared_libs = %VNDK_SAMEPROCESS_LIBRARIES% 278 # This namespace has slightly looser restriction than the vndk namespace because 285 namespace.rs.search.paths = /odm/${LIB}/vndk-sp 286 namespace.rs.search.paths += /vendor/${LIB}/vndk-sp 287 namespace.rs.search.paths += /system/${LIB}/vndk-sp%VNDK_VER% [all …]
|
D | ld.config.vndk_lite.txt | 37 additional.namespaces = runtime,conscrypt,media,resolv,sphal,vndk,rs 202 # tried in this order. rs should be before vndk because both are capable 204 namespace.sphal.links = rs,default,vndk 212 namespace.sphal.link.vndk.shared_libs = %VNDK_SAMEPROCESS_LIBRARIES% 218 # This namespace has slightly looser restriction than the vndk namespace because 225 namespace.rs.search.paths = /odm/${LIB}/vndk-sp 226 namespace.rs.search.paths += /vendor/${LIB}/vndk-sp 227 namespace.rs.search.paths += /system/${LIB}/vndk-sp%VNDK_VER% 236 namespace.rs.asan.search.paths = /data/asan/odm/${LIB}/vndk-sp 237 namespace.rs.asan.search.paths += /odm/${LIB}/vndk-sp [all …]
|
/system/core/libvndksupport/ |
D | libvndksupport.map.txt | 3 android_is_in_vendor_process; # vndk apex 4 android_load_sphal_library; # vndk apex 5 android_unload_sphal_library; # vndk apex
|
/system/core/libsync/ |
D | libsync.map.txt | 22 sync_wait; # vndk 23 sync_fence_info; # vndk 24 sync_pt_info; # vndk 25 sync_fence_info_free; # vndk
|
/system/libvintf/include/vintf/ |
D | Vndk.h | 34 : sdk(s), vndk(v), patchMin(pi), patchMax(pa) {} in VndkVersionRange() 39 size_t vndk; member 64 return lft.sdk == rgt.sdk && lft.vndk == rgt.vndk &&
|
/system/libhwbinder/ |
D | Android.bp | 55 defaults: ["libhwbinder-impl-shared-libs-no-vndk-private"], 62 name: "libhwbinder-impl-shared-libs-no-vndk-private", 80 vndk: { 92 // TODO(b/135299443): allow this library to link against vndk-private libs 94 // vndk (since they must use libbinderthreadstate). 98 "libhwbinder-impl-shared-libs-no-vndk-private", 117 vndk: {
|
/system/media/audio_route/ |
D | Android.bp | 4 vndk: {
|
/system/libhidl/transport/safe_union/1.0/ |
D | Android.bp | 6 vndk: {
|
/system/libhidl/transport/base/1.0/ |
D | Android.bp | 6 vndk: {
|
/system/libhidl/transport/token/1.0/ |
D | Android.bp | 6 vndk: {
|
/system/libhidl/transport/allocator/1.0/ |
D | Android.bp | 6 vndk: {
|
/system/hardware/interfaces/wifi/keystore/1.0/ |
D | Android.bp | 6 vndk: {
|
/system/hardware/interfaces/net/netd/1.0/ |
D | Android.bp | 6 vndk: {
|
/system/libhidl/transport/memory/block/1.0/ |
D | Android.bp | 6 vndk: {
|
/system/libhidl/transport/manager/1.0/ |
D | Android.bp | 6 vndk: {
|
/system/libhidl/transport/manager/1.1/ |
D | Android.bp | 6 vndk: {
|
/system/media/radio/ |
D | Android.bp | 4 vndk: {
|
/system/libhidl/transport/memory/token/1.0/ |
D | Android.bp | 6 vndk: {
|
/system/hardware/interfaces/suspend/1.0/ |
D | Android.bp | 6 vndk: {
|
/system/libhidl/transport/memory/1.0/ |
D | Android.bp | 6 vndk: {
|
/system/hardware/interfaces/net/netd/1.1/ |
D | Android.bp | 6 vndk: {
|
/system/libhidl/transport/manager/1.2/ |
D | Android.bp | 6 vndk: {
|
/system/core/libnetutils/ |
D | Android.bp | 4 vndk: {
|
1234