Home
last modified time | relevance | path

Searched refs:refCount (Results 1 – 20 of 20) sorted by relevance

/developtools/hdc/src/host/
Dhost_unity.cpp47 ++refCount; in StopTask()
60 --thisClass->refCount; in OnFileClose()
84 --thisClass->refCount; in OnFileIO()
119 ++refCount; in AppendLocalLog()
Dhost_app.cpp92 ++refCount; in RunQueue()
Dhost_updater.cpp81 refCount++; in RunQueue()
/developtools/hdc/src/daemon/
Ddaemon_forward.cpp38 --thisClass->refCount; in SetupJdwpPointCallBack()
82 ++refCount; in SetupJdwpPoint()
Djdwp.cpp24 refCount = 0; in HdcJdwp()
40 return refCount == 0; in ReadyForRelease()
49 --thisClass->refCount; in Stop()
69 ++refCount; in MallocContext()
87 --ctx->thisClass->refCount; in FreeContext()
233 ++refCount; in JdwpListen()
345 --ctx->thisClass->refCount; in SendCallbackJdwpNewFD()
373 ++refCount; in SendJdwpNewFD()
Ddaemon_app.cpp68 ++refCount; in CommandDispatch()
110 --refCount; in AsyncInstallFinish()
120 ++refCount; in PackageShell()
Dshell.cpp253 --thisClass->refCount; in FinishShellProc()
284 ++refCount; in StartShell()
Ddaemon_unity.cpp57 --refCount; in AsyncCmdOut()
82 ++refCount; in ExecuteShell()
Djdwp.h99 uint32_t refCount; variable
/developtools/hdc/src/common/
Dasync_cmd.cpp43 if (refCount != 0) { in ReadyForRelease()
82 --thisClass->refCount; in FinishShellProc()
211 ++refCount; in ExecuteCommand()
Dtask.cpp28 refCount = 0; in HdcTaskBase()
42 return refCount == 0; in ReadyForRelease()
Dtask.h51 uint32_t refCount; variable
Dasync_cmd.h53 uint32_t refCount = 0; variable
Dtransfer.cpp94 ++refCount; in SimpleFileIO()
134 --thisClass->refCount; in OnFileClose()
260 ++thisClass->refCount; in OnFileIO()
273 --thisClass->refCount; in OnFileIO()
277 --thisClass->refCount; in OnFileIO()
289 --thisClass->refCount; in OnFileOpen()
Dfile.cpp55 ++refCount; in BeginTransfer()
286 ++refCount; in SlaveCheck()
306 ++refCount; in TransferNext()
Dforward.cpp122 refCount++; in MallocContext()
135 if (refCount > 0) { in FreeContextCallBack()
136 --refCount; in FreeContextCallBack()
/developtools/smartperf_host/trace_streamer/test/unittest/
Dhtrace_mem_parser_test.cpp327 int64_t refCount = 6; variable
335 ashmemInfo->set_ref_count(refCount);
495 uint64_t refCount = 3; variable
518 … m.ashmemId, m.time, refCount, purged, flag);
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_mem_parser.cpp1050 uint64_t refCount = AshmemInfo.ref_count(); in ParseAshmemInfo() local
1063 time, refCount, purged, flag); in ParseAshmemInfo()
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp3245 uint64_t refCount, in AppendNewData() argument
3258 refCounts_.emplace_back(refCount); in AppendNewData()
Dtrace_stdtype.h2584 uint64_t refCount,