Searched refs:rpt_data (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_hh_test.cc | 239 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/ |
D | bt_hh.h | 160 uint8_t* rpt_data, int rpt_size);
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hid_host.cpp | 104 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()
|