Searched refs:opcode (Results 76 - 98 of 98) sorted by relevance

1234

/system/bt/stack/include/
H A Dbtm_api.h184 extern void BTM_VendorSpecificCommand(uint16_t opcode, uint8_t param_len,
H A Dhcimsgs.h660 extern void btsnd_hcic_vendor_spec_cmd(void* buffer, uint16_t opcode,
H A Dbtm_api_types.h81 uint16_t opcode; member in struct:__anon1113
/system/core/libpixelflinger/
H A Dbuffer.cpp210 v = logic_op(c->state.logic_op.opcode, v, d);
/system/core/libpixelflinger/codeflinger/
H A DMIPS64Assembler.h95 virtual void dataProcessing(int opcode, int cc, int s,
308 // opcode field of all instructions
329 // func field for special opcode
349 // func field for spec3 opcode
H A DMIPSAssembler.cpp411 void ArmToMipsAssembler::dataProcessing(int opcode, int cc, argument
426 switch (opcode) {
593 if (s && opcode != opCMP) {
1940 // using this as special opcode for not-yet-implemented ARM instruction
1947 // using this as special opcode for purposefully NOT implemented ARM instruction
H A DARMAssemblerInterface.h123 dataProcessing( int opcode, int cc, int s,
H A DMIPSAssembler.h90 virtual void dataProcessing(int opcode, int cc, int s,
430 // opcode field of all instructions
451 // func field for special opcode
471 // func field for spec2 opcode
480 // func field for spec3 opcode
H A Dtexturing.cpp232 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local
233 switch(opcode) {
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h312 uint16_t opcode; member in struct:android::logic_op_state_t
/system/nfc/src/nfa/ee/
H A Dnfa_ee_main.cc349 cbk.opcode = NCI_MSG_RF_SET_ROUTING;
H A Dnfa_ee_act.cc2083 if (p_rsp->opcode == NCI_MSG_RF_SET_ROUTING) nfa_ee_cb.wait_rsp--;
/system/nfc/src/nfc/tags/
H A Dce_t3t.cc106 ** Description Valid opcode
157 void ce_t3t_send_rsp(tCE_CB* p_ce_cb, uint8_t* p_nfcid2, uint8_t opcode, argument
173 UINT8_TO_STREAM(p_dst, opcode);
590 LOG(ERROR) << StringPrintf("Unhandled CE opcode: %02x", cmd_id);
647 /* Get and validate command opcode */
/system/bt/stack/btm/
H A Dbtm_ble.cc1175 params.opcode = op_code;
2440 if (p && p->opcode == HCI_BLE_ENCRYPT) {
2483 if (p && p->opcode == HCI_BLE_ENCRYPT) {
H A Dbtm_ble_gap.cc488 CHECK(p_vcs_cplt_params->opcode == HCI_BLE_VENDOR_CAP_OCF);
/system/bt/bta/av/
H A Dbta_av_int.h345 uint8_t opcode; member in struct:__anon53
H A Dbta_av_aact.cc3083 if (param->opcode != VS_HCI_A2DP_OFFLOAD_STOP)
/system/bt/btif/src/
H A Dbtif_av.cc745 if ((p_msg_src->hdr.opcode == AVRC_OP_VENDOR) &&
752 if ((p_msg_src->hdr.opcode == AVRC_OP_BROWSE) &&
774 if (av->meta_msg.p_msg->hdr.opcode == AVRC_OP_VENDOR) {
777 if (av->meta_msg.p_msg->hdr.opcode == AVRC_OP_BROWSE) {
H A Dbtif_dm.cc3143 bt_status_t btif_le_test_mode(uint16_t opcode, uint8_t* buf, uint8_t len) { argument
3144 switch (opcode) {
3158 opcode);
/system/connectivity/wifilogd/tests/
H A Dcommand_processor_unittest.cpp219 using opcode_enum_t = decltype(protocol::Command::opcode);
/system/bt/stack/hcic/
H A Dhcicmds.cc1407 void btsnd_hcic_vendor_spec_cmd(void* buffer, uint16_t opcode, uint8_t len, argument
1419 UINT16_TO_STREAM(pp, HCI_GRP_VENDOR_SPECIFIC | opcode);
/system/bt/stack/smp/
H A Dsmp_keys.cc157 p_out->opcode = HCI_BLE_ENCRYPT;
245 output.opcode = HCI_BLE_ENCRYPT;
/system/bt/tools/mcap_tool/
H A Dmcap_tool.cc474 static void dut_mode_recv(uint16_t opcode, uint8_t* buf, uint8_t len) { argument

Completed in 862 milliseconds

1234