Home
last modified time | relevance | path

Searched refs:usb_functionfs_event (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/usb/
H A Dfunctionfs.h98 struct usb_functionfs_event { struct
/aosp12/frameworks/av/media/mtp/
H A DMtpFfsHandle.cpp177 std::vector<usb_functionfs_event> events(FFS_NUM_EVENTS); in handleEvent()
178 usb_functionfs_event *event = events.data(); in handleEvent()
180 events.size() * sizeof(usb_functionfs_event))); in handleEvent()
/aosp12/packages/modules/adb/daemon/
H A Dusb.cpp286 struct usb_functionfs_event event; in StartMonitor()