Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 13 of 13) sorted by relevance

/system/update_engine/update_manager/
Dgeneric_variables.h58 PollCopyVariable(const std::string& name, const T& ref, const bool* is_set_p, in PollCopyVariable()
62 PollCopyVariable(const std::string& name, const T& ref, const bool* is_set_p) in PollCopyVariable()
64 PollCopyVariable(const std::string& name, const T& ref) in PollCopyVariable()
68 const T& ref, const bool* is_set_p, in PollCopyVariable()
73 const T& ref, const bool* is_set_p) in PollCopyVariable()
76 const T& ref) in PollCopyVariable()
/system/extras/simpleperf/
DIOEventLoop.cpp152 bool IOEventLoop::DisableEvent(IOEventRef ref) { in DisableEvent()
163 bool IOEventLoop::EnableEvent(IOEventRef ref) { in EnableEvent()
174 bool IOEventLoop::DelEvent(IOEventRef ref) { in DelEvent()
DIOEventLoop_test.cpp152 IOEventRef ref = loop.AddReadEvent(fd[0], [&]() { in TEST() local
177 IOEventRef ref = loop.AddWriteEvent(fd[1], [&]() { in TEST() local
/system/core/libmemunreachable/
DLeakFolding.cpp49 for (auto& ref: leak.node.references_out) { in ComputeDAG() local
64 scc->node.Foreach([&](SCCInfo* ref) { in AccumulateLeaks()
DTarjan.h40 void Edge(Node<T>* ref) { in Edge()
/system/core/libutils/
DRefBase.cpp299 int32_t ref; member
307 ref_entry* ref = new ref_entry; in addRef() local
327 ref_entry* ref = head; in removeRef() local
357 ref_entry* ref = r; in renameRefsId() local
750 void RefBase::renameRefId(weakref_type* ref, in renameRefId()
757 void RefBase::renameRefId(RefBase* ref, in renameRefId()
/system/netd/server/
DMDnsSdListener.cpp73 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); in discover() local
142 DNSServiceRef *ref = mMonitor->lookupServiceRef(requestId); in stop() local
165 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); in serviceRegister() local
221 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); in resolveService() local
287 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); in getAddrInfo() local
347 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); in setHostname() local
/system/core/adb/
Dtransport_mdns.cpp41 static inline int adb_DNSServiceRefSockFD(DNSServiceRef ref) { in adb_DNSServiceRefSockFD()
56 DNSServiceRef* ref = reinterpret_cast<DNSServiceRef*>(data); in pump_service_ref() local
/system/vold/
DExt4Crypt.cpp162 auto ref = keyname(*raw_ref); in install_key() local
530 auto ref = keyname(raw_ref); in evict_key() local
/system/extras/ksmutils/
Dlookup3.c874 uint32_t ref,x,y; in driver3() local
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp703 int ref = scratches.obtain(); in build_alpha_test() local
/system/core/libpixelflinger/
Dpixelflinger.cpp549 static void ggl_alphaFuncx(void* con, GGLenum func, GGLclampx ref) in ggl_alphaFuncx()
Dscanline.cpp859 GGLcolor ref = c->state.alpha_test.ref; in scanline() local