| /packages/modules/Bluetooth/system/gd/l2cap/internal/ |
| D | data_pipeline_manager.cc | 30 void DataPipelineManager::AttachChannel(Cid cid, std::shared_ptr<ChannelImpl> channel, ChannelMode … in AttachChannel() 38 void DataPipelineManager::DetachChannel(Cid cid) { in DetachChannel() 47 DataController* DataPipelineManager::GetDataController(Cid cid) { in GetDataController() 54 void DataPipelineManager::OnPacketSent(Cid cid) { in OnPacketSent() 61 void DataPipelineManager::UpdateClassicConfiguration(Cid cid, classic::internal::ChannelConfigurati… in UpdateClassicConfiguration() 68 void DataPipelineManager::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority()
|
| D | fixed_channel_allocator.h | 52 virtual std::shared_ptr<FixedChannelImplType> AllocateChannel(Cid cid) { in AllocateChannel() 72 virtual void FreeChannel(Cid cid) { in FreeChannel() 82 virtual bool IsChannelAllocated(Cid cid) const { in IsChannelAllocated() 86 virtual std::shared_ptr<FixedChannelImplType> FindChannel(Cid cid) { in FindChannel()
|
| D | dynamic_channel_allocator.cc | 38 Cid cid = kFirstDynamicChannel; in AllocateChannel() local 78 Cid cid = kFirstDynamicChannel; in ReserveChannel() local 90 void DynamicChannelAllocator::FreeChannel(Cid cid) { in FreeChannel() 110 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::FindChannelByCid(Cid cid) { in FindChannelByCid()
|
| D | scheduler_fifo.cc | 44 void Fifo::OnPacketsReady(Cid cid, int number_packets) { in OnPacketsReady() 54 void Fifo::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority() 62 void Fifo::RemoveChannel(Cid cid) { in RemoveChannel()
|
| D | receiver.cc | 56 Cid cid = static_cast<Cid>(basic_frame_view.GetChannelId()); in link_queue_dequeue_callback() local 80 Cid cid = static_cast<Cid>(basic_frame_view.GetChannelId()); in check_buffered_packets() local
|
| D | sender_test.cc | 54 void OnPacketsReady(Cid cid, int number_packets) override { in OnPacketsReady() 58 void SetOnPacketsReady(std::function<void(Cid cid, int number_packets)> callback) { in SetOnPacketsReady() 107 scheduler_.SetOnPacketsReady([&promise](Cid cid, int number_packets) { promise.set_value(); }); in TEST_F()
|
| D | fixed_channel_allocator_test.cc | 66 Cid cid = kFirstFixedChannel; in TEST_F() local 71 Cid cid = kFirstFixedChannel; in TEST_F() local
|
| /packages/modules/Virtualization/virtualizationservice/aidl/android/system/virtualizationservice/ |
| D | IVirtualMachineCallback.aidl | 29 void onPayloadStarted(int cid); in onPayloadStarted() 34 void onPayloadReady(int cid); in onPayloadReady() 39 void onPayloadFinished(int cid, int exitCode); in onPayloadFinished() 44 void onError(int cid, ErrorCode errorCode, in String message); in onError() 52 void onDied(int cid, in DeathReason reason); in onDied()
|
| /packages/modules/Bluetooth/system/stack/hid/ |
| D | hidd_conn.cc | 110 static void hidd_l2cif_connect_ind(const RawAddress& bd_addr, uint16_t cid, in hidd_l2cif_connect_ind() 206 static void hidd_l2cif_connect_cfm(uint16_t cid, uint16_t result) { in hidd_l2cif_connect_cfm() 250 static void hidd_l2cif_config_ind(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) { in hidd_l2cif_config_ind() 275 static void hidd_l2cif_config_cfm(uint16_t cid, uint16_t initiator, in hidd_l2cif_config_cfm() 323 static void hidd_l2cif_disconnect_ind(uint16_t cid, bool ack_needed) { in hidd_l2cif_disconnect_ind() 358 static void hidd_l2cif_disconnect(uint16_t cid) { in hidd_l2cif_disconnect() 411 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested) { in hidd_l2cif_cong_ind() 438 static void hidd_l2cif_data_ind(uint16_t cid, BT_HDR* p_msg) { in hidd_l2cif_data_ind() 736 uint16_t cid; in hidd_conn_send_data() local
|
| /packages/modules/Bluetooth/system/stack/test/common/ |
| D | mock_eatt.cc | 51 void EattExtension::Disconnect(const RawAddress& bd_addr, uint16_t cid) { in Disconnect() 55 void EattExtension::Reconfigure(const RawAddress& bd_addr, uint16_t cid, in Reconfigure() 64 uint16_t cid) { in FindEattChannelByCid() 103 uint16_t cid) { in StartIndicationConfirmationTimer() 108 uint16_t cid) { in StopIndicationConfirmationTimer() 114 uint16_t cid) { in StartAppIndicationTimer() 119 uint16_t cid) { in StopAppIndicationTimer()
|
| D | mock_l2cap_layer.cc | 54 bool L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq() 58 bool L2CA_DisconnectRsp(uint16_t cid) { in L2CA_DisconnectRsp() 62 bool L2CA_ConfigReq(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) { in L2CA_ConfigReq() 66 bool L2CA_ConfigRsp(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) { in L2CA_ConfigRsp() 70 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite()
|
| /packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/pagination/ |
| D | PageIndexingHelper.java | 61 int cid = (gridPosition / mNumOfRows) % mNumOfCols; in getOffsetBoundDirection() local 87 int cid = position % mNumOfCols; in gridPositionToAdaptorIndex() local 99 int cid = positionOnPage / mNumOfRows; in gridPositionToAdaptorIndex() local 114 int cid = index % mNumOfCols; in adaptorIndexToGridPosition() local 126 int cid = indexOnPage % mNumOfCols; in adaptorIndexToGridPosition() local
|
| /packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
| D | fixed_channel_service_manager_impl.cc | 31 void FixedChannelServiceManagerImpl::Register(Cid cid, in Register() 54 void FixedChannelServiceManagerImpl::Unregister(Cid cid, FixedChannelService::OnUnregisteredCallbac… in Unregister() 68 FixedChannelServiceImpl* FixedChannelServiceManagerImpl::GetService(Cid cid) { in GetService() 91 Cid cid = elem.first; in GetSupportedFixedChannelMask() local
|
| D | fixed_channel_service_manager_test.cc | 78 Cid cid = kSmpBrCid; in TEST_F() local 93 Cid cid = 0x1000; in TEST_F() local
|
| D | dynamic_channel_service_manager_test.cc | 84 Cid cid = kSmpBrCid; in TEST_F() local 99 Cid cid = 0x1000; in TEST_F() local
|
| D | link.cc | 132 std::shared_ptr<FixedChannelImpl> Link::AllocateFixedChannel(Cid cid) { in AllocateFixedChannel() 138 bool Link::IsFixedChannelAllocated(Cid cid) { in IsFixedChannelAllocated() 249 classic::DynamicChannelConfigurationOption Link::GetConfigurationForInitialConfiguration(Cid cid) { in GetConfigurationForInitialConfiguration() 258 void Link::FreeDynamicChannel(Cid cid) { in FreeDynamicChannel() 282 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation() 293 void Link::NotifyChannelFail(Cid cid, ConnectionResult result) { in NotifyChannelFail()
|
| /packages/modules/Bluetooth/system/stack/eatt/ |
| D | eatt.cc | 138 void EattExtension::Disconnect(const RawAddress& bd_addr, uint16_t cid) { in Disconnect() 142 void EattExtension::Reconfigure(const RawAddress& bd_addr, uint16_t cid, in Reconfigure() 151 uint16_t cid) { in FindEattChannelByCid() 190 uint16_t cid) { in StartIndicationConfirmationTimer() 195 uint16_t cid) { in StopIndicationConfirmationTimer() 201 uint16_t cid) { in StartAppIndicationTimer() 206 uint16_t cid) { in StopAppIndicationTimer()
|
| /packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
| D | fixed_channel_service_manager_impl.cc | 31 void FixedChannelServiceManagerImpl::Register(Cid cid, in Register() 54 void FixedChannelServiceManagerImpl::Unregister(Cid cid, FixedChannelService::OnUnregisteredCallbac… in Unregister() 68 FixedChannelServiceImpl* FixedChannelServiceManagerImpl::GetService(Cid cid) { in GetService()
|
| D | fixed_channel_service_manager_test.cc | 78 Cid cid = kSmpBrCid; in TEST_F() local 93 Cid cid = 0x1000; in TEST_F() local
|
| D | link.cc | 200 Cid cid, SecurityPolicy /* security_policy */) { in AllocateFixedChannel() 206 bool Link::IsFixedChannelAllocated(Cid cid) { in IsFixedChannelAllocated() 271 void Link::FreeDynamicChannel(Cid cid) { in FreeDynamicChannel() 293 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation() 305 void Link::NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result) { in NotifyChannelFail()
|
| /packages/modules/Bluetooth/system/stack/gatt/ |
| D | gatt_sr.cc | 60 uint32_t gatt_sr_enqueue_cmd(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_sr_enqueue_cmd() 109 bool gatt_sr_cmd_empty(tGATT_TCB& tcb, uint16_t cid) { in gatt_sr_cmd_empty() 131 void gatt_dequeue_sr_cmd(tGATT_TCB& tcb, uint16_t cid) { in gatt_dequeue_sr_cmd() 366 void gatt_process_exec_write_req(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_process_exec_write_req() 431 void gatt_process_read_multi_req(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_process_read_multi_req() 546 BT_HDR* p_msg, tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_build_primary_service_rsp() 711 void gatts_process_primary_service_req(tGATT_TCB& tcb, uint16_t cid, in gatts_process_primary_service_req() 772 static void gatts_process_find_info(tGATT_TCB& tcb, uint16_t cid, in gatts_process_find_info() 826 static void gatts_process_mtu_req(tGATT_TCB& tcb, uint16_t cid, uint16_t len, in gatts_process_mtu_req() 896 static void gatts_process_read_by_type_req(tGATT_TCB& tcb, uint16_t cid, in gatts_process_read_by_type_req() [all …]
|
| D | gatt_utils.cc | 657 void gatt_start_conf_timer(tGATT_TCB* p_tcb, uint16_t cid) { in gatt_start_conf_timer() 676 void gatt_stop_conf_timer(tGATT_TCB& tcb, uint16_t cid) { in gatt_stop_conf_timer() 694 void gatt_start_ind_ack_timer(tGATT_TCB& tcb, uint16_t cid) { in gatt_start_ind_ack_timer() 712 void gatt_stop_ind_ack_timer(tGATT_TCB* p_tcb, uint16_t cid) { in gatt_stop_ind_ack_timer() 901 tGATT_STATUS gatt_send_error_rsp(tGATT_TCB& tcb, uint16_t cid, uint8_t err_code, in gatt_send_error_rsp() 1060 bool gatt_tcb_is_cid_busy(tGATT_TCB& tcb, uint16_t cid) { in gatt_tcb_is_cid_busy() 1144 bool gatt_tcb_find_indicate_handle(tGATT_TCB& tcb, uint16_t cid, in gatt_tcb_find_indicate_handle() 1196 uint16_t gatt_tcb_get_payload_size(tGATT_TCB& tcb, uint16_t cid) { in gatt_tcb_get_payload_size() 1245 uint16_t cid = p_clcb->cid; in gatt_clcb_invalidate() local 1387 void gatt_sr_reset_cback_cnt(tGATT_TCB& tcb, uint16_t cid) { in gatt_sr_reset_cback_cnt() [all …]
|
| /packages/modules/Bluetooth/system/stack/test/gatt/ |
| D | mock_gatt_utils_ref.cc | 38 tGATT_STATUS attp_send_cl_confirmation_msg(tGATT_TCB& tcb, uint16_t cid) { in attp_send_cl_confirmation_msg() 45 tGATT_STATUS attp_send_sr_msg(tGATT_TCB& tcb, uint16_t cid, BT_HDR* p_msg) { in attp_send_sr_msg() 64 uint32_t gatt_sr_enqueue_cmd(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_sr_enqueue_cmd() 66 void gatt_dequeue_sr_cmd(tGATT_TCB& tcb, uint16_t cid) {} in gatt_dequeue_sr_cmd()
|
| /packages/modules/Bluetooth/system/stack/test/eatt/ |
| D | eatt_test.cc | 58 void gatt_data_process(tGATT_TCB& tcb, uint16_t cid, BT_HDR* p_buf) { return; } in gatt_data_process() 102 for (uint16_t cid : test_local_cids) { in ConnectDeviceEattSupported() local 168 for (uint16_t cid : test_local_cids) { in ConnectDeviceBothSides() local 192 for (auto cid : incoming_cids) { in ConnectDeviceBothSides() local 205 for (uint16_t cid : connected_cids_) in DisconnectEattByPeer() local 460 uint16_t cid = connected_cids_[0]; in TEST_F() local 485 for (uint16_t cid : cids) { in TEST_F() local 513 for (uint16_t cid : cids) { in TEST_F() local 587 for (uint16_t cid : connected_cids_) { in TEST_F() local 607 for (uint16_t cid : connected_cids_) { in TEST_F() local
|
| /packages/modules/Bluetooth/system/stack/l2cap/ |
| D | l2c_api.cc | 688 for (uint16_t cid : accepted_lcids) { in L2CA_ConnectCreditBasedRsp() local 857 for (uint16_t cid : lcids) { in L2CA_ReconfigCreditBasedConnsReq() local 878 for (uint16_t cid : lcids) { in L2CA_ReconfigCreditBasedConnsReq() local 915 bool L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq() 932 bool L2CA_DisconnectLECocReq(uint16_t cid) { return L2CA_DisconnectReq(cid); } in L2CA_DisconnectLECocReq() 1067 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority() 1504 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() 1509 uint8_t L2CA_LECocDataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_LECocDataWrite() 1523 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability()
|