Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 106) sorted by relevance

12345

/packages/modules/Connectivity/staticlibs/native/
DREADME.md13 * provide a common native library in frameworks/libs/net with the JNI and provide the native
15 function in frameworks/libs/net/common/native/bpfmapjni/com_android_net_module_util_BpfMap.cpp
23 * Each module creates a native library in their directory, which statically links against the
24 common native library (e.g. libnet_utils_device_common_bpf), and calls the native registered
/packages/services/Car/car_product/build/
Dcar_vendor.mk35 …frameworks/native/data/etc/android.hardware.sensor.accelerometer_limited_axes.xml:$(TARGET_COPY_OU…
36 …frameworks/native/data/etc/android.hardware.sensor.gyroscope_limited_axes.xml:$(TARGET_COPY_OUT_VE…
37 …frameworks/native/data/etc/android.hardware.sensor.accelerometer_limited_axes_uncalibrated.xml:$(T…
38 …frameworks/native/data/etc/android.hardware.sensor.gyroscope_limited_axes_uncalibrated.xml:$(TARGE…
Dcar_base.mk105 …frameworks/native/data/etc/android.hardware.type.automotive.xml:system/etc/permissions/android.har…
127 …frameworks/native/data/etc/android.software.device_admin.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permiss…
/packages/modules/Virtualization/tests/testapk/
DAndroid.bp223 srcs: ["src/native/testbinary.cpp"],
268 srcs: ["src/native/testlib.cpp"],
275 srcs: ["src/native/idlebinary.cpp"],
284 srcs: ["src/native/emptybinary.cpp"],
292 srcs: ["src/native/exitbinary.cpp"],
301 srcs: ["src/native/idlebinary.cpp"],
313 srcs: ["src/native/crashbinary.cpp"],
324 srcs: ["src/native/testbinary.rs"],
339 srcs: ["src/native/hwtrust_jni.rs"],
/packages/modules/Connectivity/bpf/progs/
DAndroid.bp53 "//packages/modules/Connectivity/service/native/libs/libclat",
55 "//packages/modules/Connectivity/service/native",
56 "//packages/modules/Connectivity/tests/native/connectivity_native_test",
57 "//packages/modules/Connectivity/tests/native/utilities",
58 "//packages/modules/Connectivity/service-t/native/libs/libnetworkstats",
/packages/modules/Connectivity/remoteauth/
DREADME.md11 - JNI wrapper for invoking Android APIs from native code.
13 `native`
20 - Unit/Multi devices tests for RemoteAuth module (both Java and native code).
/packages/services/Car/service/
DAndroid.bp57 name: "gen-native-dump-cppstream-proto-headers",
71 ":native-dump-proto-srcs",
82 name: "gen-native-dump-proto-headers",
94 ":native-dump-proto-srcs",
104 name: "gen-native-dump-proto-srcs",
116 ":native-dump-proto-srcs",
131 ":native-dump-proto-srcs",
136 name: "native-dump-proto-srcs",
/packages/modules/Virtualization/android/compos_verify/native/
Dlib.rs17 pub use native::*;
20 mod native { module
/packages/apps/TV/
Dproguard.flags36 native <methods>;
50 # an annotation to mark fields and methods used by native code.
55 # Just because native code accesses members of a class, does not mean that the
57 # referenced themselves in native code.
/packages/modules/Virtualization/libs/apkmanifest/
DAndroid.bp8 srcs: ["native/*.cpp"],
21 wrapper_src: "native/apkmanifest.hpp",
/packages/services/DeviceAsWebcam/interface/
Dproguard.flags16 # Keep native methods to be linked by the JNI library
19 native <methods>;
/packages/modules/Virtualization/tests/benchmark/
DAndroid.bp39 srcs: ["src/native/*.cpp"],
40 local_include_dirs: ["src/native/include"],
/packages/apps/Settings/src/com/android/settings/development/
DOWNERS8 per-file ShowHdrSdrRatioPreferenceController.java=file:platform/frameworks/native:/services/surface…
11 per-file ShowRefreshRatePreferenceController.java=file:platform/frameworks/native:/services/surface…
/packages/apps/Car/LatinIME/
Dproguard.flags13 # Keep native methods
15 native <methods>;
/packages/modules/NeuralNetworks/driver/cache/nnCache/
DAndroid.bp18 // - frameworks/native/opengl/libs/Android.bp
19 // - frameworks/native/opengl/tests/EGLTest/Android.bp
/packages/modules/NeuralNetworks/
DTEST_MAPPING33 "native-test-flag": "4"
50 // "native-test-flag": "4"
/packages/modules/ImsMedia/tests/native/
DAndroid.bp68 "frameworks/native/include",
69 "frameworks/native/libs/binder/include/binder",
/packages/inputmethods/LatinIME/java/
Dproguard.flags19 # Keep native methods
21 native <methods>;
/packages/services/Car/cpp/watchdog/stable_server/
DAndroid.bp35 "gen-native-dump-proto-headers",
36 "gen-native-dump-cppstream-proto-headers",
173 generated_sources: ["gen-native-dump-proto-srcs"],
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DAndroid.bp69 "frameworks/native/include",
70 "frameworks/native/libs/binder/include/binder",
/packages/services/Car/cpp/watchdog/server/
DAndroid.bp35 "gen-native-dump-proto-headers",
36 "gen-native-dump-cppstream-proto-headers",
175 generated_sources: ["gen-native-dump-proto-srcs"],
/packages/modules/Connectivity/nearby/
DREADME.md13 - JNI wrapper for invoking Android APIs from native code.
15 `native`
22 - Unit/Multi devices tests for Nearby module (both Java and native code).
/packages/modules/Virtualization/android/vm_demo_native/
DREADME.md23 native shared library `MicrodroidTestNativeLib.so` from the APK.
26 native shared lib and do some work using the lib. Specifically, we will call an AIDL method
/packages/modules/Nfc/NfcNci/nci/jni/
DNativeWlcManager.cpp108 void NativeWlcManager::initialize(nfc_jni_native_data* native) { in initialize() argument
113 mNativeData = native; in initialize()
/packages/modules/AppSearch/service/
Dproguard.flags40 # This prevents the obfuscation or removal of fields referenced in native.
47 native <methods>;

12345