Home
last modified time | relevance | path

Searched defs:cmd_code (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc397 bool smp_send_cmd(uint8_t cmd_code, tSMP_CB* p_cb) { in smp_send_cmd()
480 BT_HDR* smp_build_pairing_cmd(uint8_t cmd_code, tSMP_CB* p_cb) { in smp_build_pairing_cmd()
1039 uint8_t cmd_code = p_cb->rcvd_cmd_code; in smp_command_has_invalid_length() local
1067 uint8_t cmd_code = p_cb->rcvd_cmd_code; in smp_command_has_invalid_parameters() local
1100 uint8_t cmd_code = p_cb->rcvd_cmd_code; in smp_command_has_valid_fixed_length() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Datt_protocol.cc106 static BT_HDR* attp_build_err_cmd(uint8_t cmd_code, uint16_t err_handle, uint8_t reason) { in attp_build_err_cmd()
467 static tGATT_STATUS attp_cl_send_cmd(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, uint8_t cmd_code, in attp_cl_send_cmd()
Dgatt_cl.cc1180 static uint8_t gatt_cmd_to_rsp_code(uint8_t cmd_code) { in gatt_cmd_to_rsp_code()
1261 uint8_t cmd_code = 0; in gatt_client_handle_server_rsp() local
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_av_api.cc99 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, BT_HDR* p_pkt) { in BTA_AvMetaCmd()
164 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, uint8_t* p_data, in BTA_AvVendorCmd()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/av/
Dbta_av_api.cc449 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, uint8_t* p_data, in BTA_AvVendorCmd()
589 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, BT_HDR* p_pkt) { in BTA_AvMetaCmd()
/aosp_15_r20/device/google/trout/tools/tracing/client/
DTracingClientTestMain.cpp76 TracingCommand cmd_code = TracingCommand::INVALID_CMD_CODE; in main() local
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dcompress_fragment.h42 uint8_t cmd_code[512]; member
H A Dbrotli_bit_stream.c1036 size_t cmd_code = cmd.cmd_prefix_; in BrotliStoreMetaBlock() local
1130 const size_t cmd_code = cmd.cmd_prefix_; in StoreDataWithHuffmanCodes() local
/aosp_15_r20/external/coreboot/src/soc/sifive/fu540/include/soc/
H A Dspi.h62 unsigned int cmd_code; member
/aosp_15_r20/external/coreboot/src/ec/google/chromeec/
H A Dec.h152 uint16_t cmd_code; /* command code in, status out */ member
H A Dec_lpc.c287 u8 cmd_code = cec_command->cmd_code; in google_chromeec_command_v1() local
/aosp_15_r20/external/coreboot/src/soc/sifive/fu740/include/soc/
H A Dspi.h33 unsigned int cmd_code; // value of command byte member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dphase_3_test.cc104 auto Make128BitCmd(Code cmd_code, const UInt128& value) { in Make128BitCmd()
111 void Receive128BitCmd(Code cmd_code, const UInt128& value) { in Receive128BitCmd()
H A Dphase_2_legacy_test.cc125 void Receive128BitCmd(Code cmd_code, const UInt128& value) { in Receive128BitCmd()
129 DynamicByteBuffer Make128BitCmd(Code cmd_code, const UInt128& value) { in Make128BitCmd()
H A Dphase_2_secure_connections_test.cc114 void ReceiveCmd(Code cmd_code, const T& value) { in ReceiveCmd()
119 StaticByteBuffer<PacketSize<T>()> MakeCmd(Code cmd_code, const T& value) { in MakeCmd()
/aosp_15_r20/bootable/recovery/install/
H A Dadb_install.cpp70 auto cmd_code = android::base::get_unaligned<uint32_t>(cmd_code_string.c_str()); in ParseMinadbdCommand() local
/aosp_15_r20/system/nfc/src/nfa/hci/
H A Dnfa_hci_api.cc503 uint8_t cmd_code, uint16_t cmd_size, in NFA_HciSendCommand()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc276 uint8_t cmd_code, id; in process_l2cap_cmd() local
Dl2c_ble.cc236 uint8_t cmd_code, id; in l2cble_process_sig_cmd() local
/aosp_15_r20/external/brotli/c/enc/
H A Dbrotli_bit_stream.c1018 size_t cmd_code = cmd.cmd_prefix_; in BrotliStoreMetaBlock() local
1111 const size_t cmd_code = cmd.cmd_prefix_; in StoreDataWithHuffmanCodes() local
H A Dcompress_fragment.c428 uint16_t cmd_bits[128], size_t* cmd_code_numbits, uint8_t* cmd_code, in BrotliCompressFragmentFastImpl()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_utils.cc375 void bnep_send_command_not_understood(tBNEP_CONN* p_bcb, uint8_t cmd_code) { in bnep_send_command_not_understood()
/aosp_15_r20/external/coreboot/src/soc/sifive/fu740/
H A Dspi_internal.h127 uint32_t cmd_code : 8; member
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/
H A Dcurses_ui_test.py39 def codes_to_string(cmd_code): argument
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/common_backend/
H A Dasync_funcs.rs88 let cmd_code = match self { in fmt() localVariable

12