Searched refs:library (Results 1 - 25 of 31) sorted by relevance

12

/system/extras/librank/
H A Dlibrank.c77 struct library_info *library; local
103 library = calloc(1, sizeof(*library));
104 if (!library) {
105 fprintf(stderr, "Couldn't allocate space for library struct: %s\n", strerror(errno));
108 library->name = malloc(strlen(name) + 1);
109 if (!library->name) {
110 fprintf(stderr, "Couldn't allocate space for library name: %s\n", strerror(errno));
113 strcpy(library->name, name);
114 library
127 get_mapping(struct library_info *library, struct process_info *proc) argument
[all...]
/system/core/libnativebridge/
H A DAndroid.mk6 # Shared library for target
23 # Shared library for host
40 # Static library for host
/system/bt/audio_a2dp_hw/
H A DAndroid.mk3 # Audio A2DP shared library for target
/system/bt/utils/
H A DAndroid.mk3 # Utils static library for target
/system/core/libnativebridge/tests/
H A DAndroid.nativebridge-dummy.mk6 # Shared library for target
21 # Shared library for host
42 # Shared library for target
57 # Shared library for host
/system/core/logwrapper/
H A DAndroid.mk6 # Static library
18 # Shared library
/system/bt/main/
H A DAndroid.mk3 # Bluetooth main HW module / shared library for target
90 # Shared library link options.
91 # References to global symbols and functions should bind to the library
93 # that might link statically with some of the code in the library, and
94 # also dlopen(3) the shared library.
/system/core/libnativeloader/
H A DAndroid.mk8 # Shared library for target
26 # Shared library for host
44 # Static library for host
/system/core/trusty/libtrusty/
H A DAndroid.mk17 # == libtrusty Static library ==
27 # == libtrusty shared library ==
/system/bt/embdrv/sbc/decoder/
H A DAndroid.mk3 # Bluetooth SBC decoder static library for target
/system/core/libbacktrace/
H A DBacktraceCurrent.cpp88 const std::string library = basename(frame.map.name.c_str()); local
89 if (library == "libunwind.so" || library == "libbacktrace.so") {
/system/extras/perfprofd/
H A DAndroid.mk11 # Static library containing guts of AWP daemon.
40 # Static library with primary utilities layer (called by perfprofd core)
/system/bt/hci/
H A DAndroid.mk3 # HCI static library for target
/system/bt/osi/
H A DAndroid.mk85 # Bluetooth Protobuf static library for target
101 # Bluetooth Protobuf static library for host
118 # libosi static library for target
135 # libosi static library for host
/system/bt/profile/
H A DAndroid.mk21 # Bluetooth profile static library for target
/system/bt/vendor_libs/test_vendor_lib/
H A DAndroid.mk3 # test-vendor shared library for target
/system/core/metricsd/
H A DAndroid.mk92 # Static proxy library for the metricsd binder interface.
100 # Static library for the metrics_collector binder interface.
114 # Shared library for metrics.
144 # Protobuf library for metricsd.
/system/extras/perfprofd/tests/
H A DAndroid.mk7 # Static library with mockup utilities layer (called by unit test).
/system/bt/btcore/
H A DAndroid.mk43 # libbtcore static library for target
59 # libbtcore static library for host
/system/weaved/
H A DAndroid.mk66 # Code shared between weaved daemon and libweaved client library
92 # This is essentially the implementation of weaved in a static library format.
157 # The client library for the weave daemon. You should link to libweaved,
/system/bt/bta/
H A DAndroid.mk3 # BTA static library for target
/system/bt/device/
H A DAndroid.mk21 # Bluetooth device static library for target
/system/core/adb/
H A DAndroid.mk44 # small by moving common files into a static library. Hopefully some day we can
109 # Even though we're building a static library (and thus there's no link step for
132 # Even though we're building a static library (and thus there's no link step for
166 # Even though we're building a static library (and thus there's no link step for
/system/core/libpixelflinger/
H A DAndroid.mk62 # Shared library
/system/gatekeeper/
H A DAndroid.mk40 # libgatekeeper_static is an empty static library that exports

Completed in 1306 milliseconds

12