Searched refs:function (Results 1 - 25 of 26) sorted by relevance

12

/system/netd/client/
H A DNetdClient.cpp139 extern "C" void netdClientInitAccept4(Accept4FunctionType* function) { argument
140 if (function && *function) {
141 libcAccept4 = *function;
142 *function = netdClientAccept4;
146 extern "C" void netdClientInitConnect(ConnectFunctionType* function) { argument
147 if (function && *function) {
148 libcConnect = *function;
149 *function
153 netdClientInitSocket(SocketFunctionType* function) argument
160 netdClientInitNetIdForResolv(NetIdForResolvFunctionType* function) argument
[all...]
/system/bt/test/suite/cases/
H A Dcases.h27 bool (*function)(); member in struct:__anon1291
/system/bt/btcore/src/
H A Dmodule.c44 static bool call_lifecycle_function(module_lifecycle_fn function);
139 static bool call_lifecycle_function(module_lifecycle_fn function) { argument
140 // A NULL lifecycle function means it isn't needed, so assume success
141 if (!function)
144 future_t *future = function();
/system/core/debuggerd/arm/
H A Dcrashglue.S2 .type crash1, %function
59 .type crashnostack, %function
/system/core/libcutils/arch-arm/
H A Dmemset32.S25 .type android_memset32, %function
27 .type android_memset16, %function
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp60 static void heap_error(const char* msg, const char* function, void* p);
68 static void heap_error(const char* msg, const char* function, void* p) { argument
70 msg, function, p);
/system/core/debuggerd/arm64/
H A Dcrashglue.S2 .type crash1, %function
74 .type crashnostack, %function
/system/core/init/
H A Dutil.h61 void import_kernel_cmdline(bool in_qemu, std::function<void(char*,bool)>);
H A Dutil.cpp404 void import_kernel_cmdline(bool in_qemu, std::function<void(char*,bool)> import_kernel_nv)
H A Dinit.cpp882 std::function<void(char*,bool)> fn = [&](char* name, bool in_qemu) {
/system/extras/simpleperf/
H A Denvironment.h81 std::function<bool(const KernelSymbol&)> callback);
H A Devent_selection_set.h63 bool ReadMmapEventData(std::function<bool(const char*, size_t)> callback);
H A Devent_selection_set.cpp145 std::function<bool(const char*, size_t)> callback,
163 bool EventSelectionSet::ReadMmapEventData(std::function<bool(const char*, size_t)> callback) {
H A Denvironment.cpp77 std::function<bool(const KernelSymbol&)> callback) {
/system/bt/test/suite/
H A Dmain.c206 if (sanity_suite[i].function()) {
232 if (test_suite[i].function()) {
/system/keymaster/
H A DAndroid.mk41 # the function-based keymaster HAL API to the message-based AndroidKeymaster API.
/system/core/base/include/base/
H A Dlogging.h44 typedef std::function<void(LogId, LogSeverity, const char*, const char*,
157 // Perform the pthread function call(args), LOG(FATAL) on error.
167 // CHECK that can be used in a constexpr function. For example:
224 // Helper function for CHECK_xx.
/system/core/libcutils/arch-arm64/
H A Dandroid_memset.S59 .type f, %function; \
/system/core/libcutils/arch-x86/
H A Dandroid_memset32.S53 .type name, @function; \
112 .type __x86.get_pc_thunk.bx,@function
H A Dandroid_memset16.S53 .type name, @function; \
112 .type __x86.get_pc_thunk.bx,@function
/system/extras/tests/net_test/
H A Dping6_test.py361 # the kernel. So we don't actually use this function yet.
385 def CheckEAFNoSupport(function, *args):
386 self.assertRaisesErrno(errno.EAFNOSUPPORT, function, *args)
/system/core/libcutils/arch-x86_64/
H A Dandroid_memset32.S41 .type name, @function; \
H A Dandroid_memset16.S41 .type name, @function; \
/system/extras/tests/icachetest/
H A Dicache.S11 .type icache_test, %function
H A Dicache2.S13 .type icache_test2, %function

Completed in 382 milliseconds

12