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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c 929 tBTA_GATTC_OP_CMPL op_cmpl; local
932 memset (&op_cmpl, 0 ,sizeof(tBTA_GATTC_OP_CMPL));
941 op_cmpl.status = BTA_GATT_ERROR;
948 op_cmpl.status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_BY_HANDLE, &read_param);
952 if (op_cmpl.status != BTA_GATT_OK)
954 op_cmpl.op_code = GATTC_OPTYPE_READ;
955 op_cmpl.p_cmpl = NULL;
957 bta_gattc_sm_execute(p_clcb, BTA_GATTC_OP_CMPL_EVT, (tBTA_GATTC_DATA *)&op_cmpl);
974 tBTA_GATTC_OP_CMPL op_cmpl; local
1048 tBTA_GATTC_OP_CMPL op_cmpl; local
1096 tBTA_GATTC_OP_CMPL op_cmpl; local
    [all...]
bta_gattc_int.h 193 tBTA_GATTC_OP_CMPL op_cmpl; member in union:__anon2514
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c 359 static int op_cmpl(int a) { return ~a; } function
390 { '~', op_cmpl },
    [all...]

Completed in 39 milliseconds