Searched defs:operation (Results 1 - 6 of 6) sorted by relevance

/system/keymaster/
H A Doperation_table.cpp24 #include "operation.h"
29 delete operation;
30 operation = NULL;
34 keymaster_error_t OperationTable::Add(Operation* operation, argument
42 UniquePtr<Operation> op(operation);
52 if (table_[i].operation == NULL) {
53 table_[i].operation = op.release();
70 return table_[i].operation;
81 delete table_[i].operation;
82 table_[i].operation
[all...]
H A Doperation_table.h35 operation = NULL;
39 Operation* operation; member in struct:keymaster::OperationTable::Entry
42 keymaster_error_t Add(Operation* operation, keymaster_operation_handle_t* op_handle);
H A Dandroid_keymaster.cpp36 #include "operation.h"
237 UniquePtr<Operation> operation(
239 if (operation.get() == NULL)
247 operation->set_key_id(key_id);
256 response->error = operation->Begin(request.additional_params, &response->output_params);
260 operation->SetAuthorizations(key->authorizations());
261 response->error = operation_table_->Add(operation.release(), &response->op_handle);
270 Operation* operation = operation_table_->Find(request.op_handle); local
271 if (operation == NULL)
276 operation
299 Operation* operation = operation_table_->Find(request.op_handle); local
[all...]
/system/bt/stack/gatt/
H A Dgatt_int.h407 UINT8 operation; /* one logic channel can have one operation active */ member in struct:__anon877
408 UINT8 op_subtype; /* operation subtype */
409 UINT8 status; /* operation status */
H A Dgatt_utils.c1177 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY &&
1234 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY &&
2121 UINT8 op = p_clcb->operation, disc_type=GATT_DISC_MAX;
2124 UINT8 operation; local
2127 status, p_clcb->operation, p_clcb->op_subtype);
2130 if (p_cmpl_cb != NULL && p_clcb->operation != 0)
2132 if (p_clcb->operation == GATTC_OPTYPE_READ)
2141 if (p_clcb->operation == GATTC_OPTYPE_WRITE)
2159 if (p_clcb->operation == GATTC_OPTYPE_CONFIG)
2162 if (p_clcb->operation
[all...]
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h284 uint8_t operation; member in struct:android::blend_state_t

Completed in 348 milliseconds