Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_act.c880 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_read() local
883 memset (&op_cmpl, 0 ,sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_read()
892 op_cmpl.status = BTA_GATT_ERROR; in bta_gattc_read()
899 op_cmpl.status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_BY_HANDLE, &read_param); in bta_gattc_read()
903 if (op_cmpl.status != BTA_GATT_OK) in bta_gattc_read()
905 op_cmpl.op_code = GATTC_OPTYPE_READ; in bta_gattc_read()
906 op_cmpl.p_cmpl = NULL; in bta_gattc_read()
908 bta_gattc_sm_execute(p_clcb, BTA_GATTC_OP_CMPL_EVT, (tBTA_GATTC_DATA *)&op_cmpl); in bta_gattc_read()
925 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_read_multi() local
976 memset(&op_cmpl, 0, sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_read_multi()
[all …]
Dbta_gattc_int.h190 tBTA_GATTC_OP_CMPL op_cmpl; member
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
Dcpp.c359 static int op_cmpl(int a) { return ~a; } in op_cmpl() function
390 { '~', op_cmpl },