/external/libbrillo/brillo/streams/ |
D | stream.cc | 59 weak_ptr_factory_.GetWeakPtr(), buffer, in ReadAllAsync() 132 weak_ptr_factory_.GetWeakPtr(), buffer, in WriteAllAsync() 181 weak_ptr_factory_.GetWeakPtr(), in FlushAsync() 216 base::Bind(&Stream::OnReadAsyncDone, weak_ptr_factory_.GetWeakPtr(), in ReadAsyncImpl() 227 base::Bind(&Stream::OnReadAvailable, weak_ptr_factory_.GetWeakPtr(), in ReadAsyncImpl() 280 base::Bind(&Stream::OnWriteAsyncDone, weak_ptr_factory_.GetWeakPtr(), in WriteAsyncImpl() 290 base::Bind(&Stream::OnWriteAvailable, weak_ptr_factory_.GetWeakPtr(), in WriteAsyncImpl() 338 weak_ptr_factory_.GetWeakPtr(), buffer, in ReadAllAsyncCallback() 365 weak_ptr_factory_.GetWeakPtr(), buffer, in WriteAllAsyncCallback() 387 weak_ptr_factory_.InvalidateWeakPtrs(); in CancelPendingAsyncOperations()
|
D | tls_stream.cc | 125 base::WeakPtrFactory<TlsStreamImpl> weak_ptr_factory_{this}; member in brillo::TlsStream::TlsStreamImpl 281 weak_ptr_factory_.InvalidateWeakPtrs(); in CancelPendingAsyncOperations() 391 weak_ptr_factory_.GetWeakPtr(), in Init() 425 weak_ptr_factory_.GetWeakPtr(), in DoHandshake() 435 weak_ptr_factory_.GetWeakPtr(), in DoHandshake()
|
/external/libmojo/mojo/public/cpp/bindings/ |
D | interface_ptr_set.h | 56 : ptr_(std::move(ptr)), weak_ptr_factory_(this) { in Element() 73 return weak_ptr_factory_.GetWeakPtr(); in GetWeakPtr() 80 base::WeakPtrFactory<Element> weak_ptr_factory_; variable
|
/external/perfetto/src/ipc/ |
D | service_proxy.cc | 31 : event_listener_(event_listener), weak_ptr_factory_(this) {} in ServiceProxy() 66 request, drop_reply, weak_ptr_factory_.GetWeakPtr(), in BeginInvoke() 113 return weak_ptr_factory_.GetWeakPtr(); in GetWeakPtr()
|
D | unix_socket.cc | 146 weak_ptr_factory_(this) { in UnixSocket() 196 base::WeakPtr<UnixSocket> weak_ptr = weak_ptr_factory_.GetWeakPtr(); in UnixSocket() 240 base::WeakPtr<UnixSocket> weak_ptr = weak_ptr_factory_.GetWeakPtr(); in DoConnect() 373 base::WeakPtr<UnixSocket> weak_ptr = weak_ptr_factory_.GetWeakPtr(); in Shutdown() 473 base::WeakPtr<UnixSocket> weak_ptr = weak_ptr_factory_.GetWeakPtr(); in NotifyConnectionState()
|
D | host_impl.cc | 56 : task_runner_(task_runner), weak_ptr_factory_(this) { in HostImpl() 63 : task_runner_(task_runner), weak_ptr_factory_(this) { in HostImpl() 185 base::WeakPtr<HostImpl> host_weak_ptr = weak_ptr_factory_.GetWeakPtr(); in OnInvokeMethod()
|
D | client_impl.cc | 45 : task_runner_(task_runner), weak_ptr_factory_(this) { in ClientImpl() 235 service_proxy->InitializeBinding(weak_ptr_factory_.GetWeakPtr(), in OnBindServiceReply()
|
D | client_impl.h | 96 base::WeakPtrFactory<Client> weak_ptr_factory_; variable
|
D | host_impl.h | 93 base::WeakPtrFactory<HostImpl> weak_ptr_factory_; variable
|
/external/libchrome/dbus/ |
D | object_manager.cc | 40 weak_ptr_factory_(this) { in ObjectManager() 48 weak_ptr_factory_.GetWeakPtr())); in ObjectManager() 147 weak_ptr_factory_.GetWeakPtr())); in GetManagedObjects() 228 weak_ptr_factory_.GetWeakPtr()), in OnSetupMatchRuleAndFilterComplete() 230 weak_ptr_factory_.GetWeakPtr())); in OnSetupMatchRuleAndFilterComplete() 236 weak_ptr_factory_.GetWeakPtr()), in OnSetupMatchRuleAndFilterComplete() 238 weak_ptr_factory_.GetWeakPtr())); in OnSetupMatchRuleAndFilterComplete()
|
D | property.cc | 46 weak_ptr_factory_(this) {} in PropertySet() 63 weak_ptr_factory_.GetWeakPtr()), in ConnectSignals() 65 weak_ptr_factory_.GetWeakPtr())); in ConnectSignals() 176 weak_ptr_factory_.GetWeakPtr())); in GetAll()
|
/external/perfetto/src/tracing/core/ |
D | service_impl.cc | 87 weak_ptr_factory_(this) { in ServiceImpl() 327 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in EnableTracing() 338 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in EnableTracing() 436 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in Flush() 480 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in FlushAndDisableTracing() 669 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in ReadBuffers() 682 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in ReadBuffers() 1131 weak_ptr_factory_(this) {} in ConsumerEndpointImpl() 1195 return weak_ptr_factory_.GetWeakPtr(); in GetWeakPtr() 1215 weak_ptr_factory_(this) {} in ProducerEndpointImpl() [all …]
|
D | shared_memory_arbiter_impl.cc | 58 weak_ptr_factory_(this) {} in SharedMemoryArbiterImpl() 149 weak_this = weak_ptr_factory_.GetWeakPtr(); in ReturnCompletedChunk() 266 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in NotifyFlushComplete()
|
D | service_impl.h | 107 base::WeakPtrFactory<ProducerEndpointImpl> weak_ptr_factory_; // Keep last. 136 base::WeakPtrFactory<ConsumerEndpointImpl> weak_ptr_factory_; // Keep last. 308 base::WeakPtrFactory<ServiceImpl> weak_ptr_factory_; // Keep at the end.
|
D | shared_memory_arbiter_impl.h | 126 base::WeakPtrFactory<SharedMemoryArbiterImpl> weak_ptr_factory_; variable
|
/external/libbrillo/brillo/dbus/ |
D | exported_property_set.cc | 22 : bus_(bus), weak_ptr_factory_(this) { in ExportedPropertySet() 35 weak_ptr_factory_.GetWeakPtr(), in GetPropertyWriter() 51 weak_ptr_factory_.GetWeakPtr(), in RegisterProperty()
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | interface_endpoint_client.cc | 149 weak_ptr_factory_(this) { in InterfaceEndpointClient() 277 weak_ptr_factory_.GetWeakPtr(); in AcceptWithResponder() 359 weak_ptr_factory_.GetWeakPtr(), in OnAssociationEvent() 379 new ResponderThunk(weak_ptr_factory_.GetWeakPtr(), task_runner_); in HandleValidatedMessage()
|
/external/perfetto/src/tracing/ipc/consumer/ |
D | consumer_ipc_client_impl.cc | 48 weak_ptr_factory_(this) { in ConsumerIPCClientImpl() 76 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in EnableTracing()
|
D | consumer_ipc_client_impl.h | 96 base::WeakPtrFactory<ConsumerIPCClientImpl> weak_ptr_factory_; variable
|
/external/v4l2_codec2/vda/ |
D | vp9_parser.cc | 236 : weak_ptr_factory_(this) {} in Vp9FrameContextManager() 250 weak_ptr_factory_.InvalidateWeakPtrs(); in Reset() 263 weak_ptr_factory_.GetWeakPtr()); in GetUpdateCb() 281 weak_ptr_factory_.InvalidateWeakPtrs(); in Update()
|
/external/perfetto/src/tracing/ipc/service/ |
D | consumer_ipc_service.cc | 35 : core_service_(core_service), weak_ptr_factory_(this) {} in ConsumerIPCService() 100 auto weak_this = weak_ptr_factory_.GetWeakPtr(); in Flush()
|
D | producer_ipc_service.h | 104 base::WeakPtrFactory<ProducerIPCService> weak_ptr_factory_; variable
|
D | consumer_ipc_service.h | 109 base::WeakPtrFactory<ConsumerIPCService> weak_ptr_factory_; // Keep last. variable
|
/external/perfetto/include/perfetto/ipc/ |
D | service_proxy.h | 95 base::WeakPtrFactory<ServiceProxy> weak_ptr_factory_; variable
|
/external/libbrillo/brillo/message_loops/ |
D | base_message_loop.cc | 91 weak_ptr_factory_.GetWeakPtr(), in PostDelayedTask() 359 loop_->weak_ptr_factory_.GetWeakPtr(), in OnFileReady()
|