Home
last modified time | relevance | path

Searched refs:sendGetFeatureReportReply (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.h54 void sendGetFeatureReportReply(uint32_t id, const std::vector<uint8_t>& report) const;
Dcom_android_commands_hid_Device.cpp226 void Device::sendGetFeatureReportReply(uint32_t id, const std::vector<uint8_t>& report) const { in sendGetFeatureReportReply() function in android::uhid::Device
356 static void sendGetFeatureReportReply(JNIEnv* env, jclass /* clazz */, jlong ptr, jint id, in sendGetFeatureReportReply() function
361 d->sendGetFeatureReportReply(id, report); in sendGetFeatureReportReply()
390 reinterpret_cast<void*>(sendGetFeatureReportReply)},