Lines Matching defs:id

107         // If we don't know the vendor and product id, then the device is probably
160 EventHub::Device::Device(int fd, int32_t id, const String8& path,
163 fd(fd), id(id), path(path), identifier(identifier),
572 effect.id = device->ffEffectId;
582 device->ffEffectId = effect.id;
666 ALOGV("Reporting device closed: id=%d, name=%s\n",
667 device->id, device->path.string());
670 event->deviceId = device->id == mBuiltInKeyboardId ? BUILT_IN_KEYBOARD_ID : device->id;
688 ALOGV("Reporting device opened: id=%d, name=%s\n",
689 device->id, device->path.string());
692 event->deviceId = device->id == mBuiltInKeyboardId ? 0 : device->id;
742 ALOGW("Received unexpected epoll event 0x%08x for unknown device id %d.",
765 int32_t deviceId = device->id == mBuiltInKeyboardId ? 0 : device->id;
992 ALOGI("ignoring event id %s driver %s\n", devicePath, item.string());
1009 ALOGE("could not get device input id for %s, %s\n", devicePath, strerror(errno));
1026 // Get device unique id.
1056 ALOGV(" unique id: \"%s\"\n", identifier.uniqueId.string());
1162 mBuiltInKeyboardId = device->id;
1190 ALOGV("Dropping device: id=%d, path='%s', name='%s'",
1234 ALOGI("New device: id=%d, fd=%d, path='%s', name='%s', classes=0x%x, "
1265 mDevices.add(device->id, device);
1347 ALOGI("Removed device: path=%s name=%s id=%d fd=%d classes=0x%x\n",
1348 device->path.string(), device->identifier.name.string(), device->id,
1351 if (device->id == mBuiltInKeyboardId) {
1352 ALOGW("built-in keyboard device %s (id=%d) is closing! the apps will not like this",
1363 mDevices.removeItem(device->id);
1481 if (mBuiltInKeyboardId == device->id) {
1483 device->id, device->identifier.name.string());
1485 dump.appendFormat(INDENT2 "%d: %s\n", device->id,