Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/input/classifier/1.0/default/
H A DInputClassifier.cpp50 Return<void> InputClassifier::resetDevice(int32_t /*deviceId*/) { in resetDevice() function in android::hardware::input::classifier::V1_0::implementation::InputClassifier
/aosp12/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
H A DUsbHostManagementActivity.java162 private void resetDevice(UsbDevice device) { in resetDevice() method in UsbHostManagementActivity
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputClassifier_test.cpp171 Return<void> resetDevice(int32_t deviceId) override { return Void(); }; in resetDevice() function
/aosp12/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java303 public boolean resetDevice() { in resetDevice() method in UsbDeviceConnection
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DAudioPrimaryHidlHalTest.h142 bool resetDevice() const { in resetDevice() function