Home
last modified time | relevance | path

Searched refs:rpt_data (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/btif/test/
Dbtif_hh_test.cc239 bthh_status_t hh_status, uint8_t* rpt_data, in TEST_F()
246 report.data.assign(rpt_data, rpt_data + rpt_size), in TEST_F()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hh.h160 uint8_t* rpt_data, int rpt_size);
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_host.cpp104 bthh_status_t hh_status, uint8_t* rpt_data, in get_report_callback() argument
130 sCallbackEnv->SetByteArrayRegion(data.get(), 0, rpt_size, (jbyte*)rpt_data); in get_report_callback()