Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp1337 struct ConnectionInfoData { struct
1338 sockaddr_storage addr;
1339 socklen_t len;
1340 bool* isDeleted;
1341 ~ConnectionInfoData() { in ~ConnectionInfoData()