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

  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_i2c.c 46 int nHandle;
85 gI2cPortContext.nHandle = (int)(intptr_t) pDalHwContext->p_board_driver;
86 DAL_ASSERT_STR(gI2cPortContext.nHandle >= 0, "Bad passed com port handle");
129 close(gI2cPortContext.nHandle);
130 gI2cPortContext.nHandle = 0;
150 gI2cPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
151 if (gI2cPortContext.nHandle < 0)
153 DAL_DEBUG("Open failed: open() returned %d\n", gI2cPortContext.nHandle);
159 *pLinkHandle = (void*)(intptr_t)gI2cPortContext.nHandle;
191 FD_SET(gI2cPortContext.nHandle, &rfds)
    [all...]
phDal4Nfc_uart.c 53 int nHandle;
100 gComPortContext.nHandle = (int)(intptr_t) pDalHwContext->p_board_driver;
101 DAL_ASSERT_STR(gComPortContext.nHandle >= 0, "Bad passed com port handle");
130 ret = tcflush(gComPortContext.nHandle, TCIFLUSH);
146 close(gComPortContext.nHandle);
147 gComPortContext.nHandle = 0;
171 gComPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
172 if (gComPortContext.nHandle < 0)
179 *pLinkHandle = (void*)(intptr_t)gComPortContext.nHandle;
184 ret = tcgetattr(gComPortContext.nHandle, &gComPortContext.nIoConfigBackup); /* save the old io config *
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 96 milliseconds