Home
last modified time | relevance | path

Searched refs:op_type (Results 1 – 12 of 12) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DArm64Assembler.cpp578 int Rd, int Rn, uint32_t op_type, uint32_t size) in dataTransfer() argument
584 if(op_type == OPERAND_IMM) in dataTransfer()
614 else if(op_type == OPERAND_REG_OFFSET) in dataTransfer()
621 else if(op_type > OPERAND_UNSUPPORTED) in dataTransfer()
634 void ArmToArm64Assembler::ADDR_LDR(int cc, int Rd, int Rn, uint32_t op_type) in ADDR_LDR() argument
636 return dataTransfer(opLDR, cc, Rd, Rn, op_type, 64); in ADDR_LDR()
638 void ArmToArm64Assembler::ADDR_STR(int cc, int Rd, int Rn, uint32_t op_type) in ADDR_STR() argument
640 return dataTransfer(opSTR, cc, Rd, Rn, op_type, 64); in ADDR_STR()
642 void ArmToArm64Assembler::LDR(int cc, int Rd, int Rn, uint32_t op_type) in LDR() argument
644 return dataTransfer(opLDR, cc, Rd, Rn, op_type); in LDR()
[all …]
/system/update_engine/payload_consumer/
Dpayload_constants.cc45 const char* InstallOperationTypeName(InstallOperation_Type op_type) { in InstallOperationTypeName() argument
46 switch (op_type) { in InstallOperationTypeName()
Dpayload_constants.h73 const char* InstallOperationTypeName(InstallOperation_Type op_type);
/system/update_engine/payload_generator/
Dfull_update_generator.cc105 InstallOperation_Type op_type; in ProcessChunk() local
107 buffer_in_, version_, &op_blob, &op_type)); in ProcessChunk()
109 aop_->op.set_type(op_type); in ProcessChunk()
Dcycle_breaker.cc58 InstallOperation_Type op_type = graph[i].aop.op.type(); in BreakCycles() local
59 if (op_type == InstallOperation::REPLACE || in BreakCycles()
60 op_type == InstallOperation::REPLACE_BZ) { in BreakCycles()
Dab_generator.cc286 InstallOperation_Type op_type; in AddDataAndSetType() local
288 diff_utils::GenerateBestFullOperation(data, version, &blob, &op_type)); in AddDataAndSetType()
292 if (aop->op.type() != op_type || aop->op.data_length() != blob.size()) { in AddDataAndSetType()
293 aop->op.set_type(op_type); in AddDataAndSetType()
Ddelta_diff_utils.cc593 InstallOperation_Type op_type; in ReadExtentsToDiff() local
595 GenerateBestFullOperation(new_data, version, &data_blob, &op_type)); in ReadExtentsToDiff()
596 operation.set_type(op_type); in ReadExtentsToDiff()
717 bool IsAReplaceOperation(InstallOperation_Type op_type) { in IsAReplaceOperation() argument
718 return (op_type == InstallOperation::REPLACE || in IsAReplaceOperation()
719 op_type == InstallOperation::REPLACE_BZ || in IsAReplaceOperation()
720 op_type == InstallOperation::REPLACE_XZ); in IsAReplaceOperation()
Ddelta_diff_utils.h123 bool IsAReplaceOperation(InstallOperation_Type op_type);
/system/bt/stack/gap/
Dgap_ble.c622 UINT16 op_type; in gap_ble_c_cmpl_cback() local
630 op_type = p_clcb->cl_op_uuid; in gap_ble_c_cmpl_cback()
632 …gap_ble_c_cmpl_cback() - op_code: 0x%02x status: 0x%02x read_type: 0x%04x", op, status, op_type); in gap_ble_c_cmpl_cback()
645 switch (op_type) in gap_ble_c_cmpl_cback()
/system/bt/bta/hh/
Dbta_hh_le.c200 static void gatt_queue_read_op(UINT8 op_type, UINT16 conn_id, UINT16 handle) { in gatt_queue_read_op() argument
206 op->type = op_type; in gatt_queue_read_op()
214 static void gatt_queue_write_op(UINT8 op_type, UINT16 conn_id, UINT16 handle, UINT16 len, in gatt_queue_write_op() argument
221 op->type = op_type; in gatt_queue_write_op()
/system/bt/stack/include/
Dbtm_ble_api.h785 UINT8 op_type; member
/system/bt/stack/btm/
Dbtm_ble_adv_filter.c331 btm_ble_adv_filt_cb.op_type = 0; in btm_ble_scan_pf_cmpl_cback()