OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getReportNative
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp
366
static jboolean
getReportNative
(JNIEnv *env, jobject object, jbyteArray address, jbyte reportType, jbyte reportId, jint bufferSize) {
454
{"
getReportNative
", "([BBBI)Z", (void *)
getReportNative
},
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java
238
if(!
getReportNative
(Utils.getByteAddress(device), reportType, reportId, bufferSize)) {
647
private native boolean
getReportNative
(byte[]btAddress, byte reportType, byte reportId, int bufferSize);
Completed in 51 milliseconds