Lines Matching defs:data
124 FI_HILOGE("Failed to write data packet");
151 FI_HILOGE("Failed to write data packet");
167 FI_HILOGE("Failed to write data packet");
183 FI_HILOGE("Failed to write data packet");
271 FI_HILOGE("Failed to read data packet");
304 FI_HILOGE("Failed to read data packet");
325 FI_HILOGE("Failed to read data packet");
341 FI_HILOGE("Failed to read data packet");
355 FI_HILOGE("Failed to read data packet");
369 FI_HILOGE("Failed to read data packet");
383 FI_HILOGE("Failed to read data packet");
397 FI_HILOGE("Failed to read data packet");
412 FI_HILOGE("Failed to read data packet");
466 int32_t data;
468 packet >> data;
469 device->SetId(data);
474 packet >> data;
475 device->SetBus(data);
476 packet >> data;
477 device->SetVendor(data);
478 packet >> data;
479 device->SetProduct(data);
480 packet >> data;
481 device->SetVersion(data);