Searched defs:function (Results 1 - 6 of 6) sorted by relevance

/system/bt/btcore/src/
H A Dmodule.c44 static bool call_lifecycle_function(module_lifecycle_fn function);
155 static bool call_lifecycle_function(module_lifecycle_fn function) { argument
156 // A NULL lifecycle function means it isn't needed, so assume success
157 if (!function)
160 future_t *future = function();
/system/core/libbacktrace/
H A Dbacktrace_offline_test.cpp40 std::function<int(void (*)(void*), void*)> function; member in struct:OfflineThreadArg
46 fn_arg->function(GetContextAndExit, &fn_arg->unw_context);
76 static void OfflineBacktraceFunctionCall(std::function<int(void (*)(void*), void*)> function, argument
89 arg.function = function;
122 // Return the name of the function which matches the address. Although we don't know the
123 // exact end of each function, it is accurate enough for the tests.
159 std::function<in local
182 std::function<int(void (*)(void*), void*)> function = std::bind( local
[all...]
/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/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/core/init/
H A Daction.cpp73 *err = "no function map available";
82 auto function = function_map_->FindFunction(args[0], args.size() - 1, err); local
83 if (!function) {
87 AddCommand(function, args, filename, line);
187 // This function checks that all property triggers are satisfied, that is
/system/bt/btif/src/
H A Dbtif_dm.c186 bt_bond_function_t function; member in struct:__anon645
246 bt_bond_function_t function,
1726 /* This function will also trigger the adapter_properties_cb
3461 bt_bond_function_t function,
3467 event->function = function;
3526 switch (event->function) {
3460 btif_stats_add_bond_event(const bt_bdaddr_t *bd_addr, bt_bond_function_t function, bt_bond_state_t state) argument

Completed in 294 milliseconds