Searched refs:local_media_cid (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 1630 void L2CA_SetMediaStreamChannel(uint16_t local_media_cid, bool status) { in L2CA_SetMediaStreamChannel() argument 1644 log::debug("local_media_cid={}, status={}", local_media_cid, status ? "add" : "remove"); in L2CA_SetMediaStreamChannel() 1659 av_media_channels[set_channel].p_ccb = l2cu_find_ccb_by_cid(NULL, local_media_cid); in L2CA_SetMediaStreamChannel() 1664 av_media_channels[set_channel].local_cid = local_media_cid; in L2CA_SetMediaStreamChannel() 1671 local_media_cid, av_media_channels[set_channel].p_ccb->remote_cid); in L2CA_SetMediaStreamChannel() 1674 if (av_media_channels[i].is_active && av_media_channels[i].local_cid == local_media_cid) { in L2CA_SetMediaStreamChannel() 1681 log::error("The channel {} not found in active media channels", local_media_cid); in L2CA_SetMediaStreamChannel() 1692 log::verbose("Reset A2DP media snoop filtering for local_cid: {}", local_media_cid); in L2CA_SetMediaStreamChannel()
|
D | l2cap_api.cc | 245 void bluetooth::stack::l2cap::Impl::L2CA_SetMediaStreamChannel(uint16_t local_media_cid, in L2CA_SetMediaStreamChannel() argument 247 ::L2CA_SetMediaStreamChannel(local_media_cid, status); in L2CA_SetMediaStreamChannel()
|
D | l2c_api.h | 133 void L2CA_SetMediaStreamChannel(uint16_t local_media_cid, bool status) override;
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.h | 425 std::function<void(uint16_t local_media_cid, bool status)> body{ 427 void operator()(uint16_t local_media_cid, bool status) { body(local_media_cid, status); } in operator()
|
D | mock_stack_l2cap_api.cc | 238 void L2CA_SetMediaStreamChannel(uint16_t local_media_cid, bool status) { in L2CA_SetMediaStreamChannel() argument 240 return test::mock::stack_l2cap_api::L2CA_SetMediaStreamChannel(local_media_cid, status); in L2CA_SetMediaStreamChannel()
|
D | mock_stack_l2cap_interface.h | 126 MOCK_METHOD(void, L2CA_SetMediaStreamChannel, (uint16_t local_media_cid, bool status));
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/internal/ |
D | l2c_api.h | 762 void L2CA_SetMediaStreamChannel(uint16_t local_media_cid, bool status);
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | l2cap_interface.h | 901 virtual void L2CA_SetMediaStreamChannel(uint16_t local_media_cid, bool status) = 0;
|