Home
last modified time | relevance | path

Searched defs:cid (Results 1 – 25 of 110) sorted by relevance

12345

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Ddata_pipeline_manager.cc30 void DataPipelineManager::AttachChannel(Cid cid, std::shared_ptr<ChannelImpl> channel, ChannelMode … in AttachChannel()
36 void DataPipelineManager::DetachChannel(Cid cid) { in DetachChannel()
43 DataController* DataPipelineManager::GetDataController(Cid cid) { in GetDataController()
50 void DataPipelineManager::OnPacketSent(Cid cid) { in OnPacketSent()
55 void DataPipelineManager::UpdateClassicConfiguration(Cid cid, classic::internal::ChannelConfigurati… in UpdateClassicConfiguration()
60 void DataPipelineManager::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority()
Dfixed_channel_allocator.h52 virtual std::shared_ptr<FixedChannelImplType> AllocateChannel(Cid cid) { in AllocateChannel()
69 virtual void FreeChannel(Cid cid) { in FreeChannel()
77 virtual bool IsChannelAllocated(Cid cid) const { in IsChannelAllocated()
81 virtual std::shared_ptr<FixedChannelImplType> FindChannel(Cid cid) { in FindChannel()
Dscheduler.h55 virtual void OnPacketsReady(Cid cid, int number_packets) {} in OnPacketsReady()
61 virtual void SetChannelTxPriority(Cid cid, bool high_priority) {} in SetChannelTxPriority()
66 virtual void RemoveChannel(Cid cid) {} in RemoveChannel()
Ddynamic_channel_allocator.cc35 Cid cid = kFirstDynamicChannel; in AllocateChannel() local
75 Cid cid = kFirstDynamicChannel; in ReserveChannel() local
87 void DynamicChannelAllocator::FreeChannel(Cid cid) { in FreeChannel()
108 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::FindChannelByCid(Cid cid) { in FindChannelByCid()
Dscheduler_fifo.cc42 void Fifo::OnPacketsReady(Cid cid, int number_packets) { in OnPacketsReady()
52 void Fifo::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority()
60 void Fifo::RemoveChannel(Cid cid) { in RemoveChannel()
Dreceiver.cc52 Cid cid = static_cast<Cid>(basic_frame_view.GetChannelId()); in link_queue_dequeue_callback() local
76 Cid cid = static_cast<Cid>(basic_frame_view.GetChannelId()); in check_buffered_packets() local
Dsender_test.cc54 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()
Dfixed_channel_allocator_test.cc66 Cid cid = kFirstFixedChannel; in TEST_F() local
71 Cid cid = kFirstFixedChannel; in TEST_F() local
/packages/modules/Virtualization/virtualizationservice/aidl/android/system/virtualizationservice/
DIVirtualMachineCallback.aidl29 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/
Dhidd_conn.cc104 static void hidd_l2cif_connect_ind(const RawAddress& bd_addr, uint16_t cid, in hidd_l2cif_connect_ind()
199 static void hidd_l2cif_connect_cfm(uint16_t cid, uint16_t result) { in hidd_l2cif_connect_cfm()
243 static void hidd_l2cif_config_ind(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) { in hidd_l2cif_config_ind()
268 static void hidd_l2cif_config_cfm(uint16_t cid, uint16_t initiator, in hidd_l2cif_config_cfm()
318 static void hidd_l2cif_disconnect_ind(uint16_t cid, bool ack_needed) { in hidd_l2cif_disconnect_ind()
354 static void hidd_l2cif_disconnect(uint16_t cid) { in hidd_l2cif_disconnect()
406 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested) { in hidd_l2cif_cong_ind()
434 static void hidd_l2cif_data_ind(uint16_t cid, BT_HDR* p_msg) { in hidd_l2cif_data_ind()
732 uint16_t cid; in hidd_conn_send_data() local
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_eatt.cc49 void EattExtension::Disconnect(const RawAddress& bd_addr, uint16_t cid) { in Disconnect()
53 void EattExtension::Reconfigure(const RawAddress& bd_addr, uint16_t cid, in Reconfigure()
62 uint16_t cid) { in FindEattChannelByCid()
101 uint16_t cid) { in StartIndicationConfirmationTimer()
106 uint16_t cid) { in StopIndicationConfirmationTimer()
112 uint16_t cid) { in StartAppIndicationTimer()
117 uint16_t cid) { in StopAppIndicationTimer()
Dmock_l2cap_layer.cc52 bool L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq()
56 bool L2CA_DisconnectRsp(uint16_t cid) { in L2CA_DisconnectRsp()
60 bool L2CA_ConfigReq(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) { in L2CA_ConfigReq()
64 bool L2CA_ConfigRsp(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) { in L2CA_ConfigRsp()
68 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/pagination/
DPageIndexingHelper.java61 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/
Dfixed_channel_service_manager_impl.cc29 void FixedChannelServiceManagerImpl::Register(Cid cid, in Register()
52 void FixedChannelServiceManagerImpl::Unregister(Cid cid, FixedChannelService::OnUnregisteredCallbac… in Unregister()
66 FixedChannelServiceImpl* FixedChannelServiceManagerImpl::GetService(Cid cid) { in GetService()
89 Cid cid = elem.first; in GetSupportedFixedChannelMask() local
/packages/modules/Bluetooth/system/stack/eatt/
Deatt.cc138 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/
Dfixed_channel_service_manager_impl.cc29 void FixedChannelServiceManagerImpl::Register(Cid cid, in Register()
52 void FixedChannelServiceManagerImpl::Unregister(Cid cid, FixedChannelService::OnUnregisteredCallbac… in Unregister()
66 FixedChannelServiceImpl* FixedChannelServiceManagerImpl::GetService(Cid cid) { in GetService()
Dfixed_channel_service_manager_test.cc78 Cid cid = kSmpBrCid; in TEST_F() local
93 Cid cid = 0x1000; in TEST_F() local
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_sr.cc59 uint32_t gatt_sr_enqueue_cmd(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_sr_enqueue_cmd()
103 bool gatt_sr_cmd_empty(tGATT_TCB& tcb, uint16_t cid) { in gatt_sr_cmd_empty()
121 void gatt_dequeue_sr_cmd(tGATT_TCB& tcb, uint16_t cid) { in gatt_dequeue_sr_cmd()
355 void gatt_process_exec_write_req(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_process_exec_write_req()
420 void gatt_process_read_multi_req(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_process_read_multi_req()
525 BT_HDR* p_msg, tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_build_primary_service_rsp()
691 void gatts_process_primary_service_req(tGATT_TCB& tcb, uint16_t cid, in gatts_process_primary_service_req()
754 static void gatts_process_find_info(tGATT_TCB& tcb, uint16_t cid, in gatts_process_find_info()
808 static void gatts_process_mtu_req(tGATT_TCB& tcb, uint16_t cid, uint16_t len, in gatts_process_mtu_req()
878 static void gatts_process_read_by_type_req(tGATT_TCB& tcb, uint16_t cid, in gatts_process_read_by_type_req()
[all …]
Dgatt_utils.cc603 void gatt_start_conf_timer(tGATT_TCB* p_tcb, uint16_t cid) { in gatt_start_conf_timer()
621 void gatt_stop_conf_timer(tGATT_TCB& tcb, uint16_t cid) { in gatt_stop_conf_timer()
638 void gatt_start_ind_ack_timer(tGATT_TCB& tcb, uint16_t cid) { in gatt_start_ind_ack_timer()
656 void gatt_stop_ind_ack_timer(tGATT_TCB* p_tcb, uint16_t cid) { in gatt_stop_ind_ack_timer()
844 tGATT_STATUS gatt_send_error_rsp(tGATT_TCB& tcb, uint16_t cid, uint8_t err_code, in gatt_send_error_rsp()
989 bool gatt_tcb_is_cid_busy(tGATT_TCB& tcb, uint16_t cid) { in gatt_tcb_is_cid_busy()
1078 bool gatt_tcb_find_indicate_handle(tGATT_TCB& tcb, uint16_t cid, in gatt_tcb_find_indicate_handle()
1129 uint16_t gatt_tcb_get_payload_size_tx(tGATT_TCB& tcb, uint16_t cid) { in gatt_tcb_get_payload_size_tx()
1148 uint16_t gatt_tcb_get_payload_size_rx(tGATT_TCB& tcb, uint16_t cid) { in gatt_tcb_get_payload_size_rx()
1192 uint16_t cid = p_clcb->cid; in gatt_clcb_invalidate() local
[all …]
/packages/apps/Settings/src/com/android/settings/network/telephony/
DCellInfoUtil.java145 final CellIdentity cid = getCellIdentity(cellInfo); in cellInfoToString() local
166 public static String getCellIdentityMccMnc(CellIdentity cid) { in getCellIdentityMccMnc()
178 public static String getCellIdentityMcc(CellIdentity cid) { in getCellIdentityMcc()
202 public static String getCellIdentityMnc(CellIdentity cid) { in getCellIdentityMnc()
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_l2cap_api.cc130 bool bluetooth::shim::L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq()
134 uint8_t bluetooth::shim::L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite()
179 bool bluetooth::shim::L2CA_RegisterFixedChannel(uint16_t cid, in L2CA_RegisterFixedChannel()
185 bool bluetooth::shim::L2CA_ConnectFixedChnl(uint16_t cid, in L2CA_ConnectFixedChnl()
190 uint16_t bluetooth::shim::L2CA_SendFixedChnlData(uint16_t cid, in L2CA_SendFixedChnlData()
197 bool bluetooth::shim::L2CA_RemoveFixedChnl(uint16_t cid, in L2CA_RemoveFixedChnl()
224 bool bluetooth::shim::L2CA_SetTxPriority(uint16_t cid, in L2CA_SetTxPriority()
235 bool bluetooth::shim::L2CA_SetChnlFlushability(uint16_t cid, in L2CA_SetChnlFlushability()
318 bool bluetooth::shim::L2CA_GetPeerLECocConfig(uint16_t cid, in L2CA_GetPeerLECocConfig()
324 bool bluetooth::shim::L2CA_DisconnectLECocReq(uint16_t cid) { in L2CA_DisconnectLECocReq()
[all …]
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_test.cc49 test::mock::stack_l2cap_api::L2CA_DisconnectReq.body = [](uint16_t cid) { in SetUp()
83 int cid = L2CA_ConnectReq2_cid; in TEST_F() local
99 tCONN_CB* find_ccb(uint16_t cid, uint8_t state) { in find_ccb()
114 const int cid = L2CA_ConnectReq2_cid; in TEST_F() local
/packages/modules/Bluetooth/system/stack/test/eatt/
Deatt_test.cc54 void gatt_data_process(tGATT_TCB& tcb, uint16_t cid, BT_HDR* p_buf) { return; } in gatt_data_process()
98 for (uint16_t cid : test_local_cids) { in ConnectDeviceEattSupported() local
164 for (uint16_t cid : test_local_cids) { in ConnectDeviceBothSides() local
188 for (auto cid : incoming_cids) { in ConnectDeviceBothSides() local
201 for (uint16_t cid : connected_cids_) in DisconnectEattByPeer() local
454 uint16_t cid = connected_cids_[0]; in TEST_F() local
479 for (uint16_t cid : cids) { in TEST_F() local
507 for (uint16_t cid : cids) { in TEST_F() local
581 for (uint16_t cid : connected_cids_) { in TEST_F() local
601 for (uint16_t cid : connected_cids_) { in TEST_F() local
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc732 for (uint16_t cid : accepted_lcids) { in L2CA_ConnectCreditBasedRsp() local
911 for (uint16_t cid : lcids) { in L2CA_ReconfigCreditBasedConnsReq() local
932 for (uint16_t cid : lcids) { in L2CA_ReconfigCreditBasedConnsReq() local
969 bool L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq()
990 bool L2CA_DisconnectLECocReq(uint16_t cid) { in L2CA_DisconnectLECocReq()
1146 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
1624 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite()
1633 uint8_t L2CA_LECocDataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_LECocDataWrite()
1651 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dmock_gatt_utils_ref.cc39 tGATT_STATUS attp_send_cl_confirmation_msg(tGATT_TCB& tcb, uint16_t cid) { in attp_send_cl_confirmation_msg()
46 tGATT_STATUS attp_send_sr_msg(tGATT_TCB& tcb, uint16_t cid, BT_HDR* p_msg) { in attp_send_sr_msg()
65 uint32_t gatt_sr_enqueue_cmd(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_sr_enqueue_cmd()
67 void gatt_dequeue_sr_cmd(tGATT_TCB& tcb, uint16_t cid) {} in gatt_dequeue_sr_cmd()

12345