Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 72) sorted by relevance

123

/packages/apps/Messaging/src/com/android/messaging/util/
DWakeLockHelper.java51 public void acquire(final Context context, final Intent intent, final int opcode) { in acquire()
80 public boolean ensure(final Intent intent, final int opcode) { in ensure()
106 public void release(final Intent intent, final int opcode) { in release()
/packages/modules/Bluetooth/system/gd/packet/parser/
Dgen_rust.cc116 auto opcode = std::get<std::string>(constraint->second); in generate_rust_source_one_file() local
137 EnumDef* opcode = nullptr; in generate_rust_source_one_file() local
169 auto opcode = std::get<std::string>(constraint->second); in generate_rust_source_one_file() local
190 EnumDef* opcode = nullptr; in generate_rust_source_one_file() local
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc437 static void btu_hcif_log_command_metrics(uint16_t opcode, const uint8_t* p_cmd, in btu_hcif_log_command_metrics()
693 uint16_t opcode; in btu_hcif_send_cmd() local
741 uint16_t opcode, const uint8_t* p_return_params) { in btu_hcif_log_command_complete_metrics()
799 command_opcode_t opcode; in btu_hcif_command_complete_evt_with_cb_on_task() local
830 command_opcode_t opcode; in btu_hcif_command_status_evt_with_cb_on_task() local
868 uint16_t opcode, uint8_t* params, in btu_hcif_send_cmd_with_cb()
1176 static void btu_hcif_hdl_command_complete(uint16_t opcode, uint8_t* p, in btu_hcif_hdl_command_complete()
1294 command_opcode_t opcode; in btu_hcif_command_complete_evt_on_task() local
1323 static void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, in btu_hcif_hdl_command_status()
1437 uint16_t opcode, uint8_t status, const uint8_t* p_cmd, in btu_hcif_hdl_command_status()
[all …]
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_utils.cc184 uint8_t opcode = 0; in avrc_opcode_from_pdu() local
219 bool avrc_is_valid_opcode(uint8_t opcode) { in avrc_is_valid_opcode()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DActionServiceImpl.java140 private static Intent makeIntent(final int opcode) { in makeIntent()
156 public static Intent makeIntent(final int opcode) { in makeIntent()
226 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in startServiceWithIntent() local
245 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in onHandleWork() local
DBackgroundWorkerService.java91 private static void startServiceWithIntent(final int opcode, final Intent intent) { in startServiceWithIntent()
111 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in onHandleWork() local
/packages/modules/DnsResolver/
Dres_debug.cpp157 int opcode = ns_msg_getflag(*handle, ns_f_opcode); in do_section() local
256 uint32_t opcode, rcode, id; in res_pquery() local
458 const char* p_section(int section, int opcode) { in p_section()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h887 uint8_t opcode; /* Op Code (passthrough, vendor, etc) */ member
1105 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1113 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1121 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1130 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1139 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1148 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1158 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1167 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1175 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_bluetooth.cc82 int dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len) { in dut_mode_send()
105 int le_test_mode(uint16_t opcode, uint8_t* buf, uint8_t len) { in le_test_mode()
Dmock_stack_btm_devctl.cc96 void BTM_VendorSpecificCommand(uint16_t opcode, uint8_t param_len, in BTM_VendorSpecificCommand()
120 void btm_vsc_complete(uint8_t* p, uint16_t opcode, uint16_t evt_len, in btm_vsc_complete()
Dmock_stack_btu_hcif.cc57 uint16_t opcode, uint8_t* params, in btu_hcif_send_cmd_with_cb()
Dmock_bta_vc_device.cc79 void VolumeControlDevice::ControlPointOperation(uint8_t opcode, in ControlPointOperation()
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dmatchers.py33 def CommandComplete(opcode): argument
37 def ExtractMatchingCommandComplete(packet_bytes, opcode=None): argument
41 def _is_matching_command_complete(packet_bytes, opcode=None): argument
45 def _extract_matching_command_complete(packet_bytes, opcode=None): argument
59 def CommandStatus(opcode=None): argument
63 def ExtractMatchingCommandStatus(packet_bytes, opcode=None): argument
67 def _is_matching_command_status(packet_bytes, opcode=None): argument
71 def _extract_matching_command_status(packet_bytes, opcode=None): argument
Dpy_hal.py131 def wait_for_complete(self, opcode): argument
134 def wait_for_status(self, opcode): argument
/packages/modules/Bluetooth/system/gd/btaa/linux_generic/
Dcmd_evt_classification.cc22 CmdEvtActivityClassification lookup_cmd(hci::OpCode opcode) { in lookup_cmd()
/packages/modules/Bluetooth/system/packet/avrcp/
Davrcp_packet.h55 Opcode opcode) in PacketBuilder()
Davrcp_packet.cc28 CType type, uint8_t subunit_type, uint8_t subunit_id, Opcode opcode, in MakeBuilder()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DRequest.java37 public Request(int opcode, int arg) { in Request()
134 static String toString(int opcode) { in toString()
/packages/modules/Bluetooth/system/gd/btaa/
Dhci_processor.h46 hci::OpCode opcode; member
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_logging_helper.h54 inline std::string OpcodeText(const Opcode& opcode) { in OpcodeText()
/packages/modules/Bluetooth/system/bta/vc/
Dvc.cc398 uint8_t opcode = in HandleAutonomusVolumeChange() local
820 uint8_t opcode, in PrepareVolumeControlOperation()
855 uint8_t opcode = mute ? kControlPointOpcodeMute : kControlPointOpcodeUnmute; in MuteUnmute() local
916 uint8_t opcode = kControlPointOpcodeSetAbsoluteVolume; in SetVolume() local
1098 uint8_t opcode, in devices_control_point_helper()
1113 uint8_t ext_output_id, uint8_t opcode, in ext_audio_out_control_point_helper()
Ddevice.cc215 void VolumeControlDevice::ControlPointOperation(uint8_t opcode, in ControlPointOperation()
399 uint8_t ext_output_id, uint8_t opcode, const std::vector<uint8_t>* arg, in ExtAudioOutControlPointOperation()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_devctl.cc455 void BTM_VendorSpecificCommand(uint16_t opcode, uint8_t param_len, in BTM_VendorSpecificCommand()
479 void btm_vsc_complete(uint8_t* p, uint16_t opcode, uint16_t evt_len, in btm_vsc_complete()
/packages/modules/Bluetooth/system/bta/has/
Dhas_ctp.h82 PresetCtpOpcode opcode; member
99 PresetCtpOpcode opcode; member
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DBpf2Apf.java62 String opcode = line.substring(6, 10).trim(); in convertLine() local

123