Home
last modified time | relevance | path

Searched refs:rType (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.h34 void onDeviceSetReport(uint8_t rType, const std::vector<uint8_t>& data);
35 void onDeviceOutput(uint8_t rType, const std::vector<uint8_t>& data);
H A Dcom_android_commands_hid_Device.cpp117 void DeviceCallback::onDeviceSetReport(uint8_t rType, in onDeviceSetReport() argument
120 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceSetReport, rType, in onDeviceSetReport()
125 void DeviceCallback::onDeviceOutput(uint8_t rType, in onDeviceOutput() argument
128 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceOutput, rType, in onDeviceOutput()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid_host.cpp403 jint rType = reportType; in getReportNative() local
407 (RawAddress*)addr, (bthh_report_type_t)rType, (uint8_t)rId, bufferSize); in getReportNative()
428 jint rType = reportType; in setReportNative() local
433 (RawAddress*)addr, (bthh_report_type_t)rType, (char*)c_report); in setReportNative()
/aosp12/art/test/979-const-method-handle/util-src/transformer/
H A DConstantTransformer.java107 Type rType = Type.getType(returnType); in visitMethod() local
112 return Type.getMethodType(rType, pTypes); in visitMethod()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java458 private String getActionStringFromReqType(SsData.RequestType rType) { in getActionStringFromReqType() argument
459 switch (rType) { in getActionStringFromReqType()