/system/core/libpixelflinger/codeflinger/ |
D | Arm64Assembler.cpp | 578 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/ |
D | payload_constants.cc | 45 const char* InstallOperationTypeName(InstallOperation_Type op_type) { in InstallOperationTypeName() argument 46 switch (op_type) { in InstallOperationTypeName()
|
D | payload_constants.h | 73 const char* InstallOperationTypeName(InstallOperation_Type op_type);
|
/system/update_engine/payload_generator/ |
D | full_update_generator.cc | 105 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()
|
D | cycle_breaker.cc | 58 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()
|
D | ab_generator.cc | 286 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()
|
D | delta_diff_utils.cc | 593 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()
|
D | delta_diff_utils.h | 123 bool IsAReplaceOperation(InstallOperation_Type op_type);
|
/system/bt/stack/gap/ |
D | gap_ble.c | 622 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/ |
D | bta_hh_le.c | 200 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/ |
D | btm_ble_api.h | 785 UINT8 op_type; member
|
/system/bt/stack/btm/ |
D | btm_ble_adv_filter.c | 331 btm_ble_adv_filt_cb.op_type = 0; in btm_ble_scan_pf_cmpl_cback()
|