Home
last modified time | relevance | path

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

/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/current/android/hardware/usb/
DIUsbCallback.aidl42 …oneway void notifyQueryPortStatus(in String portName, in android.hardware.usb.Status retval, long … in notifyQueryPortStatus() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/2/android/hardware/usb/
DIUsbCallback.aidl42 …oneway void notifyQueryPortStatus(in String portName, in android.hardware.usb.Status retval, long … in notifyQueryPortStatus() method
/hardware/interfaces/usb/aidl/android/hardware/usb/
DIUsbCallback.aidl95 void notifyQueryPortStatus(in String portName, in Status retval, long transactionId); in notifyQueryPortStatus() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/3/android/hardware/usb/
DIUsbCallback.aidl42 …oneway void notifyQueryPortStatus(in String portName, in android.hardware.usb.Status retval, long … in notifyQueryPortStatus() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/1/android/hardware/usb/
DIUsbCallback.aidl42 …oneway void notifyQueryPortStatus(in String portName, in android.hardware.usb.Status retval, long … in notifyQueryPortStatus() method
/hardware/interfaces/usb/aidl/vts/
DVtsAidlUsbTargetTest.cpp144 ScopedAStatus notifyQueryPortStatus(const string& /*portName*/, Status /*retval*/, in notifyQueryPortStatus() function in UsbAidlTest::UsbCallback