/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/os/ |
D | mgmt.h | 31 uint16_t opcode; member 39 uint16_t opcode; member 53 uint16_t opcode; member
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | Request.java | 30 record Request(int opcode, int arg) { in Request() 81 int opcode = opcodes & i; in Request() local 95 private static String singleOpcodeToString(int opcode) { in Request() 169 static String toString(int opcode) { in Request()
|
/packages/modules/Bluetooth/system/stack/btu/ |
D | btu_hcif.cc | 359 static void btu_hcif_log_command_metrics(uint16_t opcode, const uint8_t* p_cmd, uint16_t cmd_status, in btu_hcif_log_command_metrics() 569 uint16_t opcode; in btu_hcif_send_cmd() local 601 static void btu_hcif_log_command_complete_metrics(uint16_t opcode, const uint8_t* p_return_params) { in btu_hcif_log_command_complete_metrics() 647 command_opcode_t opcode; in btu_hcif_command_complete_evt_with_cb_on_task() local 673 command_opcode_t opcode; in btu_hcif_command_status_evt_with_cb_on_task() local 706 void btu_hcif_send_cmd_with_cb(uint16_t opcode, uint8_t* params, uint8_t params_len, in btu_hcif_send_cmd_with_cb() 895 static void btu_hcif_hdl_command_complete(uint16_t opcode, uint8_t* p, uint16_t evt_len) { in btu_hcif_hdl_command_complete() 1005 command_opcode_t opcode; in btu_hcif_command_complete_evt_on_task() local 1033 static void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, const uint8_t* p_cmd) { in btu_hcif_hdl_command_status() 1132 void bluetooth::legacy::testing::btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, in btu_hcif_hdl_command_status() [all …]
|
/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_utils.cc | 205 uint8_t opcode = 0; in avrc_opcode_from_pdu() local 240 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 | 853 uint8_t opcode; /* Op Code (passthrough, vendor, etc) */ member 1058 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1066 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1074 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1083 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1092 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1101 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1111 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1120 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1128 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member [all …]
|
/packages/modules/Nfc/libnfc-nci/src/nfc/include/ |
D | tags_int.h | 34 uint8_t opcode; member 61 uint8_t opcode; member
|
/packages/modules/Nfc/libnfc-nci/src/nfc/tags/ |
D | tags_int.cc | 106 const tT1T_CMD_RSP_INFO* t1t_cmd_to_rsp_info(uint8_t opcode) { in t1t_cmd_to_rsp_info() 181 const tT2T_CMD_RSP_INFO* t2t_cmd_to_rsp_info(uint8_t opcode) { in t2t_cmd_to_rsp_info()
|
D | rw_t1t.cc | 322 tNFC_STATUS rw_t1t_send_static_cmd(uint8_t opcode, uint8_t add, uint8_t dat) { in rw_t1t_send_static_cmd() 382 tNFC_STATUS rw_t1t_send_dyn_cmd(uint8_t opcode, uint8_t add, uint8_t* p_dat) { in rw_t1t_send_dyn_cmd()
|
/packages/modules/Bluetooth/system/bta/ras/ |
D | ras_utils.cc | 86 std::string GetOpcodeText(Opcode opcode) { in GetOpcodeText()
|
/packages/modules/Bluetooth/system/packet/avrcp/ |
D | avrcp_packet.h | 51 PacketBuilder(CType type, uint8_t subunit_type, uint8_t subunit_id, Opcode opcode) in PacketBuilder()
|
D | avrcp_packet.cc | 31 CType type, uint8_t subunit_type, uint8_t subunit_id, Opcode opcode, in MakeBuilder()
|
/packages/modules/Bluetooth/system/bta/has/ |
D | has_ctp.h | 85 PresetCtpOpcode opcode; member 101 PresetCtpOpcode opcode; member
|
/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp_logging_helper.h | 52 inline std::string OpcodeText(const Opcode& opcode) { in OpcodeText()
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | device.cc | 310 void VolumeControlDevice::ControlPointOperation(uint8_t opcode, const std::vector<uint8_t>* arg, in ControlPointOperation() 568 void VolumeControlDevice::ExtAudioOutControlPointOperation(uint8_t ext_output_id, uint8_t opcode, in ExtAudioOutControlPointOperation() 658 bool VolumeControlDevice::ExtAudioInControlPointOperation(uint8_t ext_input_id, uint8_t opcode, in ExtAudioInControlPointOperation()
|
D | vc.cc | 477 uint8_t opcode = device->mute ? kControlPointOpcodeMute : kControlPointOpcodeUnmute; in HandleAutonomusVolumeChange() local 714 uint8_t opcode, uint8_t id) { in OnExtAudioInCPWrite() 1093 bool is_autonomous, uint8_t opcode, in PrepareVolumeControlOperation() 1128 uint8_t opcode = mute ? kControlPointOpcodeMute : kControlPointOpcodeUnmute; in MuteUnmute() local 1225 uint8_t opcode = kControlPointOpcodeSetAbsoluteVolume; in SetVolume() local 1590 void devices_control_point_helper(const std::vector<RawAddress>& devices, uint8_t opcode, in devices_control_point_helper() 1604 uint8_t opcode, const std::vector<uint8_t>* arg) { in ext_audio_out_control_point_helper()
|
D | devices.h | 228 void ControlPointOperation(const std::vector<RawAddress>& devices, uint8_t opcode, in ControlPointOperation()
|
/packages/modules/Nfc/libnfc-nci/src/fuzzers/integration/fakes/ |
D | hal_fakes.cc | 37 uint8_t opcode, uint8_t* data, in SimulatePacketArrival()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_avrc_utils.cc | 76 bool avrc_is_valid_opcode(uint8_t opcode) { in avrc_is_valid_opcode()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | msft.cc | 35 std::optional<uint16_t> opcode; member 59 uint16_t opcode = hal_->getMsftOpcode(); in start() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_util.cc | 302 std::string dump_rc_opcode(uint8_t opcode) { in dump_rc_opcode()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_devctl.cc | 364 void BTM_VendorSpecificCommand(uint16_t opcode, uint8_t param_len, uint8_t* p_param_buf, in BTM_VendorSpecificCommand()
|