HomeSort by relevance Sort by last modified time
    Searched refs:test_cb (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 70 static btif_test_cb_t test_cb; variable
112 test_cb.conn_id = connected ? conn_id : 0;
226 test_cb.gatt_if = GATT_Register(&app_uuid, &btif_test_callbacks);
227 GATT_StartIf(test_cb.gatt_if);
229 GATT_Deregister(test_cb.gatt_if);
230 test_cb.gatt_if = 0;
247 if ( !GATT_Connect(test_cb.gatt_if, params->bda1->address, TRUE, BT_TRANSPORT_LE) )
256 ALOGD("%s: DISCONNECT - conn_id=%d", __FUNCTION__, test_cb.conn_id);
257 GATT_Disconnect(test_cb.conn_id);
278 __FUNCTION__, disc_name[params->u1], test_cb.conn_id
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c     [all...]
l2c_int.h 239 tL2C_FCR_TEST_CB test_cb; /* Used for SVT and UPF testing */ member in struct:__anon6285
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part1.c 274 void (*test_cb)(const char* name, test_func_t func, member in struct:special
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 55 def test_cb(arg1, **kw): function in function:WidgetTest.test_widget_state
58 test_cb, "hi", **{"msg": "there"}),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 55 def test_cb(arg1, **kw): function in function:WidgetTest.test_widget_state
58 test_cb, "hi", **{"msg": "there"}),
    [all...]
  /external/valgrind/main/VEX/switchback/
test_ppc_jm1.c 3997 void (*test_cb)(const unsigned char *name, test_func_t func); member in struct:special_t
    [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 5350 void (*test_cb)(const char* name, test_func_t func, member in struct:special_t
    [all...]

Completed in 91 milliseconds