Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 100) sorted by relevance

1234

/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
DCMakeLists.txt4 # Sets the minimum version of CMake required to build the native library.
8 # Creates and names a library, sets it as either STATIC
13 add_library( # Sets the name of the library.
16 # Sets the library as a shared library.
22 # Searches for a specified prebuilt library and stores the path as a
24 # default, you only need to specify the name of the public NDK library
25 # you want to add. CMake verifies that the library exists before
31 # Specifies the name of the NDK library that
35 # Specifies libraries CMake should link to your target library. You
39 target_link_libraries( # Specifies the target library.
[all …]
/system/tools/sysprop/
DAndroid.bp70 name: "sysprop-library-stub-defaults",
79 name: "sysprop-library-stub-platform",
80 defaults: ["sysprop-library-stub-defaults"],
84 name: "sysprop-library-stub-vendor",
85 defaults: ["sysprop-library-stub-defaults"],
/system/bt/service/common/
DREADME2 and our client library. All source files here are under the "bluetooth"
3 subdirectory, which is the exported root path for the client static library.
10 This is so that client applications that link against the client library have
/system/core/libprocessgroup/cgrouprc/
DAndroid.bp20 // that links to the static library will behave unexpectedly. All on-device
21 // modules should use libprocessgroup which links to the LL-NDK library
22 // defined below. The static library is built for tests.
/system/bt/gd/docs/architecture/
Dstyle_guide.md47 library.
96 ### Example: utility library with OS dependent implementation
105 * fuzz/: library needed for fuzz tests in the os/ library
112 * hci_hal.h: common library header
124 * fuzz/: library needed for fuzz tests in the hal/ module
163 possible. Hence, before including an external library, please ask the team for
179 Given that entire Fluoride library is held in libbluetooth.so dynamic library
180 file, we need a way to load this library and extract entry points to it. The
184 * A header library to all exposed API service to profiles and layers
186 * A header library to this certification stack
/system/bt/audio_a2dp_hw/
DAndroid.bp11 // Audio A2DP shared library for target
36 // Audio A2DP library unit tests for target and host
/system/bt/audio_hearing_aid_hw/
DAndroid.bp11 // Audio A2DP shared library for target
35 // Audio A2DP library unit tests for target and host
/system/core/fs_mgr/
DAndroid.bp113 // Do not ever allow this library to be vendor_available as a shared library.
126 // Do not ever allow this library to be vendor_available as a shared library.
136 // Do not ever make this a shared library as long as it is vendor_available.
/system/libbase/
DREADME.md3 ## Who is this library for?
5 This library is a collection of convenience functions to make common tasks
9 "hard to do with good performance", but as a general purpose library,
29 isn't yet in libc++), or it's widely used in another library, that helps
/system/bt/main/
DAndroid.bp1 // Bluetooth main HW module / shared library for target
126 // Shared library link options.
127 // References to global symbols and functions should bind to the library
129 // that might link statically with some of the code in the library, and
130 // also dlopen(3) the shared library.
/system/bt/audio_hal_interface/
DAndroid.bp1 // Bluetooth Audio library for target
33 // Bluetooth Audio client interface library unit tests for target and host
/system/connectivity/wificond/
DAndroid.bp59 // wificond static library
95 // wificond netlink library
112 // wificond event loop library
127 // wificond IPC interface library
177 // test util library
/system/core/libbinderwrapper/
DAndroid.bp36 // libbinderwrapper shared library
49 // libbinderwrapper_test_support static library
/system/update_engine/client-headers/
Dlibupdate_engine-client.pc.in5 Description: update_engine client interface library
Dlibupdate_engine-client-test.pc.in5 Description: update_engine client interface mock library
/system/core/libbacktrace/
DBacktraceCurrent.cpp88 const std::string library = basename(frame.map.name.c_str()); in DiscardFrame() local
89 if (library == "libunwind.so" || library == "libbacktrace.so") { in DiscardFrame()
/system/chre/external/kiss_fft/
DMETADATA3 "Simple library for computing an FFT on sampled data"
/system/core/libstats/push_compat/
DAndroid.bp18 // Native library that toggles between the old and new statsd socket
19 // protocols. This library should only be used by DNS resolver or other
/system/core/bootstat/
DAndroid.bp37 // bootstat static library
45 // bootstat static library, debug
/system/bt/utils/
DAndroid.bp1 // Utils static library for target
/system/testing/gtest_extras/
DAndroid.bp34 // Add liblog as a shared library so that gtests can override liblog
53 // Add liblog as a shared library so that gtests can override liblog
/system/chre/apps/wifi_offload/
DREADME.md2 sending messages between wifi_offload nanoapp and offload HAL. This library is
/system/teeui/libteeui/src/
Dfont_rendering.cpp122 FT_Library library = nullptr; in create() local
123 auto error = FT_Init_FreeType(&library); in create()
126 lib.library_ = Handle(library); in create()
/system/core/logwrapper/
DAndroid.bp9 // Static and shared library
/system/bt/device/
DAndroid.bp1 // Bluetooth device static library for target

1234