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

  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_i2c.c 149 DAL_DEBUG("Opening port=%s\n", pConfig->deviceNode);
152 gI2cPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
phDal4Nfc.c 270 hw_config.deviceNode = NULL;
554 config->deviceNode = pn544_dev->device_node;
555 if (config->deviceNode == NULL) {
556 LOGE("deviceNode NULL");
    [all...]
phDal4Nfc_uart.c 171 gComPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
  /system/vold/
DirectVolume.h 73 int doMountVfat(const char *deviceNode, const char *mountPoint);
Volume.h 96 int initializeMbr(const char *deviceNode);
Volume.cpp 688 int Volume::initializeMbr(const char *deviceNode) {
699 dinfo.device = strdup(deviceNode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevice.java 103 Element deviceNode = createNode(doc, parentNode, LayoutDevicesXsd.NODE_DEVICE);
106 deviceNode.setAttribute(LayoutDevicesXsd.ATTR_NAME, mName);
109 Element defaultNode = createNode(doc, deviceNode, LayoutDevicesXsd.NODE_DEFAULT);
122 saveConfigTo(doc, deviceNode, config.getName(), config.getConfig());
  /external/libnfc-nxp/inc/
phNfcTypes.h 233 const char* deviceNode;
    [all...]

Completed in 520 milliseconds