HomeSort by relevance Sort by last modified time
    Searched defs:is_client (Results 1 - 2 of 2) 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/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 81 milliseconds