Home
last modified time | relevance | path

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

/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp117 void DeviceCallback::onDeviceSetReport(uint8_t rType, in onDeviceSetReport()
125 void DeviceCallback::onDeviceOutput(uint8_t rType, in onDeviceOutput()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java458 private String getActionStringFromReqType(SsData.RequestType rType) { in getActionStringFromReqType()