OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_report
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp
436
const char *
c_report
= env->GetStringUTFChars(report, NULL);
local
438
if ( (status = sBluetoothHidInterface->set_report((bt_bdaddr_t *) addr, (bthh_report_type_t)rType, (char*)
c_report
)) !=
443
env->ReleaseStringUTFChars(report,
c_report
);
461
const char *
c_report
= env->GetStringUTFChars(report, NULL);
local
462
if ( (status = sBluetoothHidInterface->send_data((bt_bdaddr_t *) addr, (char*)
c_report
)) !=
467
env->ReleaseStringUTFChars(report,
c_report
);
Completed in 503 milliseconds