Searched defs:operation (Results 1 – 12 of 12) sorted by relevance
/system/keymaster/android_keymaster/ |
D | operation_table.cpp | 25 keymaster_error_t OperationTable::Add(OperationPtr&& operation) { in Add()
|
D | android_keymaster.cpp | 278 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/ |
D | delta_performer.cc | 985 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/ |
D | ble_advertiser_hci_interface.cc | 161 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()
|
D | btm_ble_multi_adv.cc | 751 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/ |
D | delta_diff_utils.cc | 624 InstallOperation operation; in DeltaMovedAndZeroBlocks() local 704 InstallOperation operation; in DeltaReadFile() local 823 InstallOperation operation; in ReadExtentsToDiff() local
|
D | inplace_generator.cc | 654 const InstallOperation& operation, in AddInstallOpToBlocksVector() 690 const InstallOperation& operation, in AddInstallOpToGraph()
|
/system/keymaster/contexts/ |
D | pure_soft_keymaster_context.cpp | 301 OperationPtr operation( in UnwrapKey() local
|
/system/update_engine/ |
D | update_attempter_android.cc | 431 for (const InstallOperation& operation : partition.operations()) { in VerifyPayloadApplicable() local
|
/system/security/keystore/ |
D | keymaster_worker.cpp | 474 auto operation = operationMap_.getOperation(operationToken); in begin() local 487 auto operation = weak_operation.lock(); in begin() local
|
/system/bt/stack/gatt/ |
D | gatt_utils.cc | 1189 uint8_t operation; in gatt_end_operation() local
|
D | gatt_int.h | 318 uint8_t operation; /* one logic channel can have one operation active */ member
|