Home
last modified time | relevance | path

Searched defs:IOThreadData (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/components/nacl/loader/
H A Dnacl_ipc_adapter.h176 struct IOThreadData { struct
180 std::unique_ptr<IPC::Channel> channel_;
185 typedef std::map<int, uint32_t> PendingSyncMsgMap;
186 PendingSyncMsgMap pending_sync_msgs_;
H A Dnacl_ipc_adapter.cc346 NaClIPCAdapter::IOThreadData::IOThreadData() { in IOThreadData() function in NaClIPCAdapter::IOThreadData