Home
last modified time | relevance | path

Searched defs:op_type (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/payload_consumer/
Dpayload_constants.cc45 const char* InstallOperationTypeName(InstallOperation_Type op_type) { in InstallOperationTypeName()
/system/update_engine/payload_generator/
Dcycle_breaker.cc58 InstallOperation_Type op_type = graph[i].aop.op.type(); in BreakCycles() local
Dfull_update_generator.cc105 InstallOperation_Type op_type; in ProcessChunk() local
Dab_generator.cc286 InstallOperation_Type op_type; in AddDataAndSetType() local
Ddelta_diff_utils.cc593 InstallOperation_Type op_type; in ReadExtentsToDiff() local
717 bool IsAReplaceOperation(InstallOperation_Type op_type) { in IsAReplaceOperation()
/system/core/libpixelflinger/codeflinger/
DArm64Assembler.cpp578 int Rd, int Rn, uint32_t op_type, uint32_t size) in dataTransfer()
634 void ArmToArm64Assembler::ADDR_LDR(int cc, int Rd, int Rn, uint32_t op_type) in ADDR_LDR()
638 void ArmToArm64Assembler::ADDR_STR(int cc, int Rd, int Rn, uint32_t op_type) in ADDR_STR()
642 void ArmToArm64Assembler::LDR(int cc, int Rd, int Rn, uint32_t op_type) in LDR()
646 void ArmToArm64Assembler::LDRB(int cc, int Rd, int Rn, uint32_t op_type) in LDRB()
650 void ArmToArm64Assembler::STR(int cc, int Rd, int Rn, uint32_t op_type) in STR()
655 void ArmToArm64Assembler::STRB(int cc, int Rd, int Rn, uint32_t op_type) in STRB()
660 void ArmToArm64Assembler::LDRH(int cc, int Rd, int Rn, uint32_t op_type) in LDRH()
673 void ArmToArm64Assembler::STRH(int cc, int Rd, int Rn, uint32_t op_type) in STRH()
/system/bt/stack/gap/
Dgap_ble.c622 UINT16 op_type; in gap_ble_c_cmpl_cback() local
/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()
214 static void gatt_queue_write_op(UINT8 op_type, UINT16 conn_id, UINT16 handle, UINT16 len, in gatt_queue_write_op()
/system/bt/stack/include/
Dbtm_ble_api.h785 UINT8 op_type; member