HomeSort by relevance Sort by last modified time
    Searched defs:is_client (Results 1 - 3 of 3) sorted by null

  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairingcontext.cc 48 bool PairingContext::is_client() const { function in class:polo::pairing::PairingContext
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.cc 261 const bool is_client = (client_or_server == kClientPrefix); local
262 if (!is_client && client_or_server != kServerPrefix) {
273 if (is_client)
285 if (is_client)
  /external/fio/engines/
rdma.c 80 int is_client; member in struct:rdmaio_data
188 if (rd->is_client == 1)
316 if (rd->is_client == 0)
326 if (rd->is_client == 0)
338 if (rd->is_client == 0)
364 if (rd->is_client == 0) {
741 if (rd->is_client)
743 else if (!rd->is_client)
864 if ((rd->is_client == 1) && ((rd->rdma_protocol == FIO_RDMA_MEM_WRITE)
876 if (rd->is_client == 1
    [all...]

Completed in 217 milliseconds