Home
last modified time | relevance | path

Searched defs:wdf_file_ext (Results 1 – 1 of 1) sorted by relevance

/development/host/windows/usb/legacy/driver/
Dandroid_usb_device_object.cpp361 // Retrieve the pipe along with the pipe info
459 if (NULL != wdf_device_ext) {
460 wdf_device_ext->OnEvtDeviceFileCreate(request, wdf_fo);
479 GetAndroidUsbFileObjectForRequest(request); in OnEvtIoWrite()
501 if (NULL != wdf_file_ext) { in OnEvtIoDeviceControl()
502 wdf_file_ext->OnEvtIoWrite(request, length); in OnEvtIoDeviceControl()
521 GetAndroidUsbFileObjectForRequest(request);
538 // Get our file extension and dispatch this event to the appropriate handler in EvtIoWriteEntry()
557 AndroidUsbFileObject* wdf_file_ext = local
1040 GoogleDbgPrint("\n!!!!! Bad format for pipe name: %wZ", file_path); in CreatePipeFileObjectExt()