Home
last modified time | relevance | path

Searched defs:cod (Results 1 – 25 of 52) sorted by relevance

123

/aosp12/system/bt/gd/hci/
H A Dclass_of_device_unittest.cc30 ClassOfDevice cod(test_bytes); in TEST() local
42 ClassOfDevice cod; in TEST() local
55 ClassOfDevice cod; in TEST() local
90 ClassOfDevice cod; in TEST() local
102 auto cod = ClassOfDevice::FromUint32Legacy(0); in TEST() local
H A Dclass_of_device.h36 std::array<uint8_t, kLength> cod = {}; variable
H A Dclass_of_device.cc135 bool ClassOfDevice::IsValid(const std::string& cod) { in IsValid()
/aosp12/system/bt/types/test/
H A Dclass_of_device_unittest.cc27 ClassOfDevice cod(test_bytes); in TEST() local
39 ClassOfDevice cod; in TEST() local
52 ClassOfDevice cod; in TEST() local
87 ClassOfDevice cod; in TEST() local
/aosp12/system/bt/types/
H A Dclass_of_device.h32 uint8_t cod[kLength]; variable
H A Dclass_of_device.cc75 bool ClassOfDevice::IsValid(const std::string& cod) { in IsValid()
/aosp12/frameworks/av/media/codecs/amrnb/dec/src/
H A Dd2_11pf.cpp153 Word16 cod[] /* o : algebraic (fixed) codebook excitation */ in decode_2i40_11bits()
H A Dd3_14pf.cpp159 Word16 cod[] /* o : algebraic (fixed) codebook excitation */ in decode_3i40_14bits()
H A Dd4_17pf.cpp179 Word16 cod[] /* o : algebraic (fixed) codebook excitation */ in decode_4i40_17bits()
H A Dd1035pf.cpp209 Word16 cod[] /* (o) : algebraic (fixed) codebook excitation */ in dec_10i40_35bits()
H A Dd2_9pf.cpp179 Word16 cod[], /* o : algebraic (fixed) codebook excitation */ in decode_2i40_9bits()
H A Db_cn_cod.cpp359 Word16 cod[], /* o : Generated CN fixed codebook vector */ in build_CN_code()
H A Dd8_31pf.cpp560 Word16 cod[], /* o : algebraic (fixed) codebook excitation */ in dec_8i40_31bits()
/aosp12/system/bt/btif/src/
H A Dbtif_util.cc65 uint32_t cod = 0; in devclass2uint() local
74 void uint2devclass(uint32_t cod, DEV_CLASS dev_class) { in uint2devclass()
H A Dbtif_dm.cc391 bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod) { in check_cod()
518 uint32_t cod; in btif_update_remote_properties() local
690 uint32_t cod; in btif_dm_pin_req_evt() local
781 uint32_t cod; in btif_dm_ssp_cfm_req_evt() local
861 uint32_t cod; in btif_dm_ssp_key_notif_evt() local
1189 uint32_t cod = devclass2uint(p_search_data->inq_res.dev_class); in btif_dm_search_devices_evt() local
2604 uint32_t cod; in btif_dm_ble_key_notif_evt() local
2809 uint32_t cod; in btif_dm_ble_sec_req_evt() local
2854 uint32_t cod; in btif_dm_ble_passkey_req_evt() local
3130 uint32_t cod = get_cod(&bd_addr); in btif_stats_add_bond_event() local
H A Dbluetooth.cc718 uint32_t cod, bool min_16_digit) { in invoke_pin_request_cb()
721 uint32_t cod, bool min_16_digit) { in invoke_pin_request_cb()
730 uint32_t cod, bt_ssp_variant_t pairing_variant, in invoke_ssp_request_cb()
735 bt_ssp_variant_t pairing_variant, uint32_t pass_key) { in invoke_ssp_request_cb()
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/
H A Dc1035pf.cpp402 Word16 cod[], /* (o) : innovative code vector */ in build_code()
652 Word16 cod[], /* (o) : algebraic (fixed) codebook excitation */ in code_10i40_35bits()
H A Dc8_31pf.cpp191 Word16 cod[], /* o : innovative code vector */ in build_code()
752 Word16 cod[], /* o : algebraic (fixed) codebook excitation */ in code_8i40_31bits()
H A Dc2_9pf.cpp988 Word16 cod[], /* o : innovative code vector */ in build_code()
1182 Word16 cod[], /* o : innovative code vector */ in Test_build_code()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DJniCallbacks.java50 void sspRequestCallback(byte[] address, byte[] name, int cod, int pairingVariant, int passkey) { in sspRequestCallback()
62 void pinRequestCallback(byte[] address, byte[] name, int cod, boolean min16Digits) { in pinRequestCallback()
/aosp12/system/bt/service/hal/
H A Dbluetooth_interface.cc117 uint32_t cod, bool min_16_digit) { in PinRequestCallback()
128 uint32_t cod, bt_ssp_variant_t pairing_variant, in SSPRequestCallback()
351 RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in PinRequestCallback()
357 RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in SSPRequestCallback()
/aosp12/system/bt/test/mock/
H A Dmock_stack_btm_sco.cc116 const RawAddress& bda, const bluetooth::types::ClassOfDevice& cod) { in btm_sco_on_esco_connect_request()
120 const RawAddress& bda, const bluetooth::types::ClassOfDevice& cod) { in btm_sco_on_sco_connect_request()
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothCallback.aidl30 int cod, in OnSspRequest()
/aosp12/system/bt/test/headless/
H A Dheadless.cc87 void pin_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in pin_request()
92 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request()
/aosp12/system/bt/btif/test/
H A Dbtif_stack_test.cc76 void pin_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in pin_request()
81 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request()

123