Home
last modified time | relevance | path

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

/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp115 void DeviceCallback::onDeviceSetReport(uint32_t id, uint8_t rType, in onDeviceSetReport()
123 void DeviceCallback::onDeviceOutput(uint8_t rType, in onDeviceOutput()
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DDevice.java286 public void onDeviceSetReport(int id, byte rType, byte[] data) { in onDeviceSetReport()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java468 private static String getActionStringFromReqType(SsData.RequestType rType) { in getActionStringFromReqType()