Home
last modified time | relevance | path

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

123

/system/extras/librank/
Dlibrank.c77 struct library_info *library; in get_library() local
103 library = calloc(1, sizeof(*library)); in get_library()
104 if (!library) { in get_library()
108 library->name = malloc(strlen(name) + 1); in get_library()
109 if (!library->name) { in get_library()
113 strcpy(library->name, name); in get_library()
114 library->mappings = malloc(INIT_MAPPINGS * sizeof(struct mapping_info *)); in get_library()
115 if (!library->mappings) { in get_library()
119 library->mappings_count = 0; library->mappings_size = INIT_MAPPINGS; in get_library()
120 pm_memusage_zero(&library->total_usage); in get_library()
[all …]
/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/tpm/attestation/
Dattestation.gyp33 # A library for just the protobufs.
37 # Use -fPIC so this code can be linked into a shared library.
57 # A library for common code.
79 # A library for client code.
83 # Use -fPIC so this code can be linked into a shared library.
96 # A shared library for clients.
121 # A library for server code.
/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/bt/main/
DAndroid.bp2 // Bluetooth main HW module / shared library for target
81 // Shared library link options.
82 // References to global symbols and functions should bind to the library
84 // that might link statically with some of the code in the library, and
85 // also dlopen(3) the shared library.
/system/iot/attestation/atap/
DREADME.md10 The `libatap` library provides reference code for the provisioning
13 authentication key. This library is intended to be used in TEEs on
32 + Build instructions for building libatap (a static library for use
53 library stable however it will be broken if necessary. As for
54 portability, the library is intended to be highly portable, work on
57 standard C library and runtime.
/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/libmetricslogger/
DAndroid.bp24 // metricslogger shared library
39 // metricslogger shared library, debug
/system/extras/perfprofd/tests/
DREADME.txt17 "core" library, and a "utils library. Picture:
28 | | calls into utils library when for
/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/iot/attestation/at-factory-tool/
DREADME22 https://msdn.microsoft.com/en-us/library/ms235299(v=vs.90).aspx
23 https://msdn.microsoft.com/en-us/library/8kche8ah(v=vs.90).aspx
/system/core/libbinderwrapper/
DAndroid.bp36 // libbinderwrapper shared library
48 // libbinderwrapper_test_support static library
/system/update_engine/
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/extras/perfprofd/
Dperfprofd_record.proto11 // Symbol info for a shared library without build id.
13 // A symbol, stretching the given range of the library.
/system/core/bootstat/
DAndroid.bp37 // bootstat static library
45 // bootstat static library, debug
/system/chre/external/kiss_fft/
DMETADATA3 "Simple library for computing an FFT on sampled data"
/system/bt/utils/
DAndroid.bp1 // Utils static library for target
/system/tpm/tpm_manager/
Dtpm_manager.gyp40 # A library for just the protobufs.
58 # A shared library for clients.
82 # A library for server code.
/system/core/libnativeloader/
DAndroid.bp1 // Shared library for target
/system/chre/apps/wifi_offload/
DREADME.md2 sending messages between wifi_offload nanoapp and offload HAL. This library is
/system/bt/embdrv/sbc/decoder/
DAndroid.bp1 // Bluetooth SBC decoder static library for target
/system/bt/device/
DAndroid.bp1 // Bluetooth device static library for target
/system/core/liblog/
DAndroid.bp63 // Shared and static library for host and device
78 // AddressSanitizer runtime library depends on liblog.

123