Home
last modified time | relevance | path

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

12

/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/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/webservd/
Dwebserver.gyp18 # provided by the consumer of libwebserv library.
23 # This static library is used in libwebserv shared library, which means
25 # this library. Since this option is disabled by default for targets
118 # provided by the consumer of libwebserv library.
DREADME15 This directory contains a web server (webservd) and a client interface library
/system/extras/perfprofd/tests/
DREADME.txt11 "core" library, and a "utils library. Picture:
22 | | 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/firewalld/
Dlibfirewalld-client.pc.in5 Description: firewalld client interface library
Dlibfirewalld-client-test.pc.in5 Description: firewalld client interface mock library
/system/connectivity/shill/
Dlibshill-client.pc.in5 Description: shill client interface library
Dlibshill-client-test.pc.in5 Description: shill client interface mock library
Dshill-client.gyp3 # shill client library generated headers. Used by other daemons to
/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
Dupdate_engine-client.gyp18 # update_engine client library generated headers. Used by other daemons and
/system/connectivity/apmanager/
Dlibapmanager-client.pc.in5 Description: apmanager client interface library
Dlibapmanager-client-test.pc.in5 Description: apmanager client interface mock library
/system/webservd/libwebserv/
Dlibwebserv.pc.in4 Description: Web server interface library
/system/core/metricsd/
Dlibmetrics.pc.in4 Description: Chrome OS metrics library
DREADME.md15 `libmetrics` is a small library that implements the basic C++ API for
16 metrics collection. All metrics collection is funneled through this library. The
19 UMA. In order to use the library in a module, you need to do the following:
21 - Add a dependency on the shared library in your Android.mk file:
24 - To access the metrics library API in the module, include the
/system/tpm/tpm_manager/
Dtpm_manager.gyp36 # A library for just the protobufs.
56 # A shared library for clients.
80 # A library for server code.
/system/connectivity/shill/net/
Dlibshill-net.pc.in4 Description: Shill networking component interface library
/system/nativepower/
DREADME4 client/ - libnativepower, a client library for calling nativepowerman
/system/core/liblog/
DAndroid.bp43 // Shared and static library for host and device
58 // AddressSanitizer runtime library depends on liblog.
/system/sepolicy/
Ddebuggerd.te29 # Access app library

12