Searched defs:nominated (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/webrtc/p2p/base/ | ||
H A D | connection_info.h | 71 bool nominated; member |
H A D | connection.cc | 376 bool Connection::nominated() const { in nominated() function in cricket::Connection |
H A D | port_unittest.cc | 379 bool nominated() const { return nominated_; } in nominated() function in cricket::TestChannel |
H A D | p2p_transport_channel_unittest.cc | 1008 bool nominated() { return nominated_; } in nominated() function in cricket::P2PTransportChannelTestBase |
/aosp_15_r20/external/mesa3d/bin/pick/ | ||
H A D | core.py | 123 nominated: bool = attr.ib(False) variable in Commit |
/aosp_15_r20/external/webrtc/api/stats/ | ||
H A D | rtcstats_objects.h | 204 RTCStatsMember<bool> nominated; variable |