Home
last modified time | relevance | path

Searched defs:weak_this (Results 1 – 18 of 18) sorted by relevance

/external/perfetto/src/tracing/core/
Dshared_memory_arbiter_impl.cc174 base::WeakPtr<SharedMemoryArbiterImpl> weak_this; in UpdateCommitDataRequest() local
269 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in FlushPendingCommitDataRequests() local
306 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in CreateTraceWriter() local
319 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in BindStartupTraceWriterRegistry() local
376 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in NotifyFlushComplete() local
385 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in ReleaseWriterID() local
Dtracing_service_impl.cc495 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in EnableTracing() local
680 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in StartTracing() local
706 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in StartTracing() local
830 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in DisableTracing() local
943 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in ActivateTriggers() local
1091 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in Flush() local
1111 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in NotifyFlushDoneForProducer() local
1281 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in FlushAndDisableTracing() local
1310 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in PeriodicFlushTask() local
1338 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in PeriodicClearIncrementalStateTask() local
[all …]
Dstartup_trace_writer_registry.cc118 auto weak_this = weak_ptr_factory_->GetWeakPtr(); in TryBindWriters() local
139 auto weak_this = weak_ptr_factory_->GetWeakPtr(); in OnUnboundWritersRemovedLocked() local
/external/perfetto/src/perfetto_cmd/
Dtrigger_producer.cc43 auto weak_this = weak_factory_.GetWeakPtr(); in TriggerProducer() local
60 auto weak_this = weak_factory_.GetWeakPtr(); in OnConnect() local
/external/perfetto/src/tracing/ipc/consumer/
Dconsumer_ipc_client_impl.cc78 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in EnableTracing() local
223 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in Detach() local
243 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in Attach() local
/external/perfetto/src/traced/probes/ftrace/
Dftrace_controller.cc259 base::WeakPtr<FtraceController> weak_this = weak_factory_.GetWeakPtr(); in DrainCPUs() local
298 base::WeakPtr<FtraceController> weak_this = weak_factory_.GetWeakPtr(); in StartIfNeeded() local
353 base::WeakPtr<FtraceController> weak_this = weak_factory_.GetWeakPtr(); in Flush() local
/external/perfetto/src/traced/service/
Dlazy_producer.cc63 auto weak_this = weak_factory_.GetWeakPtr(); in StopDataSource() local
/external/perfetto/src/traced/probes/filesystem/
Dinode_file_data_source.cc245 auto weak_this = GetWeakPtr(); in OnInodes() local
349 auto weak_this = GetWeakPtr(); in OnInodeScanDone() local
388 auto weak_this = GetWeakPtr(); in FindMissingInodes() local
Dfile_scanner.cc68 auto weak_this = weak_factory_.GetWeakPtr(); in Scan() local
/external/perfetto/src/traced/probes/android_log/
Dandroid_log_data_source.cc169 auto weak_this = weak_factory_.GetWeakPtr(); in EnableSocketWatchTask() local
195 auto weak_this = weak_factory_.GetWeakPtr(); in OnSocketDataAvailable() local
220 auto weak_this = weak_factory_.GetWeakPtr(); in ReadLogSocket() local
/external/perfetto/src/traced/probes/sys_stats/
Dsys_stats_data_source.cc142 auto weak_this = GetWeakPtr(); in Start() local
147 void SysStatsDataSource::Tick(base::WeakPtr<SysStatsDataSource> weak_this) { in Tick()
/external/libchrome/base/files/
Dfile_descriptor_watcher_posix.cc186 WeakPtr<Controller> weak_this = weak_factory_.GetWeakPtr(); in RunCallback() local
/external/perfetto/src/traced/probes/ps/
Dprocess_stats_data_source.cc126 auto weak_this = GetWeakPtr(); in Start() local
343 base::WeakPtr<ProcessStatsDataSource> weak_this) { in Tick()
/external/perfetto/src/traced/probes/power/
Dandroid_power_data_source.cc176 auto weak_this = weak_factory_.GetWeakPtr(); in Tick() local
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc757 auto weak_this = weak_factory_.GetWeakPtr(); in PostAllocRecord() local
768 auto weak_this = weak_factory_.GetWeakPtr(); in PostFreeRecord() local
779 auto weak_this = weak_factory_.GetWeakPtr(); in PostSocketDisconnected() local
/external/perfetto/src/tracing/ipc/service/
Dconsumer_ipc_service.cc125 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in Flush() local
/external/perfetto/src/traced/probes/
Dprobes_producer.cc340 auto weak_this = weak_factory_.GetWeakPtr(); in Flush() local
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp4.cpp215 weak_ptr<T> weak_this; member