/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/gd/packet/parser/ |
D | gen_rust.cc | 116 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/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 | 412 static void btu_hcif_log_command_metrics(uint16_t opcode, const uint8_t* p_cmd, in btu_hcif_log_command_metrics() 637 uint16_t opcode; in btu_hcif_send_cmd() local 685 uint16_t opcode, const uint8_t* p_return_params) { in btu_hcif_log_command_complete_metrics() 731 command_opcode_t opcode; in btu_hcif_command_complete_evt_with_cb_on_task() local 762 command_opcode_t opcode; in btu_hcif_command_status_evt_with_cb_on_task() local 800 uint16_t opcode, uint8_t* params, in btu_hcif_send_cmd_with_cb() 1072 static void btu_hcif_hdl_command_complete(uint16_t opcode, uint8_t* p, in btu_hcif_hdl_command_complete() 1188 command_opcode_t opcode; in btu_hcif_command_complete_evt_on_task() local 1217 static void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, in btu_hcif_hdl_command_status() 1331 uint16_t opcode, uint8_t status, const uint8_t* p_cmd, in btu_hcif_hdl_command_status() [all …]
|
/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_utils.cc | 184 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/ |
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 | 157 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/ |
D | avrc_defs.h | 888 uint8_t opcode; /* Op Code (passthrough, vendor, etc) */ member 1106 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1114 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1122 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1131 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1140 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1149 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1159 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1168 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1176 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member [all …]
|
/packages/modules/Bluetooth/system/gd/btaa/linux_generic/ |
D | cmd_evt_classification.cc | 22 CmdEvtActivityClassification lookup_cmd(hci::OpCode opcode) { in lookup_cmd()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_devctl.cc | 103 void BTM_VendorSpecificCommand(uint16_t opcode, uint8_t param_len, in BTM_VendorSpecificCommand() 125 void btm_vsc_complete(uint8_t* p, uint16_t opcode, uint16_t evt_len, in btm_vsc_complete()
|
D | mock_stack_btu_hcif.cc | 56 uint16_t opcode, uint8_t* params, in btu_hcif_send_cmd_with_cb()
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | matchers.py | 35 def CommandComplete(opcode): argument 39 def ExtractMatchingCommandComplete(packet_bytes, opcode=None): argument 43 def _is_matching_command_complete(packet_bytes, opcode=None): argument 47 def _extract_matching_command_complete(packet_bytes, opcode=None): argument 56 def CommandStatus(opcode=None): argument 60 def ExtractMatchingCommandStatus(packet_bytes, opcode=None): argument 64 def _is_matching_command_status(packet_bytes, opcode=None): argument 68 def _extract_matching_command_status(packet_bytes, opcode=None): argument
|
/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/packet/avrcp/ |
D | avrcp_packet.h | 55 Opcode opcode) in PacketBuilder()
|
D | avrcp_packet.cc | 28 CType type, uint8_t subunit_type, uint8_t subunit_id, Opcode opcode, in MakeBuilder()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | Request.java | 37 public Request(int opcode, int arg) { in Request() 134 static String toString(int opcode) { in toString()
|
/packages/modules/Bluetooth/system/gd/btaa/ |
D | hci_processor.h | 46 hci::OpCode opcode; member
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | vc.cc | 401 uint8_t opcode = in HandleAutonomusVolumeChange() local 825 uint8_t opcode, in PrepareVolumeControlOperation() 860 uint8_t opcode = mute ? kControlPointOpcodeMute : kControlPointOpcodeUnmute; in MuteUnmute() local 922 uint8_t opcode = kControlPointOpcodeSetAbsoluteVolume; in SetVolume() local 1101 uint8_t opcode, in devices_control_point_helper() 1116 uint8_t ext_output_id, uint8_t opcode, in ext_audio_out_control_point_helper()
|
D | device.cc | 217 void VolumeControlDevice::ControlPointOperation(uint8_t opcode, in ControlPointOperation() 401 uint8_t ext_output_id, uint8_t opcode, const std::vector<uint8_t>* arg, in ExtAudioOutControlPointOperation()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_devctl.cc | 454 void BTM_VendorSpecificCommand(uint16_t opcode, uint8_t param_len, in BTM_VendorSpecificCommand() 478 void btm_vsc_complete(uint8_t* p, uint16_t opcode, uint16_t evt_len, in btm_vsc_complete()
|
/packages/modules/Bluetooth/system/bta/has/ |
D | has_ctp.h | 82 PresetCtpOpcode opcode; member 99 PresetCtpOpcode opcode; member
|
/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp_logging_helper.h | 54 inline std::string OpcodeText(const Opcode& opcode) { in OpcodeText()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | msft.cc | 34 std::optional<uint16_t> opcode; member 132 uint16_t opcode = hal_->getMsftOpcode(); in supports_msft_extensions() local
|
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | Bpf2Apf.java | 62 String opcode = line.substring(6, 10).trim(); in convertLine() local
|