/external/bluetooth/bluedroid/stack/hid/ |
hidh_conn.c | 47 static void hidh_conn_retry (UINT8 dhandle); 129 tHID_STATUS hidh_conn_disconnect (UINT8 dhandle) 131 tHID_CONN *p_hcon = &hh_cb.devices[dhandle].conn; 141 L2CA_SetIdleTimeoutByBdAddr(hh_cb.devices[dhandle].addr, 0); 323 UINT8 dhandle; local 331 dhandle = ((UINT32)p_dev - (UINT32)&(hh_cb.devices[0]))/ sizeof(tHID_HOST_DEV_CTB); 351 hidh_conn_retry (dhandle); 359 hidh_conn_disconnect(dhandle); 377 UINT8 dhandle; local 383 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES 458 UINT8 dhandle; local 544 UINT8 dhandle; local 622 UINT8 dhandle; local 703 UINT8 dhandle; local 751 UINT8 dhandle; local 795 UINT8 dhandle; local [all...] |
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/ |
tjunittest.c | 483 tjhandle chandle=NULL, dhandle=NULL; local 495 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL) 513 decompTest(dhandle, dstBuf, size, w, h, pf, basename, subsamp, 518 decompTest(dhandle, dstBuf, size, w, h, pf+(TJPF_RGBA-TJPF_RGBX), 528 if(dhandle) tjDestroy(dhandle);
|