| /packages/apps/Messaging/src/com/android/messaging/util/ |
| D | WakeLockHelper.java | 51 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/blueberry/tests/gd/cert/ |
| D | matchers.py | 27 def CommandComplete(opcode): argument 31 def ExtractMatchingCommandComplete(packet_bytes, opcode=None): argument 35 def _is_matching_command_complete(packet_bytes, opcode=None): argument 39 def _extract_matching_command_complete(packet_bytes, opcode=None): argument 48 def CommandStatus(opcode=None): argument 52 def ExtractMatchingCommandStatus(packet_bytes, opcode=None): argument 56 def _is_matching_command_status(packet_bytes, opcode=None): argument 60 def _extract_matching_command_status(packet_bytes, opcode=None): argument
|
| D | py_hal.py | 135 def wait_for_complete(self, opcode): argument 138 def wait_for_status(self, opcode): argument
|
| /packages/modules/Bluetooth/system/gd/hal/ |
| D | mgmt.h | 31 uint16_t opcode; member 39 uint16_t opcode; member 53 uint16_t opcode; member
|
| /packages/modules/Bluetooth/system/stack/btu/ |
| D | btu_hcif.cc | 361 static void btu_hcif_log_command_metrics(uint16_t opcode, const uint8_t* p_cmd, in btu_hcif_log_command_metrics() 587 uint16_t opcode; in btu_hcif_send_cmd() local 626 uint16_t opcode, const uint8_t* p_return_params) { in btu_hcif_log_command_complete_metrics() 673 command_opcode_t opcode; in btu_hcif_command_complete_evt_with_cb_on_task() local 703 command_opcode_t opcode; in btu_hcif_command_status_evt_with_cb_on_task() local 740 uint16_t opcode, uint8_t* params, in btu_hcif_send_cmd_with_cb() 912 static void btu_hcif_hdl_command_complete(uint16_t opcode, uint8_t* p, in btu_hcif_hdl_command_complete() 1030 command_opcode_t opcode; in btu_hcif_command_complete_evt_on_task() local 1061 static void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, in btu_hcif_hdl_command_status() 1163 uint16_t opcode, uint8_t status, const uint8_t* p_cmd) { in btu_hcif_hdl_command_status() [all …]
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
| D | Request.java | 35 public Request(int opcode, int arg) { in Request() 107 int opcode = opcodes & i; in toString() local 121 private static String singleOpcodeToString(int opcode) { in singleOpcodeToString() 195 static String toString(int opcode) { in toString()
|
| /packages/modules/Bluetooth/system/stack/avrc/ |
| D | avrc_utils.cc | 191 uint8_t opcode = 0; in avrc_opcode_from_pdu() local 226 bool avrc_is_valid_opcode(uint8_t opcode) { in avrc_is_valid_opcode()
|
| /packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
| D | ActionServiceImpl.java | 140 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
|
| D | BackgroundWorkerService.java | 91 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/ |
| D | res_debug.cpp | 155 int opcode = ns_msg_getflag(*handle, ns_f_opcode); in do_section() local 254 uint32_t opcode, rcode, id; in res_pquery() local 456 const char* p_section(int section, int opcode) { in p_section()
|
| /packages/modules/Bluetooth/system/stack/include/ |
| D | avrc_defs.h | 887 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/ |
| D | mock_btif_bluetooth.cc | 74 int dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len) { in dut_mode_send() 97 int le_test_mode(uint16_t opcode, uint8_t* buf, uint8_t len) { in le_test_mode()
|
| D | mock_stack_avrc_utils.cc | 74 bool avrc_is_valid_opcode(uint8_t opcode) { in avrc_is_valid_opcode()
|
| /packages/modules/Bluetooth/system/rust/src/utils/ |
| D | packet.rs | 11 let opcode = HACK_child_to_opcode(&child); in build_att_view_or_crash() localVariable
|
| /packages/modules/Bluetooth/system/bta/ras/ |
| D | ras_utils.cc | 90 std::string GetOpcodeText(Opcode opcode) { in GetOpcodeText()
|
| /packages/modules/Bluetooth/system/packet/avrcp/ |
| D | avrcp_packet.h | 54 Opcode opcode) in PacketBuilder()
|
| D | avrcp_packet.cc | 27 CType type, uint8_t subunit_type, uint8_t subunit_id, Opcode opcode, in MakeBuilder()
|
| /packages/modules/Bluetooth/system/bta/vc/ |
| D | vc.cc | 422 uint8_t opcode = in HandleAutonomusVolumeChange() local 849 uint8_t opcode, in PrepareVolumeControlOperation() 883 uint8_t opcode = mute ? kControlPointOpcodeMute : kControlPointOpcodeUnmute; in MuteUnmute() local 959 uint8_t opcode = kControlPointOpcodeSetAbsoluteVolume; in SetVolume() local 1159 uint8_t opcode, in devices_control_point_helper() 1174 uint8_t ext_output_id, uint8_t opcode, in ext_audio_out_control_point_helper()
|
| D | device.cc | 219 void VolumeControlDevice::ControlPointOperation(uint8_t opcode, in ControlPointOperation() 403 uint8_t ext_output_id, uint8_t opcode, const std::vector<uint8_t>* arg, in ExtAudioOutControlPointOperation()
|
| D | devices.h | 223 void ControlPointOperation(std::vector<RawAddress>& devices, uint8_t opcode, in ControlPointOperation()
|
| /packages/modules/Bluetooth/system/bta/has/ |
| D | has_ctp.h | 85 PresetCtpOpcode opcode; member 102 PresetCtpOpcode opcode; member
|
| /packages/modules/Bluetooth/system/include/hardware/avrcp/ |
| D | avrcp_logging_helper.h | 53 inline std::string OpcodeText(const Opcode& opcode) { in OpcodeText()
|
| /packages/modules/Bluetooth/system/gd/hci/ |
| D | msft.cc | 36 std::optional<uint16_t> opcode; member 129 uint16_t opcode = hal_->getMsftOpcode(); in supports_msft_extensions() local
|
| /packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
| D | Bpf2Apf.java | 84 String opcode = line.substring(6, 10).trim(); in convertLine() local
|
| /packages/modules/Bluetooth/system/btif/src/ |
| D | btif_util.cc | 302 std::string dump_rc_opcode(uint8_t opcode) { in dump_rc_opcode()
|