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

  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 45 int nHandle;
92 gComPortContext.nHandle = (int) pDalHwContext->p_board_driver;
93 DAL_ASSERT_STR(gComPortContext.nHandle >= 0, "Bad passed com port handle");
122 ret = tcflush(gComPortContext.nHandle, TCIFLUSH);
138 close(gComPortContext.nHandle);
139 gComPortContext.nHandle = 0;
195 gComPortContext.nHandle = open(pComPort, O_RDWR | O_NOCTTY);
196 if (gComPortContext.nHandle < 0)
203 *pLinkHandle = (void*)gComPortContext.nHandle;
208 ret = tcgetattr(gComPortContext.nHandle, &gComPortContext.nIoConfigBackup); /* save the old io config *
    [all...]
phDal4Nfc_i2c.c 47 int nHandle;
86 gI2cPortContext.nHandle = (int) pDalHwContext->p_board_driver;
87 DAL_ASSERT_STR(gI2cPortContext.nHandle >= 0, "Bad passed com port handle");
130 close(gI2cPortContext.nHandle);
131 gI2cPortContext.nHandle = 0;
163 gI2cPortContext.nHandle = open(pComPort, O_RDWR | O_NOCTTY);
164 if (gI2cPortContext.nHandle < 0)
166 DAL_DEBUG("Open failed: open() returned %d\n", gI2cPortContext.nHandle);
172 *pLinkHandle = (void*)gI2cPortContext.nHandle;
195 ret = read(gI2cPortContext.nHandle, pBuffer, nNbBytesToRead)
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCompiledSql.java 40 /* package */ int nHandle = 0;
64 this.nHandle = db.mNativeHandle;
SQLiteProgram.java 46 protected int nHandle = 0;
66 this.nHandle = db.mNativeHandle;
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 132 milliseconds