Searched refs:op_cmpl (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_act.c | 880 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 …]
|
D | bta_gattc_int.h | 190 tBTA_GATTC_OP_CMPL op_cmpl; member
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
D | cpp.c | 359 static int op_cmpl(int a) { return ~a; } in op_cmpl() function 390 { '~', op_cmpl },
|