Home
last modified time | relevance | path

Searched refs:notifyPortStatusChange (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/usb/aidl/android/hardware/usb/
DIUsbCallback.aidl40 void notifyPortStatusChange(in PortStatus[] currentPortStatus, in Status retval); in notifyPortStatusChange() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/current/android/hardware/usb/
DIUsbCallback.aidl37 …oneway void notifyPortStatusChange(in android.hardware.usb.PortStatus[] currentPortStatus, in andr… in notifyPortStatusChange() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/2/android/hardware/usb/
DIUsbCallback.aidl37 …oneway void notifyPortStatusChange(in android.hardware.usb.PortStatus[] currentPortStatus, in andr… in notifyPortStatusChange() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/3/android/hardware/usb/
DIUsbCallback.aidl37 …oneway void notifyPortStatusChange(in android.hardware.usb.PortStatus[] currentPortStatus, in andr… in notifyPortStatusChange() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/1/android/hardware/usb/
DIUsbCallback.aidl37 …oneway void notifyPortStatusChange(in android.hardware.usb.PortStatus[] currentPortStatus, in andr… in notifyPortStatusChange() method
/hardware/interfaces/usb/1.0/
DIUsbCallback.hal35 oneway notifyPortStatusChange(vec<PortStatus> currentPortStatus, Status retval);
DIUsb.hal26 * will be informed through IUsbCallback object's notifyPortStatusChange
/hardware/interfaces/usb/1.1/vts/functional/
DVtsHalUsbV1_1TargetTest.cpp88 Return<void> notifyPortStatusChange(const hidl_vec<PortStatus>& /* currentPortStatus */, in notifyPortStatusChange() function in UsbCallback
/hardware/interfaces/usb/1.0/default/
DUsb.cpp307 Return<void> ret = mCallback->notifyPortStatusChange(currentPortStatus, in queryPortStatus()
341 payload->usb->mCallback->notifyPortStatusChange(currentPortStatus, status); in uevent_event()
/hardware/interfaces/usb/1.0/vts/functional/
DVtsHalUsbV1_0TargetTest.cpp69 Return<void> notifyPortStatusChange( in notifyPortStatusChange() function in UsbHidlTest::UsbCallback
/hardware/interfaces/usb/1.2/vts/functional/
DVtsHalUsbV1_2TargetTest.cpp92 Return<void> notifyPortStatusChange(const hidl_vec<android::hardware::usb::V1_0::PortStatus>& in notifyPortStatusChange() function in UsbCallback
/hardware/interfaces/usb/aidl/vts/
DVtsAidlUsbTargetTest.cpp84 ScopedAStatus notifyPortStatusChange(const vector<PortStatus>& currentPortStatus, in notifyPortStatusChange() function in UsbAidlTest::UsbCallback
/hardware/interfaces/usb/aidl/default/
DUsb.cpp541 ScopedAStatus ret = usb->mCallback->notifyPortStatusChange(*currentPortStatus, in queryVersionHelper()