Home
last modified time | relevance | path

Searched refs:usbDeviceId (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h461 status_t notifyUsbDeviceEvent(int32_t eventId, const std::string &usbDeviceId);
934 status_t usbDeviceDetached(const std::string &usbDeviceId);
DCameraProviderManager.cpp687 const std::string& usbDeviceId) { in notifyUsbDeviceEvent() argument
692 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() argument
714 auto foundId = std::find(usbDevices.begin(), usbDevices.end(), usbDeviceId); in usbDeviceDetached()
720 usbDeviceId.c_str()); in usbDeviceDetached()