Home
last modified time | relevance | path

Searched defs:operation (Results 1 – 12 of 12) sorted by relevance

/system/keymaster/android_keymaster/
Doperation_table.cpp25 keymaster_error_t OperationTable::Add(OperationPtr&& operation) { in Add()
Dandroid_keymaster.cpp278 OperationPtr operation( in BeginOperation() local
308 Operation* operation = operation_table_->Find(request.op_handle); in UpdateOperation() local
337 Operation* operation = operation_table_->Find(request.op_handle); in FinishOperation() local
361 Operation* operation = operation_table_->Find(request.op_handle); in AbortOperation() local
/system/update_engine/payload_consumer/
Ddelta_performer.cc985 const chromeos_update_engine::InstallOperation& operation) { in CanPerformInstallOperation()
1001 const InstallOperation& operation) { in PerformReplaceOperation()
1038 const InstallOperation& operation) { in PerformZeroOrDiscardOperation()
1077 bool DeltaPerformer::PerformMoveOperation(const InstallOperation& operation) { in PerformMoveOperation()
1129 const InstallOperation& operation, in ValidateSourceHash()
1167 const InstallOperation& operation, ErrorCode* error) { in PerformSourceCopyOperation()
1243 const InstallOperation& operation, ErrorCode* error) { in ChooseSourceFD()
1319 bool DeltaPerformer::PerformBsdiffOperation(const InstallOperation& operation) { in PerformBsdiffOperation()
1424 const InstallOperation& operation, ErrorCode* error) { in PerformSourceBsdiffOperation()
1534 bool DeltaPerformer::PerformPuffDiffOperation(const InstallOperation& operation, in PerformPuffDiffOperation()
[all …]
/system/bt/stack/btm/
Dble_advertiser_hci_interface.cc161 void SetAdvertisingData(uint8_t handle, uint8_t operation, in SetAdvertisingData()
186 void SetScanResponseData(uint8_t handle, uint8_t operation, in SetScanResponseData()
387 void SetAdvertisingData(uint8_t handle, uint8_t operation, in SetAdvertisingData()
412 void SetScanResponseData(uint8_t handle, uint8_t operation, in SetScanResponseData()
572 void SetAdvertisingData(uint8_t handle, uint8_t operation, in SetAdvertisingData()
592 void SetScanResponseData(uint8_t handle, uint8_t operation, in SetScanResponseData()
673 void SetPeriodicAdvertisingData(uint8_t handle, uint8_t operation, in SetPeriodicAdvertisingData()
Dbtm_ble_multi_adv.cc751 uint8_t operation, uint8_t length, uint8_t* data, in SetDataAdvDataSender()
789 uint8_t operation = isFirst ? moreThanOnePacket ? FIRST : COMPLETE in DivideAndSendDataRecursively() local
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc624 InstallOperation operation; in DeltaMovedAndZeroBlocks() local
704 InstallOperation operation; in DeltaReadFile() local
823 InstallOperation operation; in ReadExtentsToDiff() local
Dinplace_generator.cc654 const InstallOperation& operation, in AddInstallOpToBlocksVector()
690 const InstallOperation& operation, in AddInstallOpToGraph()
/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp301 OperationPtr operation( in UnwrapKey() local
/system/update_engine/
Dupdate_attempter_android.cc431 for (const InstallOperation& operation : partition.operations()) { in VerifyPayloadApplicable() local
/system/security/keystore/
Dkeymaster_worker.cpp474 auto operation = operationMap_.getOperation(operationToken); in begin() local
487 auto operation = weak_operation.lock(); in begin() local
/system/bt/stack/gatt/
Dgatt_utils.cc1189 uint8_t operation; in gatt_end_operation() local
Dgatt_int.h318 uint8_t operation; /* one logic channel can have one operation active */ member