Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 64) sorted by relevance

123

/system/bt/btif/src/
Dbtif_sock_sdp.cc101 const uint16_t channel, const bool with_obex) { in create_base_record()
159 const uint16_t channel) { in add_sdp_by_uuid()
211 static int add_pbap_sdp(const char* name, const int channel) { in add_pbap_sdp()
265 static int add_ops_sdp(const char* name, const int channel) { in add_ops_sdp()
339 static int add_spp_sdp(const char* name, const int channel) { in add_spp_sdp()
387 const int channel) { in add_rfc_sdp_by_uuid()
428 bool is_reserved_rfc_channel(const int channel) { in is_reserved_rfc_channel()
451 int add_rfc_sdp_rec(const char* name, Uuid uuid, const int channel) { in add_rfc_sdp_rec()
Dbtif_sock.cc131 const Uuid* service_uuid, int channel, in btsock_listen()
192 const Uuid* uuid, int channel, int* sock_fd, in btsock_connect()
/system/bt/stack/smp/
Dsmp_l2c.cc87 static void smp_connect_callback(uint16_t channel, const RawAddress& bd_addr, in smp_connect_callback()
134 static void smp_data_received(uint16_t channel, const RawAddress& bd_addr, in smp_data_received()
239 static void smp_br_connect_callback(uint16_t channel, const RawAddress& bd_addr, in smp_br_connect_callback()
285 static void smp_br_data_received(uint16_t channel, const RawAddress& bd_addr, in smp_br_data_received()
/system/bt/gd/l2cap/internal/
Ddynamic_channel_allocator.cc87 auto channel = FindChannelByCid(cid); in FreeChannel() local
97 for (const auto& channel : channels_) { in IsPsmUsed() local
114 for (auto& channel : channels_) { in FindChannelByRemoteCid() local
Dsender.cc32 …nder(os::Handler* handler, ILink* link, Scheduler* scheduler, std::shared_ptr<ChannelImpl> channel) in Sender()
40 …nder(os::Handler* handler, ILink* link, Scheduler* scheduler, std::shared_ptr<ChannelImpl> channel, in Sender()
Ddynamic_channel_allocator_test.cc69 auto channel = channel_allocator_->AllocateChannel(psm, remote_cid); in TEST_F() local
81 auto channel = channel_allocator_->AllocateReservedChannel(reserved, psm, remote_cid); in TEST_F() local
Ddata_pipeline_manager.cc30 void DataPipelineManager::AttachChannel(Cid cid, std::shared_ptr<ChannelImpl> channel, ChannelMode … in AttachChannel()
Dfixed_channel_allocator_test.cc72 auto channel = channel_allocator_->AllocateChannel(cid); in TEST_F() local
/system/connectivity/wificond/scanning/
Dsingle_scan_settings.cpp45 for (const auto& channel : channel_settings_) { in writeToParcel() local
74 ChannelSettings channel; in readFromParcel() local
/system/chre/apps/wifi_offload/test/
Dwifioffloadutility_test.cc24 int channel = wifi_offload::utility::Ieee80211FrequencyToChannel( in TEST() local
/system/bt/test/suite/rfcomm/
Drfcomm_unittest.cc42 int channel; in TEST_F() local
83 int channel; in TEST_F() local
/system/bt/gd/l2cap/classic/internal/
Dlink_manager_test.cc140 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
145 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F()
178 …service_3, NotifyChannelCreation(_)).WillOnce([&channel_3](std::unique_ptr<FixedChannel> channel) { in TEST_F()
309 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
314 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F()
383 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
388 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F()
459 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
464 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F()
Dsignalling_manager.cc284 auto channel = channel_allocator_->FindChannelByCid(cid); in OnConfigurationRequest() local
375 auto channel = channel_allocator_->FindChannelByCid(local_cid); in SendInitialConfigRequest() local
426 auto channel = channel_allocator_->FindChannelByCid(cid); in negotiate_configuration() local
496 auto channel = channel_allocator_->FindChannelByCid(cid); in OnConfigurationResponse() local
584 auto channel = channel_allocator_->FindChannelByCid(cid); in OnDisconnectionRequest() local
611 auto channel = channel_allocator_->FindChannelByCid(cid); in OnDisconnectionResponse() local
862 … auto channel = channel_allocator_->FindChannelByRemoteCid(command_just_sent_.destination_cid_); in on_command_timeout() local
Dfixed_channel_service_impl.h38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation()
Ddynamic_channel_service_impl.h43 virtual void NotifyChannelCreation(std::unique_ptr<DynamicChannel> channel) { in NotifyChannelCreation()
Dlink.cc117 auto channel = fixed_channel_allocator_.AllocateChannel(cid); in AllocateFixedChannel() local
209 auto channel = dynamic_channel_allocator_.AllocateChannel(psm, remote_cid); in AllocateDynamicChannel() local
219 auto channel = dynamic_channel_allocator_.AllocateReservedChannel(reserved_cid, psm, remote_cid); in AllocateReservedDynamicChannel() local
317 for (auto& channel : pending_channel_list_) { in OnEncryptionChange() local
/system/bt/gd/l2cap/le/internal/
Dlink_manager_test.cc133 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
138 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F()
175 .WillOnce([&channel_3, &promise_3](std::unique_ptr<FixedChannel> channel) { in TEST_F()
310 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
315 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F()
395 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
400 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F()
482 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
487 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F()
Dlink.cc138 auto channel = fixed_channel_allocator_.AllocateChannel(cid); in AllocateFixedChannel() local
163 auto channel = dynamic_channel_allocator_.FindChannelByCid(local_cid); in SendDisconnectionRequest() local
186 auto channel = dynamic_channel_allocator_.AllocateChannel(psm, remote_cid); in AllocateDynamicChannel() local
198 auto channel = dynamic_channel_allocator_.AllocateReservedChannel(reserved_cid, psm, remote_cid); in AllocateReservedDynamicChannel() local
Dfixed_channel_service_impl.h38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation()
Ddynamic_channel_service_impl.h43 virtual void NotifyChannelCreation(std::unique_ptr<DynamicChannel> channel) { in NotifyChannelCreation()
/system/update_engine/
Dimage_properties_android.cc118 char channel[kChannelSize] = {0}; in ReadChannelFromMisc() local
148 char channel[kChannelSize] = {0}; in WriteChannelToMisc() local
158 string channel; in GetTargetChannel() local
Dmock_omaha_request_params.h64 bool FakeSetTargetChannel(const std::string& channel, in FakeSetTargetChannel()
/system/chre/apps/wifi_offload/
Dchannel_histogram.cc126 uint8_t channel, uint32_t increase_count) { in IncrementScanCountForChannelForTest()
141 for (const auto channel : kAllChannels) { in operator ==() local
/system/connectivity/wificond/tests/
Dscan_settings_unittest.cpp91 ChannelSettings channel, channel1, channel2; in TEST_F() local
117 ChannelSettings channel, channel1, channel2; in TEST_F() local
/system/media/radio/src/
Dradio_metadata_hidden.h78 uint32_t channel; /* channel (frequency) this meta data is associated with */ member

123