Searched refs:library (Results 1 – 25 of 71) sorted by relevance
123
/system/extras/librank/ |
D | librank.c | 77 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/ |
D | CMakeLists.txt | 4 # 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/ |
D | attestation.gyp | 33 # 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/ |
D | README | 2 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/ |
D | Android.bp | 2 // 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/ |
D | README.md | 10 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/ |
D | Android.bp | 11 // Audio A2DP shared library for target 36 // Audio A2DP library unit tests for target and host
|
/system/bt/audio_hearing_aid_hw/ |
D | Android.bp | 11 // Audio A2DP shared library for target 35 // Audio A2DP library unit tests for target and host
|
/system/core/libmetricslogger/ |
D | Android.bp | 24 // metricslogger shared library 39 // metricslogger shared library, debug
|
/system/extras/perfprofd/tests/ |
D | README.txt | 17 "core" library, and a "utils library. Picture: 28 | | calls into utils library when for
|
/system/core/libbacktrace/ |
D | BacktraceCurrent.cpp | 88 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/ |
D | README | 22 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/ |
D | Android.bp | 36 // libbinderwrapper shared library 48 // libbinderwrapper_test_support static library
|
/system/update_engine/ |
D | libupdate_engine-client.pc.in | 5 Description: update_engine client interface library
|
D | libupdate_engine-client-test.pc.in | 5 Description: update_engine client interface mock library
|
/system/extras/perfprofd/ |
D | perfprofd_record.proto | 11 // Symbol info for a shared library without build id. 13 // A symbol, stretching the given range of the library.
|
/system/core/bootstat/ |
D | Android.bp | 37 // bootstat static library 45 // bootstat static library, debug
|
/system/chre/external/kiss_fft/ |
D | METADATA | 3 "Simple library for computing an FFT on sampled data"
|
/system/bt/utils/ |
D | Android.bp | 1 // Utils static library for target
|
/system/tpm/tpm_manager/ |
D | tpm_manager.gyp | 40 # A library for just the protobufs. 58 # A shared library for clients. 82 # A library for server code.
|
/system/core/libnativeloader/ |
D | Android.bp | 1 // Shared library for target
|
/system/chre/apps/wifi_offload/ |
D | README.md | 2 sending messages between wifi_offload nanoapp and offload HAL. This library is
|
/system/bt/embdrv/sbc/decoder/ |
D | Android.bp | 1 // Bluetooth SBC decoder static library for target
|
/system/bt/device/ |
D | Android.bp | 1 // Bluetooth device static library for target
|
/system/core/liblog/ |
D | Android.bp | 63 // Shared and static library for host and device 78 // AddressSanitizer runtime library depends on liblog.
|
123