/hardware/st/secure_element/ese-spi-driver/ |
D | Android.bp | 8 "SpiLayerDriver.cc", 9 "SpiLayerInterface.cc", 10 "SpiLayerComm.cc", 11 "StEseApi.cc", 12 "T1protocol.cc", 13 "utils-lib/Atp.cc", 14 "utils-lib/Iso13239CRC.cc", 15 "utils-lib/Tpdu.cc", 16 "utils-lib/Utils.cc", 17 "utils-lib/ese_config.cc", [all …]
|
/hardware/nxp/nfc/ |
D | Android.bp | 24 … // Allow implicit fallthroughs in phDnldNfc_Internal.cc and phNxpConfig.cpp until they are fixed. 29 "halimpl/dnld/phDnldNfc.cc", 30 "halimpl/dnld/phDnldNfc_Internal.cc", 31 "halimpl/dnld/phDnldNfc_Utils.cc", 32 "halimpl/dnld/phNxpNciHal_Dnld.cc", 33 "halimpl/hal/phNxpNciHal.cc", 34 "halimpl/hal/phNxpNciHal_NfcDepSWPrio.cc", 35 "halimpl/hal/phNxpNciHal_dta.cc", 36 "halimpl/hal/phNxpNciHal_ext.cc", 37 "halimpl/log/phNxpLog.cc", [all …]
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | Android.bp | 22 "bluetooth_hci.cc", 23 "bluetooth_address.cc", 24 "vendor_interface.cc", 46 "async_fd_watcher.cc", 59 "hci_packetizer.cc", 60 "hci_protocol.cc", 61 "h4_protocol.cc", 62 "mct_protocol.cc", 78 "test/async_fd_watcher_unittest.cc", 79 "test/h4_protocol_unittest.cc", [all …]
|
/hardware/st/nfc/st21nfc/ |
D | Android.bp | 30 "adaptation/i2clayer.cc", 31 "hal/halcore.cc", 32 "hal_wrapper.cc", 33 "hal/hal_fd.cc",
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_OffloadManager.cpp | 122 IPACM_ConntrackClient *cc; in provideFd() local 127 cc = IPACM_ConntrackClient::GetInstance(); in provideFd() 129 if(!cc) in provideFd() 131 IPACMERR("Init failed: cc %p\n", cc); in provideFd() 142 if(cc->fd_tcp > -1 && cc->fd_udp > -1) { in provideFd() 143 IPACMDBG_H("has valid FDs fd_tcp %d, fd_udp %d, ignore fd %d.\n", cc->fd_tcp, cc->fd_udp, fd); in provideFd() 147 if (groups == cc->subscrips_tcp) { in provideFd() 148 cc->fd_tcp = dup(fd); in provideFd() 151 rel = setsockopt(cc->fd_tcp, SOL_NETLINK, NETLINK_NO_ENOBUFS, &on, sizeof(int) ); in provideFd() 156 } else if (groups == cc->subscrips_udp) { in provideFd() [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_OffloadManager.cpp | 122 IPACM_ConntrackClient *cc; in provideFd() local 127 cc = IPACM_ConntrackClient::GetInstance(); in provideFd() 129 if(!cc) in provideFd() 131 IPACMERR("Init failed: cc %p\n", cc); in provideFd() 142 if(cc->fd_tcp > -1 && cc->fd_udp > -1) { in provideFd() 143 IPACMDBG_H("has valid FDs fd_tcp %d, fd_udp %d, ignore fd %d.\n", cc->fd_tcp, cc->fd_udp, fd); in provideFd() 147 if (groups == cc->subscrips_tcp) { in provideFd() 148 cc->fd_tcp = dup(fd); in provideFd() 151 rel = setsockopt(cc->fd_tcp, SOL_NETLINK, NETLINK_NO_ENOBUFS, &on, sizeof(int) ); in provideFd() 156 } else if (groups == cc->subscrips_udp) { in provideFd() [all …]
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_OffloadManager.cpp | 122 IPACM_ConntrackClient *cc; in provideFd() local 127 cc = IPACM_ConntrackClient::GetInstance(); in provideFd() 129 if(!cc) in provideFd() 131 IPACMERR("Init failed: cc %p\n", cc); in provideFd() 142 if(cc->fd_tcp > -1 && cc->fd_udp > -1) { in provideFd() 143 IPACMDBG_H("has valid FDs fd_tcp %d, fd_udp %d, ignore fd %d.\n", cc->fd_tcp, cc->fd_udp, fd); in provideFd() 147 if (groups == cc->subscrips_tcp) { in provideFd() 148 cc->fd_tcp = dup(fd); in provideFd() 151 rel = setsockopt(cc->fd_tcp, SOL_NETLINK, NETLINK_NO_ENOBUFS, &on, sizeof(int) ); in provideFd() 156 } else if (groups == cc->subscrips_udp) { in provideFd() [all …]
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 826 long xx, cc; in inv_fast_sqrt() local 846 cc = x0 - (1L<<30); in inv_fast_sqrt() 847 xx = x0 - (inv_q30_mult(x0, cc)>>1); in inv_fast_sqrt() 852 cc = inv_q30_mult( cc, inv_q30_mult(cc, (cc>>1) - one_pt5) ) >> 1; in inv_fast_sqrt() 853 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt() 856 cc = inv_q30_mult( cc, inv_q30_mult(cc, (cc>>1) - one_pt5) ) >> 1; in inv_fast_sqrt() 857 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 826 long xx, cc; in inv_fast_sqrt() local 846 cc = x0 - (1L<<30); in inv_fast_sqrt() 847 xx = x0 - (inv_q30_mult(x0, cc)>>1); in inv_fast_sqrt() 852 cc = inv_q30_mult( cc, inv_q30_mult(cc, (cc>>1) - one_pt5) ) >> 1; in inv_fast_sqrt() 853 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt() 856 cc = inv_q30_mult( cc, inv_q30_mult(cc, (cc>>1) - one_pt5) ) >> 1; in inv_fast_sqrt() 857 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt()
|
/hardware/google/pixel/ |
D | PREUPLOAD.cfg | 6 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/hardware/qcom/sm8150/ |
D | Android.bp | 10 "soong-cc",
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ |
D | os_pickup.bp | 10 "soong-cc",
|
/hardware/qcom/sm8150/display/ |
D | display_defaults.go | 15 module := cc.DefaultsFactory()
|
/hardware/ti/am57x/bootctrl/ |
D | Android.bp | 22 "boot_control.cc",
|
/hardware/interfaces/bluetooth/1.1/default/ |
D | Android.bp | 24 "bluetooth_hci.cc",
|
/hardware/st/nfc/1.1/ |
D | Android.bp | 24 "hal_st21nfc.cc"
|
/hardware/st/nfc/1.2/ |
D | Android.bp | 25 "hal_st21nfc.cc"
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 2210 #define FORMALIZE(var) {cc += (var & 0x80000000) ? 1 : 0; var &= 0x7fffffff;} in bcm_uint64_multiple_add() 2212 uint32 a1, a0, b1, b0, t, cc = 0; in bcm_uint64_multiple_add() local 2239 r0 |= (cc % 2) ? 0x80000000 : 0; in bcm_uint64_multiple_add() 2240 r1 = a1 * b1 + ((a1 * b0) >> 16) + ((b1 * a0) >> 16) + (cc / 2); in bcm_uint64_multiple_add()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_ar3k.c | 275 evt_cmd_complete *cc = (void *)event; in read_ps_event() local 279 if (cc->opcode == opcode && event[0] == HCI_EV_SUCCESS) in read_ps_event()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hw_ar3k.c | 273 evt_cmd_complete *cc = (void *)event; in read_ps_event() local 277 if (cc->opcode == opcode && event[0] == HCI_EV_SUCCESS) in read_ps_event()
|
/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
D | hw_ar3k.c | 275 evt_cmd_complete *cc = (void *)event; in read_ps_event() local 279 if (cc->opcode == opcode && event[0] == HCI_EV_SUCCESS) in read_ps_event()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_ar3k.c | 271 evt_cmd_complete *cc = (void *)event; in read_ps_event() local 275 if (cc->opcode == opcode && event[0] == HCI_EV_SUCCESS) in read_ps_event()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_ar3k.c | 271 evt_cmd_complete *cc = (void *)event; in read_ps_event() local 275 if (cc->opcode == opcode && event[0] == HCI_EV_SUCCESS) in read_ps_event()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_ar3k.c | 277 evt_cmd_complete *cc = (void *)event; in read_ps_event() local 281 if (cc->opcode == opcode && event[0] == HCI_EV_SUCCESS) in read_ps_event()
|
/hardware/qcom/msm8998/json-c/ |
D | Doxyfile | 426 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp
|