Searched refs:operation (Results 1 – 7 of 7) sorted by relevance
/system/keymaster/ |
D | google_keymaster.cpp | 45 if (operation_table_[i].operation != NULL) in ~GoogleKeymaster() 46 delete operation_table_[i].operation; in ~GoogleKeymaster() 200 UniquePtr<Operation> operation(key->CreateOperation(request.purpose, &response->error)); in BeginOperation() local 201 if (operation.get() == NULL) in BeginOperation() 204 response->error = operation->Begin(); in BeginOperation() 208 response->error = AddOperation(operation.release(), &response->op_handle); in BeginOperation() 219 response->error = entry->operation->Update(request.input, &response->output); in UpdateOperation() 234 response->error = entry->operation->Finish(request.signature, &response->output); in FinishOperation() 437 keymaster_error_t GoogleKeymaster::AddOperation(Operation* operation, in AddOperation() argument 439 UniquePtr<Operation> op(operation); in AddOperation() [all …]
|
/system/keymaster/include/keymaster/ |
D | google_keymaster.h | 118 operation = NULL; in OpTableEntry() 121 Operation* operation; member 124 keymaster_error_t AddOperation(Operation* operation, keymaster_operation_handle_t* op_handle);
|
/system/core/ |
D | README | 4 essential bits are required for basic booting, operation, and debugging.
|
/system/core/libpixelflinger/codeflinger/ |
D | Arm64Assembler.h | 186 void dataTransfer(int operation, int cc, int Rd, int Rn, 197 uint32_t A64_LDRSTR_Wm_SXTW_0(uint32_t operation,
|
/system/core/include/system/ |
D | window.h | 514 int operation, ... );
|
/system/core/logcat/ |
D | event.logtags | 93 # Database operation samples.
|
/system/core/include/private/pixelflinger/ |
D | ggl_context.h | 284 uint8_t operation;
|