Searched refs:usbDeviceId (Results 1 – 2 of 2) sorted by relevance
461 status_t notifyUsbDeviceEvent(int32_t eventId, const std::string &usbDeviceId);934 status_t usbDeviceDetached(const std::string &usbDeviceId);
687 const std::string& usbDeviceId) { in notifyUsbDeviceEvent() argument692 ALOGV("notifySystemEvent: %d usbDeviceId : %s", eventId, usbDeviceId.c_str()); in notifyUsbDeviceEvent()698 usbDevices.push_back(usbDeviceId); in notifyUsbDeviceEvent()703 usbDeviceDetached(usbDeviceId); in notifyUsbDeviceEvent()709 status_t CameraProviderManager::usbDeviceDetached(const std::string &usbDeviceId) { in usbDeviceDetached() argument714 auto foundId = std::find(usbDevices.begin(), usbDevices.end(), usbDeviceId); in usbDeviceDetached()720 usbDeviceId.c_str()); in usbDeviceDetached()