Searched refs:dhandle (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/stack/hid/ |
D | hidh_conn.c | 47 static void hidh_conn_retry (UINT8 dhandle); 129 tHID_STATUS hidh_conn_disconnect (UINT8 dhandle) in hidh_conn_disconnect() argument 131 tHID_CONN *p_hcon = &hh_cb.devices[dhandle].conn; in hidh_conn_disconnect() 141 L2CA_SetIdleTimeoutByBdAddr(hh_cb.devices[dhandle].addr, 0); in hidh_conn_disconnect() 323 UINT8 dhandle; in hidh_sec_check_complete_orig() local 331 dhandle = ((UINT32)p_dev - (UINT32)&(hh_cb.devices[0]))/ sizeof(tHID_HOST_DEV_CTB); in hidh_sec_check_complete_orig() 351 hidh_conn_retry (dhandle); in hidh_sec_check_complete_orig() 359 hidh_conn_disconnect(dhandle); in hidh_sec_check_complete_orig() 377 UINT8 dhandle; in hidh_l2cif_connect_cfm() local 383 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_connect_cfm() [all …]
|
D | hidh_int.h | 66 extern tHID_STATUS hidh_conn_snd_data(UINT8 dhandle, UINT8 trans_type, UINT8 param, \ 70 extern tHID_STATUS hidh_conn_disconnect (UINT8 dhandle); 71 extern tHID_STATUS hidh_conn_initiate (UINT8 dhandle);
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | tjunittest.c | 483 tjhandle chandle=NULL, dhandle=NULL; in doTest() local 495 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL) in doTest() 513 decompTest(dhandle, dstBuf, size, w, h, pf, basename, subsamp, in doTest() 518 decompTest(dhandle, dstBuf, size, w, h, pf+(TJPF_RGBA-TJPF_RGBX), in doTest() 528 if(dhandle) tjDestroy(dhandle); in doTest()
|