/aosp12/system/bt/gd/hci/ |
H A D | class_of_device_unittest.cc | 30 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 D | class_of_device.h | 36 std::array<uint8_t, kLength> cod = {}; variable
|
H A D | class_of_device.cc | 135 bool ClassOfDevice::IsValid(const std::string& cod) { in IsValid()
|
/aosp12/system/bt/types/test/ |
H A D | class_of_device_unittest.cc | 27 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 D | class_of_device.h | 32 uint8_t cod[kLength]; variable
|
H A D | class_of_device.cc | 75 bool ClassOfDevice::IsValid(const std::string& cod) { in IsValid()
|
/aosp12/frameworks/av/media/codecs/amrnb/dec/src/ |
H A D | d2_11pf.cpp | 153 Word16 cod[] /* o : algebraic (fixed) codebook excitation */ in decode_2i40_11bits()
|
H A D | d3_14pf.cpp | 159 Word16 cod[] /* o : algebraic (fixed) codebook excitation */ in decode_3i40_14bits()
|
H A D | d4_17pf.cpp | 179 Word16 cod[] /* o : algebraic (fixed) codebook excitation */ in decode_4i40_17bits()
|
H A D | d1035pf.cpp | 209 Word16 cod[] /* (o) : algebraic (fixed) codebook excitation */ in dec_10i40_35bits()
|
H A D | d2_9pf.cpp | 179 Word16 cod[], /* o : algebraic (fixed) codebook excitation */ in decode_2i40_9bits()
|
H A D | b_cn_cod.cpp | 359 Word16 cod[], /* o : Generated CN fixed codebook vector */ in build_CN_code()
|
H A D | d8_31pf.cpp | 560 Word16 cod[], /* o : algebraic (fixed) codebook excitation */ in dec_8i40_31bits()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_util.cc | 65 uint32_t cod = 0; in devclass2uint() local 74 void uint2devclass(uint32_t cod, DEV_CLASS dev_class) { in uint2devclass()
|
H A D | btif_dm.cc | 391 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 D | bluetooth.cc | 718 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 D | c1035pf.cpp | 402 Word16 cod[], /* (o) : innovative code vector */ in build_code() 652 Word16 cod[], /* (o) : algebraic (fixed) codebook excitation */ in code_10i40_35bits()
|
H A D | c8_31pf.cpp | 191 Word16 cod[], /* o : innovative code vector */ in build_code() 752 Word16 cod[], /* o : algebraic (fixed) codebook excitation */ in code_8i40_31bits()
|
H A D | c2_9pf.cpp | 988 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 D | JniCallbacks.java | 50 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 D | bluetooth_interface.cc | 117 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 D | mock_stack_btm_sco.cc | 116 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 D | IBluetoothCallback.aidl | 30 int cod, in OnSspRequest()
|
/aosp12/system/bt/test/headless/ |
H A D | headless.cc | 87 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 D | btif_stack_test.cc | 76 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()
|