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.c929 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_read() local
932 memset (&op_cmpl, 0 ,sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_read()
941 op_cmpl.status = BTA_GATT_ERROR; in bta_gattc_read()
948 op_cmpl.status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_BY_HANDLE, &read_param); in bta_gattc_read()
952 if (op_cmpl.status != BTA_GATT_OK) in bta_gattc_read()
954 op_cmpl.op_code = GATTC_OPTYPE_READ; in bta_gattc_read()
955 op_cmpl.p_cmpl = NULL; in bta_gattc_read()
957 bta_gattc_sm_execute(p_clcb, BTA_GATTC_OP_CMPL_EVT, (tBTA_GATTC_DATA *)&op_cmpl); in bta_gattc_read()
974 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_read_multi() local
1025 memset(&op_cmpl, 0, sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_read_multi()
[all …]
Dbta_gattc_int.h193 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 },