Home
last modified time | relevance | path

Searched defs:function (Results 1 – 11 of 11) sorted by relevance

/system/netd/client/
DNetdClient.cpp160 extern "C" void netdClientInitAccept4(Accept4FunctionType* function) { in netdClientInitAccept4()
167 extern "C" void netdClientInitConnect(ConnectFunctionType* function) { in netdClientInitConnect()
174 extern "C" void netdClientInitSocket(SocketFunctionType* function) { in netdClientInitSocket()
181 extern "C" void netdClientInitNetIdForResolv(NetIdForResolvFunctionType* function) { in netdClientInitNetIdForResolv()
/system/extras/simpleperf/
Dworkload.h52 const std::function<void ()>& function) in Workload()
Dworkload.cpp35 std::unique_ptr<Workload> Workload::CreateWorkload(const std::function<void ()>& function) { in CreateWorkload()
Dcmd_stat_test.cpp62 auto function = []() { in CreateProcesses() local
/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp66 static void heap_error(const char* msg, const char* function, void* p) { in heap_error()
/system/bt/btcore/src/
Dmodule.cc135 static bool call_lifecycle_function(module_lifecycle_fn function) { in call_lifecycle_function()
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py157 def show_function(self, function, space=''): argument
522 def gen_profile_function(self, function): argument
Dannotate.py33 def __init__(self, file, function, line): argument
/system/core/init/
Daction.cpp82 auto function = function_map_->FindFunction(args[0], args.size() - 1, err); in AddCommand() local
/system/core/debuggerd/
Ddebuggerd_test.cpp201 void CrasherTest::StartProcess(std::function<void()> function, std::function<pid_t()> forker) { in StartProcess()
/system/bt/btif/src/
Dbtif_dm.cc179 bt_bond_function_t function; member
3288 bt_bond_function_t function, in btif_stats_add_bond_event()