Home
last modified time | relevance | path

Searched refs:ipc_channel_ (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.h90 ipc::Client* GetClientForTesting() { return ipc_channel_.get(); } in GetClientForTesting()
107 std::unique_ptr<ipc::Client> ipc_channel_; variable
Dproducer_ipc_client_impl.cc94 ipc_channel_( in ProducerIPCClientImpl()
115 ipc_channel_->BindService(producer_port_.GetWeakPtr()); in ProducerIPCClientImpl()
218 ipc_channel_.reset(); in OnConnectionInitialized()
258 base::ScopedFile shmem_fd = ipc_channel_->TakeReceivedFD(); in OnServiceRequest()
/external/perfetto/src/tracing/ipc/consumer/
Dconsumer_ipc_client_impl.h107 std::unique_ptr<ipc::Client> ipc_channel_; variable
Dconsumer_ipc_client_impl.cc49 ipc_channel_( in ConsumerIPCClientImpl()
54 ipc_channel_->BindService(consumer_port_.GetWeakPtr());